问题
How to use terminal to import downloaded .osm data with all the "tags" into postgresql db.
I am using this for now:
osm2pgrouting -file /home/zia/Documents/Test/konya.osm -conf /usr/share/osm2pgrouting/mapconfig.xml -host localhost -port 5432 -dbname osm_dem -user postgres -passwd zia123 -prefixtables kn_ -clean
来源:https://stackoverflow.com/questions/26851113/import-osm-all-tags-using-osm2pgrouting