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
I'm having trouble finding and creating basic icons (circle, square, triangle, etc.) and it may be useful for us to have a few standard shapes on hand to map over our leaflet color palette.
Similar to how icons are made here: oceanIcons <- iconList( ship = makeIcon("ferry-18.png", "[email protected]", 18, 18), pirate = makeIcon("danger-24.png", "[email protected]", 24, 24) )
The text was updated successfully, but these errors were encountered:
I'm having trouble finding and creating basic icons (circle, square, triangle, etc.) and it may be useful for us to have a few standard shapes on hand to map over our leaflet color palette.
Similar to how icons are made here:
oceanIcons <- iconList( ship = makeIcon("ferry-18.png", "[email protected]", 18, 18), pirate = makeIcon("danger-24.png", "[email protected]", 24, 24) )
The text was updated successfully, but these errors were encountered: