omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
723 stars 158 forks source link

Option to disable the geometry index creation on import #232

Open frodrigo opened 4 years ago

frodrigo commented 4 years ago

In some case the default index on geometry is not the best. We may want to add where condition. So disabling the creation of index at import time could be right, before manual index creation. Alternatively the geometry index could be configured in the mapping file.