-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Color and icon markers for folium simple markers #42
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
Conversation
update to template and marker to allow for colored markers with icons
move to web refs
fixes #39 |
@wrobstory dont merge yet, checking on simple_marker as there might be an issue with it |
Fix circlemarker
@wrobstory wanna test it out and let me know what you think? |
…cluster group through the `clustered_marker` bool on generation
Clustered markers
Yes! looking forward to some green markers, haha |
@digitalvapor it was the simplest thing i could think of! |
adds in a style sheet for the rotation
add multiple wms/tile support
Clustered markers
This looks awesome- I just merged the Python 3 PR that had been open, and now most everything needs a rebase. I'll definitely merge this in as soon as the button is green! |
sweet |
updates the folium markers to allow for
marker_color
andmarker_icon
colors are specified as text i.e
green
,red
,orange
icons are specified according to bootstrap glyphicon icons as text i.e
star
,home
,info-sign
,ok
tested in ipython notebook and works