Discussion:
Loss of Icons
GeoDan
2007-02-05 20:25:37 UTC
Permalink
I recently noticed that there were multiple errors when visiting a
google maps page I created to be used for directions. I was able to
fix the errors by changing addOverlays to addOverlay. However none of
my marker icons are showing up. Any advice would be greatly
appreciated.


http://geoplan.ufl.edu/directions/index.html

Thanks,

Danny
Barry Hunter
2007-02-05 20:48:52 UTC
Permalink
It look's like your map was coded against version 1 of the API which is no
longer available (but its syntex is basically supported by v2 which you get
automatically)

http://www.google.com/apis/maps/documentation/upgrade.html

As you where using a undocumented addOverlays function which exploited parts
of the code probably non existant in v2 it wont work. I would recommend
recoding to work with the v2 methods, a similar trick to addOverlays I don't
think will work or is needed in v2 which wouldnt get such a speed boost...
Post by GeoDan
I recently noticed that there were multiple errors when visiting a
google maps page I created to be used for directions. I was able to
fix the errors by changing addOverlays to addOverlay. However none of
my marker icons are showing up. Any advice would be greatly
appreciated.
http://geoplan.ufl.edu/directions/index.html
Thanks,
Danny
--
Barry

- www.nearby.org.uk - www.geograph.org.uk - www.trigtools.co.uk -

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to Google-Maps-***@googlegroups.com
To unsubscribe from this group, send email to Google-Maps-API-***@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---
Continue reading on narkive:
Loading...