kopia lustrzana https://github.com/openmaptiles/openmaptiles
Update .env
rodzic
5eee11b9a3
commit
169808841e
8
.env
8
.env
|
@ -20,8 +20,8 @@ PGPORT=5432
|
|||
BBOX=-180.0,-85.0511,180.0,85.0511
|
||||
|
||||
# Which zooms to generate with make generate-tiles-pg
|
||||
MIN_ZOOM=0
|
||||
MAX_ZOOM=10
|
||||
MIN_ZOOM=11
|
||||
MAX_ZOOM=14
|
||||
|
||||
# `MID_ZOOM` setting only works with `make generate-tiles-pg` command. Make sure MID_ZOOM < MAX_ZOOM.
|
||||
# See https://github.com/openmaptiles/openmaptiles-tools/pull/383
|
||||
|
@ -36,7 +36,7 @@ BORDERS_CLEANUP=false
|
|||
|
||||
# The current setup assumes this file is placed inside the data/ dir
|
||||
# scp -i ~/.ssh/azeonYR.txt azureuser@51.120.246.222:/datadrive/openmaptilesNO/data/NRK-OSMdata-planet_v01.mbtiles /Users/n651611/Documents/GitHub/openmaptilesNO/data/
|
||||
MBTILES_FILE=NRK-water_v01.mbtiles
|
||||
MBTILES_FILE=NRK-water_v02.mbtiles
|
||||
|
||||
|
||||
# This is the current repl_config.json location, pre-configured in the tools Dockerfile
|
||||
|
@ -52,7 +52,7 @@ BORDERS_CSV_FILE=data/borders/lines.csv
|
|||
MAX_PARALLEL_PSQL=5
|
||||
|
||||
# Number of parallel threads to use when generating vector map tiles
|
||||
COPY_CONCURRENCY=25
|
||||
COPY_CONCURRENCY=27
|
||||
|
||||
# Variables for generate tiles using tilelive-pgquery
|
||||
PGHOSTS_LIST=
|
||||
|
|
Ładowanie…
Reference in New Issue