On Aug 31, 5:16 am, blank308 <[email protected]> wrote: > Using the code in the following example the map correctly renders 5 > "beach" markers: > > http://code.google.com/apis/maps/documentation/javascript/examples/ic... > > var beaches = [ > ['Bondi Beach', -33.890542, 151.274856, 4], > ['Coogee Beach', -33.923036, 151.259052, 5], > ['Cronulla Beach', -34.028249, 151.157507, 3], > ['Manly Beach', -33.80010128657071, 151.28747820854187, 2], > ['Maroubra Beach', -33.950198, 151.259302, 1] > ]; > > When I add a 6th marker under ['Maroubra Beach', -33.950198, > 151.259302, 1], the map will only render 4 markers. And if I add 7 or > more, the map won't render any markers. > > Any ideas?
Maybe don't do it that way? Or post a link to the map that shows the problem. Is this IE? Does it work in Firefox or Chrome? This (under development) port of my GenericMapBrowser to v3 shows 8 custom markers: http://www.geocodezip.com/v3_GenericMapBrowser.asp?filename=F18CrashSite081208.xml&type=hybrid -- Larry -- 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.
