@hzab/map-combine 0.4.2-alpha.0 → 0.4.2-alpha.2

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.
@@ -48,7 +48,7 @@ export function drawPolyline(map: OpenlayerMap, polyline: Polyline<unknown>) {
48
48
  src: iconPoint,
49
49
  crossOrigin: "anonymous",
50
50
  }),
51
- // 保证线编辑的点位高于线
51
+ // 保证编辑的点位高于线
52
52
  zIndex: style.getZIndex() + 5,
53
53
  });
54
54
 
@@ -59,7 +59,7 @@ export function drawPolyline(map: OpenlayerMap, polyline: Polyline<unknown>) {
59
59
  src: iconAdd,
60
60
  crossOrigin: "anonymous",
61
61
  }),
62
- // 保证线编辑的点位高于线
62
+ // 保证编辑的点位高于线
63
63
  zIndex: style.getZIndex() + 5,
64
64
  });
65
65