In my PHP generated website I have a map embedded. With javascript I
initialize the map and put several markers. The coordinates and titles
of the markers are written into a string by PHP which is then included
in the JS.
You can find my code on: 
http://www.skisprungschanzen.com/EN/Ski+Jumps/GER-Germany/BW-Baden-W%C3%BCrttemberg/
, the JS is located at the very end of the source code.

This worked well all the time, but recently there is only the very
first marker displayed on each map, the others don't appear. The
strange thing is, that the markers are still exisiting in the
markerArray, because using the "map_locate" function I wrote, which
changes the marker image anf centers the map over the marker, still
workers (except displaying the marker) (press green arrows next to
city names to try).

I hope you can give any hints to solve this issue...

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to