feat(fed): add ural
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
"TileServer": {
|
||||
"DataDirectory": "../../data",
|
||||
"JavaPath": "java",
|
||||
"JvmMaxHeap": "8g",
|
||||
"JvmMaxHeap": "4g",
|
||||
"PlanetilerThreads": 8,
|
||||
"PlanetilerMmapTemp": false,
|
||||
"PlanetilerJarUrl": "https://github.com/openmaptiles/planetiler-openmaptiles/releases/download/v3.16/planetiler-openmaptiles.jar",
|
||||
"PlanetilerHttpTimeout": "15m",
|
||||
"DownloadStallTimeoutSeconds": 45,
|
||||
@@ -65,6 +67,15 @@
|
||||
"MinZoom": 0,
|
||||
"MaxZoom": 15,
|
||||
"Enabled": true
|
||||
},
|
||||
{
|
||||
"Id": "ural-fed-district",
|
||||
"Name": "Уральский федеральный округ",
|
||||
"Url": "https://download.geofabrik.de/russia/ural-fed-district-latest.osm.pbf",
|
||||
"Center": [60.0, 55.0],
|
||||
"MinZoom": 0,
|
||||
"MaxZoom": 15,
|
||||
"Enabled": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user