@aliothor/geojson2kml
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

GeoJSON 转 KML

使用示例

安装及引入

安装包

pnpm add geojson2kml

引入包

import { toKml } from 'geojson2kml'

GeoJSON 转 KML 示例

const kml = toKml(geojsonObject, {
  name: '数据',
  documentName: '数据文件',
  documentDescription: '数据文件',
})

Readme

Keywords

Package Sidebar

Install

npm i @aliothor/geojson2kml

Weekly Downloads

6

Version

0.0.2

License

MIT

Unpacked Size

56.8 kB

Total Files

10

Last publish

Collaborators

  • pluto957