v0.2.49..v0.2.50 changeset OsmApiDbReader.h - ngageoint/hootenanny GitHub Wiki

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:
 
⚠️ **GitHub.com Fallback** ⚠️