We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used the example https://github.com/calvinmetcalf/leaflet-ajax/blob/gh-pages/example/index.html#L50
But how can I change the marker to this:
var greencircle = { color: '#03dc03', weight: 5 } var wien = L.circleMarker([48.208539, 16.372505], greencircle).bindPopup('<b>Wien, Wien</b>') ```,
The text was updated successfully, but these errors were encountered:
This might be interesting to you too: https://gis.stackexchange.com/a/307149/122597
Sorry, something went wrong.
No branches or pull requests
I used the example https://github.com/calvinmetcalf/leaflet-ajax/blob/gh-pages/example/index.html#L50
But how can I change the marker to this:
The text was updated successfully, but these errors were encountered: