美文网首页
leaflet地理空间数据格式解析器:leaflet-omniv

leaflet地理空间数据格式解析器:leaflet-omniv

作者: 嘀灬学生卡 | 来源:发表于2020-07-28 21:36 被阅读0次

    关键词:leaflet-omnivore; WKT; 格式转换

    Loads & converts CSV, KML, GPX, TopoJSON, WKT formats for Leaflet.

    在leaflet项目中,遇到后端传来的WKT数据,需将该数据渲染到地图中,由于leaflet尚未直接提供WKT数据的图层加载功能,因此在官网上找到该插件进行格式转换。官方资源地址:leaflet-omnivore

    Mapbox Plugins CDN:
    <script src='//api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.3.1/leaflet-omnivore.min.js'></script>
    
    BootCDN:
    <script src="https://cdn.bootcdn.net/ajax/libs/leaflet-omnivore/0.3.4/leaflet-omnivore.js"></script>
    

    官网未直接提供leaflet-omnivore.min.js文件,需要下载项目后打包,本人已经下载打包,供有需求的朋友下载。百度网盘下载地址:链接: https://pan.baidu.com/s/1Ed_TVo_fLtkOQ07a-Q_5hw 提取码: b3cp

    相关文章

      网友评论

          本文标题:leaflet地理空间数据格式解析器:leaflet-omniv

          本文链接:https://www.haomeiwen.com/subject/jibqrktx.html