From 3206330b55a1dc3b5087de11dcaa0a2e372484ac Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Thu, 7 Sep 2023 17:08:00 +0200 Subject: [PATCH] Updated the OSM import example. --- src/examples/osm_import_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/examples/osm_import_test.cpp b/src/examples/osm_import_test.cpp index d314800..adfd30a 100644 --- a/src/examples/osm_import_test.cpp +++ b/src/examples/osm_import_test.cpp @@ -4,7 +4,8 @@ #include <iostream> //const std::string osm_file="/home/shernand/Downloads/test_osm.osm"; -const std::string osm_file="/home/shernand/Downloads/test_osm2.osm"; +//const std::string osm_file="/home/shernand/Downloads/test_osm2.osm"; +const std::string osm_file="/home/shernand/Downloads/diagonal.osm"; int main(int argc, char *argv[]) { -- GitLab