UNPKG

tiddlywiki

Version:
13 lines (8 loc) 278 B
/*\ title: $:/plugins/tiddlywiki/geospatial/geolayer.js type: application/javascript module-type: widget geolayer widget to represent a layer for a geomap widget. Clone of the data widget \*/ "use strict"; exports.geolayer = require("$:/core/modules/widgets/data.js").data;