Embedded DCS maps directly into website

This commit is contained in:
Pax1601
2024-03-10 10:13:25 +01:00
parent f52b5f419e
commit 5cc42dd9cf
5 changed files with 45 additions and 153 deletions

View File

@@ -16,6 +16,22 @@
"password": null
},
"additionalMaps": {
"TestMap": [
{
"urlTemplate": "http://localhost:3000/maps/TestMap/{z}/{x}/{y}.png",
"minNativeZoom": 1,
"maxNativeZoom": 13,
"minZoom": 1,
"maxZoom": 20
},
{
"urlTemplate": "http://localhost:3000/maps/TestMap/{z}/{x}/{y}.png",
"minNativeZoom": 14,
"maxNativeZoom": 17,
"minZoom": 14,
"maxZoom": 20
}
]
}
}
}