1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-09 13:59:41 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial/demo/data.tid

28 lines
508 B
Plaintext
Raw Normal View History

2023-01-06 10:36:30 +00:00
title: $:/plugins/tiddlywiki/geospatial/demo/data
caption: Demo Data
tags: $:/tags/GeospatialDemo
! Geo Markers
<ul>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/GeoMarker]sort[caption]]">
<li>
<$link>
<$transclude field="caption"><$view field="title"/></$transclude>
</$link>
</li>
</$list>
</ul>
! Geo Layers
<ul>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/GeoLayer]sort[caption]]">
<li>
<$link>
<$transclude field="caption"><$view field="title"/></$transclude>
</$link>
</li>
</$list>
</ul>