react-leaflet-choropleth:React-Leaflet的组件,增加了Choropleth功能

时间:2024-05-30 16:38:12
【文件属性】:

文件名称:react-leaflet-choropleth:React-Leaflet的组件,增加了Choropleth功能

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-30 16:38:12

JavaScript

React叶小节 该组件从react-leaflet扩展了geoJson,并将使用色度通过属性或函数值设置颜色。 这在很大程度上是由timwis的小菜谱。 安装 npm install react-leaflet-choropleth 选项 必需的 data :geojson数据作为FeatureCollection数组。 style :将样式应用于每个geojson对象。 可以是函数或对象。 valueProperty :从每个geojson对象获取值的方式。 可以是像function(feature){ return feature.properties.value }类的function(feature){ return feature.properties.value } ,也可以使用properties在geojson形状的properties对象中查找值。 scale


【文件预览】:
react-leaflet-choropleth-master
----.babelrc(48B)
----package.json(649B)
----assign.js(499B)
----LICENSE(725B)
----.npmignore(15B)
----choropleth.jsx(3KB)
----choropleth.js(7KB)
----.gitignore(529B)
----README.md(2KB)

网友评论