-
google map selector
1) Script Title: google map selector
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...apselector.htm
3) Describe problem: having a problem changing map links, when i add a link via google maps link, the functionality breaks for the script. for example, i try to change the first link from
http://maps.google.com/maps?f=q&sour...7&z=17&iwloc=A
to
https://maps.google.com/maps?q=Los+A...alifornia&z=13
the whole thing breaks, map is not loading in the page and the rest of the links are busted as well.
-
The demo appears to work fine so maybe there is something on your actual page that is conflicting/causing issues.
Please post a link to your page so we can see the problem first hand.
-
i considered that the site that i'm working on, has different relative paths i.e. js/googlemapselector.js and css/googlemapselector.css but i've recreated the problem here:
http://racerxfactor.com/map/
i just tried changing the first link from france to los angeles and thus recreated the issue i'm having
and here's the page as default
http://racerxfactor.com/map/index_working.html
-
I tested it here and it seems that if your linked map uses Google's secure https:// URL, the script will do the redirect thing.
Remove the 's' from the URL (http://) and everything works fine.
I just submitted a bug report so hopefully it can be addressed/documented by ddadmin.