From 060cfd4868322142ae29a6bff877e6a8f384978e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 17 Oct 2024 11:14:09 +0100 Subject: [PATCH] Fix geomap with markers docs demo --- plugins/tiddlywiki/geospatial/docs/geomap.tid | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/tiddlywiki/geospatial/docs/geomap.tid b/plugins/tiddlywiki/geospatial/docs/geomap.tid index e72d3c156b3..37b7e869d1b 100644 --- a/plugins/tiddlywiki/geospatial/docs/geomap.tid +++ b/plugins/tiddlywiki/geospatial/docs/geomap.tid @@ -57,6 +57,9 @@ If no base layers are defined by `<$geobaselayer>` widgets within the `<$geomap> <$data title="Output" text="""<$geomap state=<> > + <$list filter="[all[tiddlers+shadows]tag[$:/tags/GeoMarker]]"> + <$geolayer lat={{!!lat}} long={{!!long}} alt={{!!alt}} color={{!!color}}/> + """/> <$data $tiddler="$:/plugins/tiddlywiki/geospatial"/>