mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 09:06:40 +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>
|