Add apt-get command for installing shapeindex

This commit is contained in:
Nathaniel V. KELSO 2013-04-23 18:16:22 -07:00
parent 2de1ba94ce
commit 0229a68706

View File

@ -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