feat(proj): init

This commit is contained in:
vl.arkhangelskii
2026-09-21 03:53:15 +03:00
commit 3e34f391b3
258 changed files with 20968 additions and 0 deletions
+64
View File
@@ -0,0 +1,64 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Accounts": "Host=127.0.0.1;Port=5433;Database=tile_server;Username=tiles;Password=tiles"
},
"TileServer": {
"DataDirectory": "../../data",
"JavaPath": "java",
"JvmMaxHeap": "8g",
"PlanetilerJarUrl": "https://github.com/openmaptiles/planetiler-openmaptiles/releases/download/v3.16/planetiler-openmaptiles.jar",
"PlanetilerHttpTimeout": "15m",
"DownloadStallTimeoutSeconds": 45,
"NaturalEarthUrls": [
"https://naciscdn.org/naturalearth/packages/natural_earth_vector.sqlite.zip",
"https://naturalearth.s3.amazonaws.com/packages/natural_earth_vector.sqlite.zip"
],
"LakeCenterlinesUrls": [
"https://github.com/acalcutt/osm-lakelines/releases/download/latest/lake_centerline.shp.zip",
"https://acalcutt.github.io/osm-lakelines/lake_centerline.shp.zip"
],
"WaterPolygonsUrls": [
"https://osmdata.openstreetmap.de/download/water-polygons-split-3857.zip"
],
"DefaultMinZoom": 0,
"DefaultMaxZoom": 15,
"OverzoomMaxZoom": 18,
"GlyphsUrl": "https://demotiles.maplibre.org/font/{fontstack}/{range}.pbf",
"Yandex": {
"RedirectUri": "https://tile-server.ru"
},
"Sync": {
"Cron": "0 3 * * *",
"TimeZone": "UTC",
"RunOnStartup": true,
"RebuildIfTilesMissing": true
},
"Extracts": [
{
"Id": "central-fed-district",
"Name": "Центральный федеральный округ",
"Url": "https://download.geofabrik.de/russia/central-fed-district-latest.osm.pbf",
"Center": [ 37.6173, 55.7558 ],
"MinZoom": 0,
"MaxZoom": 15,
"Enabled": true
},
{
"Id": "volga-fed-district",
"Name": "Волго-Вятский федеральный округ",
"Url": "https://download.geofabrik.de/russia/volga-fed-district-latest.osm.pbf",
"Center": [ 45.0000, 57.0000 ],
"MinZoom": 0,
"MaxZoom": 15,
"Enabled": true
}
]
}
}