#92 closed enhancement (fixed)
Solution for removal of Google (3.6?) popups in the GeoMoose Demo applications
Reported by: | blammo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.6 |
Component: | Demo | Version: | 2.6 |
Keywords: | Cc: |
Description (last modified by )
Based on a posting by Juan Rapoport on the OpenLayers list - - -
I Changed in geomoose.html (should be changed in all the Demo HTMLs?), from :
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
to
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false&v=3.6"></script>
All,
Apparently my fix was short lived. Since the 3.6 version of the Google API has now ceased, the popup has returned.
I also tried using "3.7", but same results.
Change History (9)
comment:1 by , 13 years ago
comment:3 by , 13 years ago
Description: | modified (diff) |
---|
comment:5 by , 13 years ago
I am not sure what to do with this. Does this mean the problem is still with us and will be or does it mean it should be fixed?
comment:7 by , 12 years ago
Milestone: | → 2.6 |
---|---|
Version: | → 2.6 |
follow-up: 9 comment:8 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | testing → closed |
This and #71 look closed. Thanks for fix blammo!
comment:9 by , 12 years ago
The above solution is a workaround that could break again. The related Openlayers ticket is here:
http://trac.osgeo.org/openlayers/ticket/2984
and the solution here seems like a more permanent fix:
https://github.com/openlayers/openlayers/commit/92f04a7a4277a6c818ef2d40a2856910ed72d3d6
tested this by patching my local copy of Openlayers, and it worked...
Related to ticket number #71