SYNC: fixed map export

This commit is contained in:
SPRINX0\prochazka
2025-04-08 17:37:03 +02:00
committed by Diflow
parent c37d502c27
commit 48c614d8c3

View File

@@ -22,7 +22,7 @@ const getMapExport = (geoJson) => {
})
.addTo(map);
Leaflet.control.scale().addTo(map);
leaflet.control.scale().addTo(map);
const geoJsonObj = leaflet
.geoJSON(${JSON.stringify(geoJson)}, {