1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-28 07:08:20 +00:00

Update geolayer widget docs with missing attributes

This commit is contained in:
jeremy@jermolene.com 2023-05-31 09:38:02 +01:00
parent 463f0cd983
commit 3ee09af9a7

View File

@ -10,6 +10,8 @@ The following attributes are supported:
|!Attribute |!Description |
|''json'' |Optional GeoJSON Feature Collection to be rendered |
|''name'' |Optional name to be displayed for this layer |
|''color'' |Optional CSS colour for this layer |
|''lat'' |Optional latitude of marker if json attribute missing |
|''long'' |Optional longitude of marker if json attribute missing |
|''alt'' |Optional altitude of marker if json attribute missing |