We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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(); }