mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-11 04:19:56 +00:00
b1cd1306ef
* Allow width, height and maxZoom to be specified * Add images to city marker tiddlers * Initial support for custom popups * Custom popup templates for the US and Canadian example data * Popups should use the geomap as their parent widget This lets root widget messages work * Typo in default popup template * Clean up the use of popup templates * Allow GeoJSON features to be hidden via a checkbox * Popup template for volcano dataset * Add Natural Earth country data * Optimise marker SVG
11 lines
561 B
Plaintext
11 lines
561 B
Plaintext
title: $:/geospatialdemo/features/harvard-volcanoes-of-the-world/popupTemplate
|
|
|
|
!!! Harvard Volcanoes of the World
|
|
|
|
|Number |<$text text={{{ [<feature>jsonget[properties],[NUMBER_]] }}}/> |
|
|
|Name |<$text text={{{ [<feature>jsonget[properties],[NAME_]] }}}/> |
|
|
|Location |<$text text={{{ [<feature>jsonget[properties],[LOCATION]] }}}/> |
|
|
|Type |<$text text={{{ [<feature>jsonget[properties],[TYPE_]] }}}/> |
|
|
|Status |<$text text={{{ [<feature>jsonget[properties],[STATUS]] }}}/> |
|
|
|Time Frame |<$text text={{{ [<feature>jsonget[properties],[TIME_FRAME]] }}}/> |
|