mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
cleanup
This commit is contained in:
parent
01a8a44114
commit
d8705e3fb2
2 changed files with 0 additions and 3 deletions
|
@ -33,8 +33,6 @@ export class Component extends Polyline {
|
||||||
|
|
||||||
this.constraintsStyle = { ...this.constraintsStyle, ...options.constraintsStyle };
|
this.constraintsStyle = { ...this.constraintsStyle, ...options.constraintsStyle };
|
||||||
this.maxMarkers = options.maxMarkers || this.maxMarkers;
|
this.maxMarkers = options.maxMarkers || this.maxMarkers;
|
||||||
// this.kmMarksEnabled = options.kmMarksEnabled || this.kmMarksEnabled;
|
|
||||||
// this.kmMarksStep = options.kmMarksStep || this.kmMarksStep;
|
|
||||||
|
|
||||||
this.constrLine = new Polyline([], this.constraintsStyle);
|
this.constrLine = new Polyline([], this.constraintsStyle);
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import { Map, LatLng } from 'leaflet';
|
import { Map, LatLng } from 'leaflet';
|
||||||
import { simplify } from '$utils/simplify';
|
import { simplify } from '$utils/simplify';
|
||||||
import { CLIENT } from '$config/frontend';
|
|
||||||
import { editor, Editor } from "$modules/Editor";
|
import { editor, Editor } from "$modules/Editor";
|
||||||
import { ILatLng } from "$modules/Stickers";
|
import { ILatLng } from "$modules/Stickers";
|
||||||
import { InteractivePoly } from "$modules/InteractivePoly";
|
import { InteractivePoly } from "$modules/InteractivePoly";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue