Thanks for your replies.
I actually have no server where I can run postgis, therefore I can't
provide you a link to the site.
The text, that ist produced via php out of the SQL-query looks like
this:
makeMarker({position: new
google.maps.LatLng(49.6522765346667,6.30856672575624),title:
"Boskoop",sidebarItem: "Boskoop",content: "Boskoop"});
makeMarker({position: new
google.maps.LatLng(49.660552500722,6.30611953024012),title: "Baumanns
Renette",sidebarItem: "Baumanns Renette",content: "Baumanns
Renette"});
makeMarker({position: new
google.maps.LatLng(49.6538813293519,6.30902699500164),title:
"Croncels",sidebarItem: "Croncels",content: "Croncels"});
... and so one.
This text is interpreted trough the makeMarker-Function, and it
creates the markers on the map after filling the markerArray [].
Therefore I tried to use that array to cluster the data.
--
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.