-
Notifications
You must be signed in to change notification settings - Fork 17
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
how to change the icons ? #8
Comments
For your second question, I believe this is how you specify the divId: {% leaflet_map { "zoom" : 9,
"divId" : "mydiv123" } %}
{% leaflet_marker { "latitude" : 41.881832,
"longitude" : -87.623177,
"popupContent" : "Hello World from Chicago!" } %}
{% endleaflet_map %}
You would then specify the CSS for that particular id: #mydiv123 {
height: 600px;
} Let me know if that doesn't work. For your first question, I will have to look a bit deeper into specifying of customer marker images... |
Yesssss that works ! |
I came across this issue while trying to find out how to set custom marker icons. Is this available nowadays? |
Hello,
Could you explain how to change the icon marker and, according to the issue #7, how to change the image size by using divId.
Thank you,
The text was updated successfully, but these errors were encountered: