关键词: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
网友评论