chore(views/geomap): reintroduce moving markers

This commit is contained in:
Elian Doran
2025-07-06 12:22:51 +03:00
parent 579a261612
commit 939e99637f
4 changed files with 14 additions and 10 deletions

View File

@@ -87,7 +87,7 @@ interface MapData {
const DEFAULT_COORDINATES: [number, number] = [3.878638227135724, 446.6630455551659];
const DEFAULT_ZOOM = 2;
const LOCATION_ATTRIBUTE = "geolocation";
export const LOCATION_ATTRIBUTE = "geolocation";
const CHILD_NOTE_ICON = "bx bx-pin";
export default class GeoView extends ViewMode<MapData> {