Move map-utils into map/
Namespacing matters
This commit is contained in:
parent
cad01e689e
commit
963254973b
4 changed files with 3 additions and 3 deletions
|
|
@ -163,7 +163,7 @@ import {
|
|||
useTemplateRef,
|
||||
watch,
|
||||
} from "vue";
|
||||
import { boundsMarkers, boundsDefault } from "@/map-utils";
|
||||
import { boundsMarkers, boundsDefault } from "@/map/util";
|
||||
import type { MapClickEvent, Marker } from "@/types";
|
||||
import type { Location } from "@/type/api";
|
||||
import type { Camera, MoveEndEventInternal } from "@/type/map";
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import {
|
|||
useTemplateRef,
|
||||
watch,
|
||||
} from "vue";
|
||||
import { boundsMarkers, boundsDefault } from "@/map-utils";
|
||||
import { boundsMarkers, boundsDefault } from "@/map/util";
|
||||
import type { Marker } from "@/types";
|
||||
import type { Location } from "@/type/api";
|
||||
import type { Camera, MoveEndEventInternal } from "@/type/map";
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ import {
|
|||
} from "vue";
|
||||
|
||||
import LayersControl from "@/components/LayersControl";
|
||||
import { boundsMarkers, boundsDefault } from "@/map-utils";
|
||||
import { boundsMarkers, boundsDefault } from "@/map/util";
|
||||
import { type MapClickEvent, type Marker, Point } from "@/types";
|
||||
import type { Location } from "@/type/api";
|
||||
import type { Camera, MoveEndEventInternal } from "@/type/map";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue