mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed renderer saveAs
This commit is contained in:
parent
087a636b80
commit
b8f4bace71
2 changed files with 3 additions and 3 deletions
|
@ -103,6 +103,7 @@ export class Component extends Polyline {
|
||||||
|
|
||||||
this._map.addLayer(this.markerLayer);
|
this._map.addLayer(this.markerLayer);
|
||||||
this.fire('allvertexshow');
|
this.fire('allvertexshow');
|
||||||
|
console.log();
|
||||||
};
|
};
|
||||||
|
|
||||||
hideAllMarkers = (): void => {
|
hideAllMarkers = (): void => {
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
import { editor } from '$modules/Editor';
|
import { editor } from '$modules/Editor';
|
||||||
import { COLORS, CLIENT } from '$config/frontend';
|
import { COLORS, CLIENT } from '$config/frontend';
|
||||||
import saveAs from 'file-saver';
|
import * as saveAs from 'file-saver';
|
||||||
import { replaceProviderUrl } from '$constants/providers';
|
import { replaceProviderUrl } from '$constants/providers';
|
||||||
import { IStickerItem, STICKERS } from '$constants/stickers';
|
import { STICKERS } from '$constants/stickers';
|
||||||
import { ILatLng } from "$modules/Stickers";
|
import { ILatLng } from "$modules/Stickers";
|
||||||
import { IStickerDump } from "$modules/Sticker";
|
import { IStickerDump } from "$modules/Sticker";
|
||||||
import { Canvas, Point } from "leaflet";
|
|
||||||
import { IRootState } from "$redux/user/reducer";
|
import { IRootState } from "$redux/user/reducer";
|
||||||
|
|
||||||
export interface IMapPoint {
|
export interface IMapPoint {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue