Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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 blammo)

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 blammo, 12 years ago

Related to ticket number #71

comment:2 by blammo, 12 years ago

Description: modified (diff)

comment:3 by blammo, 12 years ago

Description: modified (diff)

comment:4 by theduckylittle, 12 years ago

Status: newtesting

comment:5 by andersd, 12 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:6 by theduckylittle , 12 years ago

Should be fixed.

comment:7 by theduckylittle, 12 years ago

Milestone: 2.6
Version: 2.6

comment:8 by EliL, 12 years ago

Resolution: fixed
Status: testingclosed

This and #71 look closed. Thanks for fix blammo!

in reply to:  8 comment:9 by tchaddad, 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...

Note: See TracTickets for help on using tickets.