Skip to content

v0.2.53..v0.2.54 changeset IoUtils.cpp

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/IoUtils.cpp b/hoot-core/src/main/cpp/hoot/core/io/IoUtils.cpp
index adeb288..d014b5b 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/IoUtils.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/io/IoUtils.cpp
@@ -147,6 +147,7 @@ void IoUtils::loadMap(const OsmMapPtr& map, const QString& path, bool useFileId,
   {
     OgrReader reader;
     reader.setDefaultStatus(defaultStatus);
+    reader.setConfiguration(conf());
     reader.read(justPath, pathLayer.size() > 1 ? pathLayer[1] : "", map);
     reader.close();
   }
Clone this wiki locally