GeoJSON 转 KML
使用示例
安装及引入
安装包
pnpm add geojson2kml
引入包
import { toKml } from 'geojson2kml'
GeoJSON 转 KML 示例
const kml = toKml(geojsonObject, {
name: '数据',
documentName: '数据文件',
documentDescription: '数据文件',
})
安装包
pnpm add geojson2kml
引入包
import { toKml } from 'geojson2kml'
const kml = toKml(geojsonObject, {
name: '数据',
documentName: '数据文件',
documentDescription: '数据文件',
})
npm i @aliothor/geojson2kml
17
0.0.2
MIT
56.8 kB
10