I think you're mixing two different things:

You can do server side clustering to represent many markers with just
a few.
You can paint dots representing markers on custom tiles, so as to
display more markers than the browser could cope with otherwise.
You could combine both, and paint dots that represent markers that
represent clusters, but it seems overkill to me, though it might be
useful in some cases.

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



On Sep 2, 5:05 pm, tobsen <[email protected]> wrote:
> Hi!
>
> Ist there any possibility to archieve a serverside clustering of
> markers via the tiles?
>
> All I would need to know is the tile which contains the point for
> every zoom step.
>
> For example  I have a point at 52.5376, 13.2038 can I calculate the
> tile with a database?
>
> Maybe with a code like 'ABACDEACD'. If I zoom to level 5 I would only
> take a substring of the first 5 Letters f.ex. . If I zoom to level 9 I
> would take the substring of the first 9 letters and so on.
>
> I don't know if I explained my problem understandable but it would be
> great if anyone has an idea.
>
> Cheers
--~--~---------~--~----~------------~-------~--~----~
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