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
Here's my conjecture: by default in ipyleaflet, the markers are images, so changing the color doesn't work. If we make markers SVG images or something else, the colors would work.
I'd like to make the selected station in
ipyleaflet
a different color, but I can't figure out how to write my geojson so that the colors change.Setting
marker-color
as a property in geoJSON works on GitHub:https://gist.github.com/rsignell-usgs/f43bf4705a91d901c90cfb1b96857eb6
But it doesn't work in my Ipyleaflet use case:
https://github.com/reproducible-notebooks/ERDDAP_timeseries_explorer/tree/master
https://beta.mybinder.org/v2/gh/reproducible-notebooks/ERDDAP_timeseries_explorer/master?filepath=ERDDAP_timeseries_explorer.ipynb
@jasongrout, any ideas?
The text was updated successfully, but these errors were encountered: