chore(geomap): change attribute to geolocation

This commit is contained in:
Elian Doran 2025-01-21 21:18:41 +02:00
parent dc7dd51913
commit b813b107a8
No known key found for this signature in database

View File

@ -69,7 +69,7 @@ const TPL = `\
</style>
</div>`;
const LOCATION_ATTRIBUTE = "latLng";
const LOCATION_ATTRIBUTE = "geolocation";
const CHILD_NOTE_ICON = "bx bx-pin";
interface MapData {