If you have as many as 6000 markers, you're going to have to do
something on the server side, because just transferring, even without
rendering, the information about 6000 markers to the client would take
a long time.

Basically you have two options:
1. Custom tiles, for which there is a video on YouTube by John Coryat
describing the methodology. (Just search YouTube for 'John Coryat')
2. Server side clustering, (2 slightly different versions):
http://maps.forum.nu/server_side_clusterer/
http://maps.forum.nu/server_side_clusterer/index2.php
(not a free script)

--
Marcelo - http://maps.forum.nu
--








On Mar 25, 10:15 am, tivoli-reynaud <[email protected]> wrote:
> Clustering about 6000 markers with open source Marker Manager is very
> slow.
>
> Has anyone on sugestion about use of rounded pixel marker coordinate
> with hashmap
>
> The hash function return rounded x and y and buckets are clusters.
>
> Seems like this :
>
> for each marker
> if marker on map
> compute hash
> set marker in haskmap
> end
>
> for each bukcet
> if markers count == 1
> add marker on map
> else
> add cluster on map
> end
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to