mahal_map 1.6.5 → 1.6.6
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 +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- 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
|
@@ -283,19 +283,19 @@ declare class MeasureTool {
|
|
|
283
283
|
private pointsSourceId;
|
|
284
284
|
private linesSourceId;
|
|
285
285
|
private fillsSourceId;
|
|
286
|
-
private labelsSourceId;
|
|
287
286
|
private hoverPointSourceId;
|
|
288
287
|
private pointsLayerId;
|
|
289
288
|
private linesCasingLayerId;
|
|
290
289
|
private linesLayerId;
|
|
291
290
|
private fillsLayerId;
|
|
292
|
-
private labelsLayerId;
|
|
293
291
|
private hoverPointLayerId;
|
|
294
292
|
private mode;
|
|
295
293
|
private isActive;
|
|
296
294
|
private draft;
|
|
297
295
|
private shapes;
|
|
298
296
|
private badge;
|
|
297
|
+
private shapeBadges;
|
|
298
|
+
private icons;
|
|
299
299
|
private draggingPointId;
|
|
300
300
|
private draggingShapeId;
|
|
301
301
|
private suppressNextClick;
|
|
@@ -351,8 +351,10 @@ declare class MeasureTool {
|
|
|
351
351
|
private buildLineFeature;
|
|
352
352
|
private buildFillFeature;
|
|
353
353
|
private buildPointFeatures;
|
|
354
|
-
private
|
|
354
|
+
private getShapeAnchor;
|
|
355
355
|
private render;
|
|
356
|
+
private syncShapeBadges;
|
|
357
|
+
private updateShapeBadgePositions;
|
|
356
358
|
private updateBadge;
|
|
357
359
|
private updateBadgePosition;
|
|
358
360
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -283,19 +283,19 @@ declare class MeasureTool {
|
|
|
283
283
|
private pointsSourceId;
|
|
284
284
|
private linesSourceId;
|
|
285
285
|
private fillsSourceId;
|
|
286
|
-
private labelsSourceId;
|
|
287
286
|
private hoverPointSourceId;
|
|
288
287
|
private pointsLayerId;
|
|
289
288
|
private linesCasingLayerId;
|
|
290
289
|
private linesLayerId;
|
|
291
290
|
private fillsLayerId;
|
|
292
|
-
private labelsLayerId;
|
|
293
291
|
private hoverPointLayerId;
|
|
294
292
|
private mode;
|
|
295
293
|
private isActive;
|
|
296
294
|
private draft;
|
|
297
295
|
private shapes;
|
|
298
296
|
private badge;
|
|
297
|
+
private shapeBadges;
|
|
298
|
+
private icons;
|
|
299
299
|
private draggingPointId;
|
|
300
300
|
private draggingShapeId;
|
|
301
301
|
private suppressNextClick;
|
|
@@ -351,8 +351,10 @@ declare class MeasureTool {
|
|
|
351
351
|
private buildLineFeature;
|
|
352
352
|
private buildFillFeature;
|
|
353
353
|
private buildPointFeatures;
|
|
354
|
-
private
|
|
354
|
+
private getShapeAnchor;
|
|
355
355
|
private render;
|
|
356
|
+
private syncShapeBadges;
|
|
357
|
+
private updateShapeBadgePositions;
|
|
356
358
|
private updateBadge;
|
|
357
359
|
private updateBadgePosition;
|
|
358
360
|
}
|