mapboxgl-legend:插件可从地图样式添加自动生成的图例

时间:2024-04-17 02:54:00
【文件属性】:

文件名称:mapboxgl-legend:插件可从地图样式添加自动生成的图例

文件大小:86KB

文件格式:ZIP

更新时间:2024-04-17 02:54:00

JavaScript

mapboxgl-legend 通过解析图层绘制表达式,将图例添加到mapbox-gl地图。 当前支持的属性: fill-color circle-color circle-radius 当前支持的表达式: match interpolate step 开始吧 安装npm软件包 npm install mapboxgl-legend 将图例控件添加到地图 import LegendControl from 'mapboxgl-legend' ; const legend = new LegendControl ( ) ; map . addControl ( legend , 'bottom-left' ) ; 像往常一样添加图层,图例将自动生成 map . addLayer ( { id : 'density' , type : 'circle' , sour


网友评论