1. 首页
  2. 数据库
  3. 其它
  4. leaflet加载geojson叠加显示功能代码

leaflet加载geojson叠加显示功能代码

上传者: 2020-12-30 19:32:14上传 PDF文件 28.33KB 热度 13次
这篇文章主要介绍了leaflet加载geojson叠加显示功能代码,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友可以参考下 geojson需要先制作shp,然后导入下面网站生成geojson。 https://mapshaper.org/ geojson,最好放后台,前台通过异步请求去加载json,然后显示。 getGeojsonByName({name:geojson_name}).then(data=>{ if (this.bondarylayer) { if (this.map.hasLayer(this.bondaryl
用户评论