You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
("schema", po::value<std::string>()->default_value(""), "Database schema to put tables.\n blank:\t defaults to default schema dictated by PostgreSQL search_path.")
52
52
("prefix", po::value<std::string>()->default_value(""), "Prefix added at the beginning of the table names.")
53
53
("suffix", po::value<std::string>()->default_value(""), "Suffix added at the end of the table names.")
54
+
#if0
54
55
("postgis", "Install postgis if not found.") // TODO(vicky) remove before realesing
56
+
#endif
55
57
("addnodes", "Import the osm_nodes, osm_ways & osm_relations tables.")
0 commit comments