Skip to content

v0.2.49..v0.2.50 changeset OsmApiDbBulkInserter.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h b/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h
index 1856da2..eb99b2b 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbBulkInserter.h
@@ -193,7 +193,7 @@ public:
   void setWriteIdSequenceUpdates(bool write)
   { _writeIdSequenceUpdates = write; }
 
-  virtual QString supportedFormats() { return "osmapidb://"; }
+  virtual QString supportedFormats() { return MetadataTags::OsmApiDbScheme() + "://"; }
 
 protected:
 
Clone this wiki locally