mahal_map 1.6.10 → 1.6.11
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/index.d.mts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/mahal_map.sdk.js +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -278,6 +278,7 @@ declare class MeasureTool {
|
|
|
278
278
|
private style;
|
|
279
279
|
private labels;
|
|
280
280
|
private originalCursor;
|
|
281
|
+
private layerHandlersBound;
|
|
281
282
|
private pointsSourceId;
|
|
282
283
|
private linesSourceId;
|
|
283
284
|
private fillsSourceId;
|
|
@@ -312,6 +313,8 @@ declare class MeasureTool {
|
|
|
312
313
|
private handleStyleLoad;
|
|
313
314
|
private handleViewportChange;
|
|
314
315
|
constructor(map: Map, options?: MeasureToolOptions);
|
|
316
|
+
private bindLayerHandlers;
|
|
317
|
+
private unbindLayerHandlers;
|
|
315
318
|
start(mode?: MeasureMode): void;
|
|
316
319
|
stop(): void;
|
|
317
320
|
setMode(mode: MeasureMode): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -278,6 +278,7 @@ declare class MeasureTool {
|
|
|
278
278
|
private style;
|
|
279
279
|
private labels;
|
|
280
280
|
private originalCursor;
|
|
281
|
+
private layerHandlersBound;
|
|
281
282
|
private pointsSourceId;
|
|
282
283
|
private linesSourceId;
|
|
283
284
|
private fillsSourceId;
|
|
@@ -312,6 +313,8 @@ declare class MeasureTool {
|
|
|
312
313
|
private handleStyleLoad;
|
|
313
314
|
private handleViewportChange;
|
|
314
315
|
constructor(map: Map, options?: MeasureToolOptions);
|
|
316
|
+
private bindLayerHandlers;
|
|
317
|
+
private unbindLayerHandlers;
|
|
315
318
|
start(mode?: MeasureMode): void;
|
|
316
319
|
stop(): void;
|
|
317
320
|
setMode(mode: MeasureMode): void;
|