mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 18:16:18 +00:00
dbabdfce53
* Make the layers control visible which allows the base layer to be chosen, and individual overlay layers to be hidden * Add tiddlers tagged $:/tags/GeoBaseLayer to define some useful map base layers * Add geobaselayer widget to define base layers
35 lines
689 B
Plaintext
35 lines
689 B
Plaintext
{
|
|
"tiddlers": [
|
|
{
|
|
"file": "leaflet.js",
|
|
"fields": {
|
|
"type": "application/javascript",
|
|
"title": "$:/plugins/tiddlywiki/geospatial/leaflet.js",
|
|
"module-type": "library"
|
|
}
|
|
},
|
|
{
|
|
"file": "leaflet.css",
|
|
"fields": {
|
|
"type": "text/css",
|
|
"title": "$:/plugins/tiddlywiki/geospatial/leaflet.css",
|
|
"tags": "[[$:/tags/Stylesheet]]"
|
|
}
|
|
},
|
|
{
|
|
"file": "images/layers-2x.png",
|
|
"fields": {
|
|
"type": "image/png",
|
|
"title": "$:/plugins/tiddlywiki/geospatial/leaflet/images/layers-2x.png"
|
|
}
|
|
},
|
|
{
|
|
"file": "LICENSE",
|
|
"fields": {
|
|
"type": "text/plain",
|
|
"title": "$:/plugins/tiddlywiki/geospatial/leaflet.js/LICENSE"
|
|
}
|
|
}
|
|
]
|
|
}
|