ltog / osmi-addresses

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

Calculation of spatial indices inside osmi-addresses using C++ #56

Open ltog opened 9 years ago

ltog commented 9 years ago

Currently an additional bash script is used in order to calculate spatial indices of spatialite files . We could move the calculation inside the C++ part to avoid situations where one forgets to call the script and therefore has spatialite files without indices.

Maybe we can also start calculating the indices for the tables that are finished after the first pass while the software still is running (and creating other layers/spatialite files).

ltog commented 8 years ago

Variants and corresponding links:

  1. Access the commandline client spatialite.
  2. Access spatialite directly using adequate libraries.