You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.
We need to create a static image of a map with marker clustering.
Is there a way to somehow use this lib to only create an array of clusters and pass them on as markers to the google static maps API?
Thanks.
The text was updated successfully, but these errors were encountered:
I don't see an easy way to achieve this. The way this library is built doesn't support static images. You might be able to use some kind of server rendering, but I think it's easier if you'd just create this in node/php/python or whatever you use and then render the static image.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
We need to create a static image of a map with marker clustering.
Is there a way to somehow use this lib to only create an array of clusters and pass them on as markers to the google static maps API?
Thanks.
The text was updated successfully, but these errors were encountered: