Move map-utils into map/

Namespacing matters
This commit is contained in:
Eli Ribble 2026-04-23 23:31:50 +00:00
parent cad01e689e
commit 963254973b
No known key found for this signature in database
4 changed files with 3 additions and 3 deletions

View file

@ -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";

View file

@ -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";

View file

@ -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";