-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.48..v0.2.49 changeset IoUtils.cpp
Garret Voltz edited this page Oct 2, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/util/IoUtils.cpp b/hoot-core/src/main/cpp/hoot/core/util/IoUtils.cpp
index 85c4432..98d95ae 100644
--- a/hoot-core/src/main/cpp/hoot/core/util/IoUtils.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/util/IoUtils.cpp
@@ -114,6 +114,7 @@ bool IoUtils::areSupportedOgrFormats(const QStringList& inputs, const bool allow
return true;
}
+// TODO: Roll this into OsmMapReaderFactory somehow?
void IoUtils::loadMap(const OsmMapPtr& map, const QString& path, bool useFileId,
Status defaultStatus)
{
@@ -131,6 +132,7 @@ void IoUtils::loadMap(const OsmMapPtr& map, const QString& path, bool useFileId,
}
}
+// TODO: Get rid of this??
void IoUtils::saveMap(const OsmMapPtr& map, const QString& path)
{
// We could pass a progress in here to get more granular write status feedback.