ltog / osmi-addresses

Calculates the Address view of the OSM Inspector
Boost Software License 1.0
11 stars 4 forks source link

Add '-silent' option to spatialite calls in create_spatial_indices.sh #37

Open ltog opened 9 years ago

ltog commented 9 years ago

Creating spatial indices using spatialite in the file create_spatial_indices.sh ( https://github.com/ltog/osmi-addresses/blob/d804f4f12e3a750982464efbd27b0e247158f42f/create_spatial_indices.sh#L25-L27 ) produces some verbose output.

Beginning from version 4.2.0, spatialite provides the option -silent to reduce the verbose output (according to http://stackoverflow.com/a/26920051 )

Ubuntu 14.10 has spatialite version 4.1.1. in its repository, so we may want to wait until the version gets updated.