There was an error while loading. Please reload this page.
2 parents 41239ca + e22f699 commit e563768Copy full SHA for e563768
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@inlog/inlog-maps",
3
- "version": "6.5.4",
+ "version": "6.6.0",
4
"description": "A library for using generic layer maps ",
5
"main": "index.js",
6
"types": "dist/index.d.ts",
src/map.ts
@@ -1332,7 +1332,9 @@ export default class Map {
1332
public removeRuler(): void {
1333
this.removePolylines("inlogmaps-ruler", null);
1334
this.rulerPolylines = [];
1335
+ this.rulerClicks = [];
1336
this.rulerLatLongs = [];
1337
+ this.rulerPolylineCount = 0;
1338
1339
this.removeEventMap(MapEventType.Click);
1340
this.removeOverlays("inlogmaps-ruler");
0 commit comments