ltog / osmi-addresses

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

Remove need for hardcoding table names when generating spatial indices #35

Closed ltog closed 9 years ago

ltog commented 9 years ago

In the file create_spatial_indices.sh, which generates spatial indices for tables, the table names are hardcoded: https://github.com/ltog/osmi-addresses/blob/053efe4870ab04843f68cdde2671e68d43244c30/create_spatial_indices.sh#L12-L22

The names of the tables requiring spatial indices should be read from the sqlite file instead.