Add support for PBF tiles generated directly from postgres (#240)

* Add postserve

* Set postserve version
This commit is contained in:
stirringhalo
2017-05-10 18:35:01 -04:00
committed by GitHub
parent a4a7ca95c6
commit 255a4250b9
3 changed files with 23 additions and 2 deletions

View File

@@ -242,6 +242,11 @@ echo "--------------------------------------------------------------------------
echo "====> : Analyze PostgreSQL tables"
make psql-analyze
echo " "
echo "-------------------------------------------------------------------------------------"
echo "====> : Bring up postserve at localhost:8090/tiles/{z}/{x}/{y}.pbf"
docker-compose up -d postserve
echo " "
echo "-------------------------------------------------------------------------------------"
echo "====> : Start generating MBTiles (containing gzipped MVT PBF) from a TM2Source project. "