1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 01:03:16 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial/files/leaflet.js/tiddlywiki.files
jeremy@jermolene.com dbabdfce53 Support for multiple base layers
* 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
2023-05-21 22:06:32 +01:00

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"
}
}
]
}