文件名称:togeojson-wxapp:togeojson-wxapp小部件
文件大小:133KB
文件格式:ZIP
更新时间:2024-05-25 15:22:17
gpx wxapp kml miniprogram togeojson
kml、gpx格式转geojson格式。 可在小程序、浏览器、Node使用。 使用 npm install togeojson-wxapp 例子 浏览器: 小程序:待补充 Node: const togeojsonWxapp = require('togeojson-wxapp/dist/togeojson-wxapp.cjs') togeojsonWxapp.togeojson() API togeojson(path: string, fileContent: string): togeojson path: 文件路径 fileContent: 文件内容 stringTogeojson(type, fileContent: string): togeojson type: 文件类型 fileContent: 文件内容
【文件预览】:
togeojson-wxapp-master
----rollup.config.js(1KB)
----.eslintrc.js(374B)
----src()
--------main.js(859B)
----.babelrc(399B)
----lib()
--------sax.js(19KB)
--------dom-parser.js(8KB)
--------dom.js(34KB)
--------entities.js(5KB)
----example()
--------index.html(730B)
--------index.js(5KB)
----LICENSE(1KB)
----README.md(677B)
----dist()
--------togeojson-wxapp.global.js(37KB)
--------togeojson-wxapp.cjs.js(37KB)
--------togeojson-wxapp.esm-browser.js(37KB)
--------togeojson-wxapp.amd.js(37KB)
--------togeojson-wxapp.es.js(37KB)
--------togeojson-wxapp.umd.js(37KB)
----.gitignore(13B)
----package-lock.json(121KB)
----package.json(1KB)