-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LIcon with null size within LMarker slot fails to nullify default size #694
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bump. I'll cycle back someday. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It's not stale until it's fixed and long since forgotten. |
Hi @mryellow , thank you for reporting this issue, and sorry for the lengthy delay in getting to it. Unfortunately, I don't think this is the right place to be trying to get it fixed. The behaviour you describe appears to be that of Leaflet itself. Here are two identical maps, one made with Vue2Leaflet and the other with vanilla Leaflet. As you can see, the rendered maps and map elements appear functionally identical, down to the 12x12 |
You're probably right. I remember it being buried deep and very interconnected. Looking back seems the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please go away stalebot. Hang-ong |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@Stale Please just go away. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Someone may wish to know about it stalebot. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I still hate you stalebot.
|
When providing an icon without a size within the default slot the
icon
property defaults tonew Icon.Default()
which has aniconSize
of[12,12]
.Steps to Reproduce
Expected Results
No forced sizing on marker.
Actual Results
The internal div will have the correct size, however...
Using DOM inspection tools, observe
.leaflet-marker-icon
wrapping this to have a size of12x12
Browsers Affected
Versions
The text was updated successfully, but these errors were encountered: