mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
updated aliases
This commit is contained in:
parent
af8d270460
commit
e950d98b73
74 changed files with 300 additions and 390 deletions
|
@ -1,9 +1,9 @@
|
|||
import {FeatureGroup, LayerGroup, layerGroup, Map} from 'leaflet';
|
||||
import { IStickerDump, Sticker } from '$modules/Sticker';
|
||||
import { IStickerDump, Sticker } from '~/modules/Sticker';
|
||||
import { MarkerClusterGroup } from 'leaflet.markercluster/dist/leaflet.markercluster-src.js';
|
||||
import { clusterIcon } from '$utils/clusterIcon';
|
||||
import { editor, Editor } from "$modules/Editor";
|
||||
import { STICKERS } from "$constants/stickers";
|
||||
import { clusterIcon } from '~/utils/clusterIcon';
|
||||
import { editor, Editor } from "~/modules/Editor";
|
||||
import { STICKERS } from "~/constants/stickers";
|
||||
|
||||
export interface ILatLng {
|
||||
lat: number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue