michael lohr <[email protected]> wrote: >i'm running a few tests with the new locator and a very simple command >line. > >java -jar mkgmap.jar --index --tdbfile --remove-short-arcs --route >--add-pois-to-areas -c template.args > >this works as expected. > >but: if i leave --route out, the address index is not generated. >_______________________________________________ >mkgmap-dev mailing list >[email protected] >http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
Hi The route option is required to add road information to the map tiles which is then read to generate the addresses in the index. Without route then the index will only contain poi and city information (assuming no bug prevents that from happening) ..Steve _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
