Added ability to add more map sources

This commit is contained in:
Davide Passoni
2024-02-23 16:25:19 +01:00
parent 9a571132c8
commit 2e1c3ec4b9
6 changed files with 180 additions and 135 deletions

View File

@@ -14,6 +14,14 @@
"provider": "https://srtm.fasma.org/{lat}{lng}.SRTMGL3S.hgt.zip",
"username": null,
"password": null
}
},
"additionalMaps": {
"DCS": {
"urlTemplate": "http://localhost:3000/resources/maps/dcs/{z}/{x}/{y}.png",
"minZoom": 8,
"maxZoom": 20,
"attribution": "Eagle Dynamics"
}
}
}
}