add make psql-analyze and make psql-vacuum-analyze

This commit is contained in:
ImreSamu
2017-01-20 23:30:02 +01:00
parent 23c276f4dd
commit 61af8e9517
2 changed files with 15 additions and 1 deletions

View File

@@ -237,6 +237,11 @@ echo "====> : Start SQL postprocessing: ./build/tileset.sql -> PostgreSQL "
echo " : Source code: https://github.com/openmaptiles/import-sql "
docker-compose run --rm import-sql
echo " "
echo "-------------------------------------------------------------------------------------"
echo "====> : Analyze PostgreSQL tables"
make psql-analyze
echo " "
echo "-------------------------------------------------------------------------------------"
echo "====> : Start generating MBTiles (containing gzipped MVT PBF) from a TM2Source project. "