@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: '数据文件',
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i @aliothor/geojson2kml

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

56.8 kB

Total Files

10

Last publish

Collaborators

  • pluto957