0.1.15 • Published 4 years ago

togeojson-wxapp v0.1.15

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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: 文件内容

0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.0

4 years ago