Opened 13 years ago
Last modified 13 years ago
#92 closed enhancement
Solution for removal of Google (3.6?) popups in the GeoMoose Demo applications — at Version 2
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>
<hr />
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.
Note:
See TracTickets
for help on using tickets.
Related to ticket number #71