> think I’m missing something, any > suggestions?http://www.koopavond.nu/map/map3.php
Seems to be a bit missing. There's a loop that reads values from 'data' a thousand times - it'd probably be smarter to read as many items from 'data' as actually exist. The loop creates markers and saves them in an array. It never puts them on a map. http://code.google.com/apis/maps/documentation/javascript/overlays.html#Markers It would also be good idea to create the map before you do try to place markers on it. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
