mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
28 lines
508 B
Plaintext
28 lines
508 B
Plaintext
|
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>
|