obsidian-leaflet icon indicating copy to clipboard operation
obsidian-leaflet copied to clipboard

Custom geojsonColor is always black

Open arakis opened this issue 3 years ago • 0 comments

geojsonColor will always use "black" color, regardless of it's value.

id: possible-world-routes
lat: 30
long: 50
defaultZoom: 4
lock: true
geojson: Documents/world.geo.json
geojsonColor: #ff0000

will be rendered to: image Without the geojsonColor it looks like (thats correct): image

arakis avatar Mar 26 '22 08:03 arakis