fixed renderer saveAs

This commit is contained in:
muerwre 2019-02-27 13:29:12 +07:00
parent 087a636b80
commit b8f4bace71
2 changed files with 3 additions and 3 deletions

View file

@ -103,6 +103,7 @@ export class Component extends Polyline {
this._map.addLayer(this.markerLayer);
this.fire('allvertexshow');
console.log();
};
hideAllMarkers = (): void => {