bbl-mapbox-react 0.0.14 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/types.d.ts CHANGED
@@ -962,8 +962,6 @@ export interface RoadHighlightControlConfig {
962
962
  export interface MeasureControlConfig {
963
963
  /** 是否启用,默认 true */
964
964
  enabled?: boolean;
965
- /** 默认 entityConfig(showArea/showLength/showRadius 初始值) */
966
- defaultEntityConfig?: EntityConfig;
967
965
  /** 自定义类名 */
968
966
  className?: string;
969
967
  /** 自定义样式 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bbl-mapbox-react",
3
- "version": "0.0.14",
3
+ "version": "0.0.16",
4
4
  "description": "React Mapbox 地图组件库,支持雷达、图像、标记、轨迹等多种 GIS 实体渲染",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",