UNPKG

@tiddlygit/tiddlywiki

Version:
18 lines (12 loc) 359 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 \*/ (function(){ /*jslint node: true, browser: true */ /*global $tw: false */ "use strict"; exports.geolayer = require("$:/core/modules/widgets/data.js").data; })();