mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 20:06:00 +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);
|
||||
|
||||
Leaflet.control.scale().addTo(map);
|
||||
leaflet.control.scale().addTo(map);
|
||||
|
||||
const geoJsonObj = leaflet
|
||||
.geoJSON(${JSON.stringify(geoJson)}, {
|
||||
|
||||
Reference in New Issue
Block a user