On Jun 24, 8:31 pm, "Jonas.P" <[email protected]> wrote: > Would it it better to store those entries in a database (about 8K) or > a javascript file could handle it?
Definetly a database. You'll never be able to load more than 100-200 markers together, so you need to select according to the viewport, and eventually use some form of clustering: http://gis5.com/pois_along_route/gm_pois_along_route.php -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
