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 => {

View file

@ -1,11 +1,10 @@
import { editor } from '$modules/Editor';
import { COLORS, CLIENT } from '$config/frontend';
import saveAs from 'file-saver';
import * as saveAs from 'file-saver';
import { replaceProviderUrl } from '$constants/providers';
import { IStickerItem, STICKERS } from '$constants/stickers';
import { STICKERS } from '$constants/stickers';
import { ILatLng } from "$modules/Stickers";
import { IStickerDump } from "$modules/Sticker";
import { Canvas, Point } from "leaflet";
import { IRootState } from "$redux/user/reducer";
export interface IMapPoint {