JSPM

@aliothor/geojson2kml

0.0.2
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 2
    • Score
      100M100P100Q27732F
    • License MIT

    geojson to kml tool

    Package Exports

    • @aliothor/geojson2kml

    Readme

    GeoJSON 转 KML

    使用示例

    安装及引入

    安装包

    pnpm add geojson2kml

    引入包

    import { toKml } from 'geojson2kml'

    GeoJSON 转 KML 示例

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