mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 08:43:57 +00:00
SYNC: fixed map export
This commit is contained in:
committed by
Diflow
parent
c37d502c27
commit
48c614d8c3
@@ -22,7 +22,7 @@ const getMapExport = (geoJson) => {
|
|||||||
})
|
})
|
||||||
.addTo(map);
|
.addTo(map);
|
||||||
|
|
||||||
Leaflet.control.scale().addTo(map);
|
leaflet.control.scale().addTo(map);
|
||||||
|
|
||||||
const geoJsonObj = leaflet
|
const geoJsonObj = leaflet
|
||||||
.geoJSON(${JSON.stringify(geoJson)}, {
|
.geoJSON(${JSON.stringify(geoJson)}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user