From 0229a68706e4b43d6fc248537d9e3cf1d9587152 Mon Sep 17 00:00:00 2001 From: "Nathaniel V. KELSO" Date: Tue, 23 Apr 2013 18:16:22 -0700 Subject: [PATCH] Add apt-get command for installing shapeindex --- tools/make-web-mercator-900913-ready/zip-it.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/make-web-mercator-900913-ready/zip-it.sh b/tools/make-web-mercator-900913-ready/zip-it.sh index 72e41660..f3a9ba39 100755 --- a/tools/make-web-mercator-900913-ready/zip-it.sh +++ b/tools/make-web-mercator-900913-ready/zip-it.sh @@ -21,7 +21,8 @@ ogr2ogr \ # Index the shapefile for Mapnik # https://github.com/mapnik/mapnik/tree/master/utils/shapeindex -# +# Install shapeindex: +# sudo apt-get install mapnik-utils shapeindex $base.shp ogrinfo -so $base.shp $base | tail -n +4 > info.txt