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:
parent
9e253efd9a
commit
060cfd4868
@ -57,6 +57,9 @@ If no base layers are defined by `<$geobaselayer>` widgets within the `<$geomap>
|
|||||||
<$data title="Output" text="""<$geomap
|
<$data title="Output" text="""<$geomap
|
||||||
state=<<qualify "$:/state/demo-map">>
|
state=<<qualify "$:/state/demo-map">>
|
||||||
>
|
>
|
||||||
|
<$list filter="[all[tiddlers+shadows]tag[$:/tags/GeoMarker]]">
|
||||||
|
<$geolayer lat={{!!lat}} long={{!!long}} alt={{!!alt}} color={{!!color}}/>
|
||||||
|
</$list>
|
||||||
</$geomap>
|
</$geomap>
|
||||||
"""/>
|
"""/>
|
||||||
<$data $tiddler="$:/plugins/tiddlywiki/geospatial"/>
|
<$data $tiddler="$:/plugins/tiddlywiki/geospatial"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user