From b813b107a8f78656649af5e8d87111740e9dc2bb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 21 Jan 2025 21:18:41 +0200 Subject: [PATCH] chore(geomap): change attribute to `geolocation` --- src/public/app/widgets/type_widgets/geo_map.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/widgets/type_widgets/geo_map.ts b/src/public/app/widgets/type_widgets/geo_map.ts index 78007090b..37ce837bc 100644 --- a/src/public/app/widgets/type_widgets/geo_map.ts +++ b/src/public/app/widgets/type_widgets/geo_map.ts @@ -69,7 +69,7 @@ const TPL = `\ `; -const LOCATION_ATTRIBUTE = "latLng"; +const LOCATION_ATTRIBUTE = "geolocation"; const CHILD_NOTE_ICON = "bx bx-pin"; interface MapData {