SYNC: fixed exporting chart for electron

This commit is contained in:
Jan Prochazka
2025-06-30 12:32:07 +02:00
committed by Diflow
parent 39e6c45ec6
commit 863e042a37
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ const getMapExport = (geoJson) => {
leaflet
.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
maxZoom: 19,
attribution: '<a href="https://dbgate.org" title="Exported from DbGate">DbGate</a> | © OpenStreetMap',
attribution: '<a href="https://dbgate.io" title="Exported from DbGate">DbGate</a> | © OpenStreetMap',
})
.addTo(map);