From 0690750fe1b37112f43b1b9fa5fb921670f10b57 Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Wed, 16 Nov 2016 10:20:08 +0100 Subject: [PATCH] add info for the user about the Mapnik logs --- quickstart.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quickstart.sh b/quickstart.sh index 57c32931..081affb5 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -158,6 +158,10 @@ echo " : Source code: https://github.com/openmaptiles/generate-vectortiles echo " : We are using a lot of Mapbox Open Source tools! : https://github.com/mapbox " echo " : Thank you https://www.mapbox.com !" echo " : See other MVT tools : https://github.com/mapbox/awesome-vector-tiles " +echo " : " +echo " : You will see a lot of deprecated warning in the log! This is normal! " +echo " : like : Mapnik LOG> ... is deprecated and will be removed in Mapnik 4.x ... " + docker-compose -f docker-compose.yml -f docker-compose-test-override.yml run --rm generate-vectortiles echo " "