mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 10:46:45 +00:00
More test data
This commit is contained in:
27
plugins/tiddlywiki/geospatial/demo/data.tid
Normal file
27
plugins/tiddlywiki/geospatial/demo/data.tid
Normal file
@@ -0,0 +1,27 @@
|
||||
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>
|
||||
Reference in New Issue
Block a user