Home
last modified time | relevance | path

Searched refs:osm_path (Results 1 – 5 of 5) sorted by relevance

/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/importer/src/
H A Dmain.rs198 fn oneshot(osm_path: String, clip: Option<String>, drive_on_right: bool, build_ch: bool) { in oneshot()
200 println!("- Running convert_osm on {}", osm_path); in oneshot()
201 let name = abstutil::basename(&osm_path); in oneshot()
204 osm_input: osm_path, in oneshot()
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dspatialite_osm_raw.c986 const char *osm_path = NULL; in main() local
1023 osm_path = argv[i]; in main()
1107 if (!osm_path) in main()
1177 if (readosm_open (osm_path, &osm_handle) != READOSM_OK) in main()
1179 fprintf (stderr, "cannot open %s\n", osm_path); in main()
1189 fprintf (stderr, "unrecoverable error while parsing %s\n", osm_path); in main()
H A Dspatialite_osm_net.c2306 const char *osm_path = NULL; in main() local
2346 osm_path = argv[i]; in main()
2511 if (!osm_path) in main()
2646 if (readosm_open (osm_path, &osm_handle) != READOSM_OK) in main()
2648 fprintf (stderr, "cannot open %s\n", osm_path); in main()
2658 fprintf (stderr, "unrecoverable error while parsing %s\n", osm_path); in main()
2668 if (readosm_open (osm_path, &osm_handle) != READOSM_OK) in main()
2670 fprintf (stderr, "cannot open %s\n", osm_path); in main()
2680 fprintf (stderr, "unrecoverable error while parsing %s\n", osm_path); in main()
H A Dspatialite_osm_filter.c1646 const char *osm_path = NULL; in main() local
1668 osm_path = argv[i]; in main()
1765 if (!osm_path) in main()
1842 out = fopen (osm_path, "wb"); in main()
H A Dspatialite_osm_map.c2584 const char *osm_path = NULL; in main() local
2613 osm_path = argv[i]; in main()
2709 if (!osm_path) in main()
2779 if (readosm_open (osm_path, &osm_handle) != READOSM_OK) in main()
2781 fprintf (stderr, "cannot open %s\n", osm_path); in main()
2791 fprintf (stderr, "unrecoverable error while parsing %s\n", osm_path); in main()