Enable pgquery (#1048)

I try to use pgquery, it needs some configuration in .env file.
I think if we use pgquery instead of mapnik, the performace will be good.
This commit is contained in:
Taro Matsuzawa aka. btm
2020-12-08 22:56:01 +09:00
committed by GitHub
parent 01d53a26c6
commit 924558d7d9
2 changed files with 17 additions and 0 deletions

7
.env
View File

@@ -48,3 +48,10 @@ MAX_PARALLEL_PSQL=5
# Number of parallel threads to use when generating vector map tiles
COPY_CONCURRENCY=10
# Variables for generate tiles using PGquery
PGHOSTS_LIST=
# Uncomment when used PGquery
#EXPORT_DIR=/import
NO_GZIP=1
USE_KEY_COLUMN=1