GeoJSON feature properties supported by Obsidian Leaflet #124
Moonbase59
started this conversation in
Show and tell
Replies: 2 comments
-
very nice! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Is there a way to set things like "stroke-width" and "stroke-opacity" on a general level in a JSON-file? (may be a noob question). I have all US counties in a file and it seems like much work to set these for every county vs just setting it as a general value for the whole file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here’s a table of GeoJSON feature properties that Obsidian Leaflet currently supports. Valid as of 2021-06-20, version 3.18.14.
name
title
property found.title
description
marker-symbol
stroke
stroke-opacity
stroke-width
fill
fill-opacity
A "Feature" (within a "FeatureCollection") in GeoJSON can look like this (example):
Beta Was this translation helpful? Give feedback.
All reactions