1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-30 05:19:57 +00:00

Fix geomap with markers docs demo

This commit is contained in:
Jeremy Ruston 2024-10-17 11:14:09 +01:00
parent 9e253efd9a
commit 060cfd4868

View File

@ -57,6 +57,9 @@ If no base layers are defined by `<$geobaselayer>` widgets within the `<$geomap>
<$data title="Output" text="""<$geomap
state=<<qualify "$:/state/demo-map">>
>
<$list filter="[all[tiddlers+shadows]tag[$:/tags/GeoMarker]]">
<$geolayer lat={{!!lat}} long={{!!long}} alt={{!!alt}} color={{!!color}}/>
</$list>
</$geomap>
"""/>
<$data $tiddler="$:/plugins/tiddlywiki/geospatial"/>