mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
|
title: $:/plugins/tiddlywiki/geospatial/demo/maps
|
||
|
caption: Maps
|
||
|
tags: $:/tags/GeospatialDemo
|
||
|
|
||
|
! Map with Layers and Markers
|
||
|
|
||
|
<$geomap
|
||
|
markers="[all[tiddlers+shadows]tag[$:/tags/GeoMarker]]"
|
||
|
layers="[all[tiddlers+shadows]tag[$:/tags/GeoLayer]]"
|
||
|
/>
|
||
|
|