Is there any difference in how index is build depending on parameters order?
If I use:
--housenumbers --index --gmapsupp
I get a 97888256 byte file
If I use:
--gmapsupp --index --housenumbers
I get a 97884160 byte file
but index search seems to work the very same.
Thanks,
Enrico