Skip to content

v0.2.49..v0.2.50 changeset OsmApiDbReader.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h b/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h
index 7f4ce9e..7752025 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmApiDbReader.h
@@ -49,7 +49,7 @@ public:
 
   virtual void setConfiguration(const Settings &conf) override;
 
-  virtual QString supportedFormats() override { return "osmapidb://"; }
+  virtual QString supportedFormats() override { return MetadataTags::OsmApiDbScheme() + "://"; }
 
 protected:
 
Clone this wiki locally