1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-05 10:20:45 +00:00

More test data

This commit is contained in:
jeremy@jermolene.com 2023-01-06 10:36:30 +00:00
parent dbde8f3b7b
commit de567dead2
6 changed files with 54 additions and 1 deletions

View File

@ -0,0 +1,9 @@
title: $:/plugins/tiddlywiki/geospatial/demo/cities/LimehouseTownHall
tags: $:/tags/GeoMarker
caption: Limehouse Town Hall
lat: 51.51216651476898
long: -0.03138562132137639
alt: 0
This is Limehouse Town Hall!

View File

@ -0,0 +1,9 @@
title: $:/plugins/tiddlywiki/geospatial/demo/cities/Motovun
tags: $:/tags/GeoMarker
icon: Motovun Jack.svg
caption: Motovun
lat: 45.336453407749225
long: 13.828231379455806
alt: 0
This is Motovun!

View File

@ -1,6 +1,5 @@
title: $:/plugins/tiddlywiki/geospatial/demo/cities/Oxford
tags: $:/tags/GeoMarker
icon: Motovun Jack.svg
caption: Oxford
lat: 51.751944
long: -1.257778

View 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>

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,8 @@
title: $:/plugins/geospatial/demo/features/us-states
caption: US State Boundaries
type: application/json
tags: $:/tags/GeoLayer
color: #88f
{"type":"FeatureCollection","features":[
{"type":"Feature","id":"01","properties":{"name":"Alabama","density":94.65},"geometry":{"type":"Polygon","coordinates":[[[-87.359296,35.00118],[-85.606675,34.984749],[-85.431413,34.124869],[-85.184951,32.859696],[-85.069935,32.580372],[-84.960397,32.421541],[-85.004212,32.322956],[-84.889196,32.262709],[-85.058981,32.13674],[-85.053504,32.01077],[-85.141136,31.840985],[-85.042551,31.539753],[-85.113751,31.27686],[-85.004212,31.003013],[-85.497137,30.997536],[-87.600282,30.997536],[-87.633143,30.86609],[-87.408589,30.674397],[-87.446927,30.510088],[-87.37025,30.427934],[-87.518128,30.280057],[-87.655051,30.247195],[-87.90699,30.411504],[-87.934375,30.657966],[-88.011052,30.685351],[-88.10416,30.499135],[-88.137022,30.318396],[-88.394438,30.367688],[-88.471115,31.895754],[-88.241084,33.796253],[-88.098683,34.891641],[-88.202745,34.995703],[-87.359296,35.00118]]]}},