-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
releasedtriage meI really want to be triaged.I really want to be triaged.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
It looks like advanced marker reference for content is middle/bottom.
That it the bottom(y) / middle(X) will we positioned at lat/lng.
I think aligning the middle of the cluster SVG with the lat/lng would make more sense.
The (legacy) Marker are also probably affected (to be verified):
js-markerclusterer/src/renderer.ts
Lines 166 to 169 in e8eecf4
| icon: { | |
| url: `data:image/svg+xml;base64,${window.btoa(svg)}`, | |
| scaledSize: new google.maps.Size(45, 45), | |
| }, |
I believe the icon should have a origin - I am not sure if the default bottom/middle as with Advanced markers.
Metadata
Metadata
Assignees
Labels
releasedtriage meI really want to be triaged.I really want to be triaged.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.