标签: dictionary interactive choropleth
我正在使用传单js Choropleth映射: https://leafletjs.com/examples/choropleth/
我想在单击(加利福尼亚)区域加载表单数据时执行的操作是因为同一区域中的所有位置(纬度,经度)?
答案 0 :(得分:0)
由于Choropleth地图是具有多边形集合的GeoJson,因此我将继续使用https://github.com/hayeswise/Leaflet.PointInPolygon库来确定给定位置是否在给定多边形中。
https://github.com/hayeswise/Leaflet.PointInPolygon