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
Hello everybody
First I would like to thank you for this fantastic project.
Unfortunately I have a little problem with the overlay size. No matter how big my marker image is, the overlay image is always bigger and covers the other markers
is there a possibility to put the overlay picture on the same size of the marker picture?
Or do I have a reasoning error?
Thanks for your help
Gruss Marc
The text was updated successfully, but these errors were encountered:
when you say 'overlay image', is this preventing click events on the marker underneath (or click events happening on the wrong marker)?
assuming you're using a custom marker icon, I think you're right that this space comes from img being larger than your actual marker graphic. you'll need to tweak the origin, size/scaledSize and anchor properties to remove any undesired space (see https://developers.google.com/maps/documentation/javascript/markers#complex_icons)
Hello everybody
First I would like to thank you for this fantastic project.
Unfortunately I have a little problem with the overlay size. No matter how big my marker image is, the overlay image is always bigger and covers the other markers
is there a possibility to put the overlay picture on the same size of the marker picture?
Or do I have a reasoning error?
Thanks for your help
Gruss Marc
![0062](https://user-images.githubusercontent.com/31131005/69529625-ef136180-0f70-11ea-8807-50c3df8c0ea3.jpg)
The text was updated successfully, but these errors were encountered: