Skip to content

v0.2.49..v0.2.50 changeset OsmGeoJsonWriter.h

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonWriter.h b/hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonWriter.h
index 9fa0cd3..932b77e 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonWriter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OsmGeoJsonWriter.h
@@ -30,7 +30,6 @@
 // hoot
 #include <hoot/core/io/OsmJsonWriter.h>
 #include <hoot/core/util/ConfigOptions.h>
-#include <hoot/core/util/Configurable.h>
 
 // Qt
 #include <QString>
@@ -44,7 +43,7 @@ namespace hoot
  *
  *
  */
-class OsmGeoJsonWriter : public OsmJsonWriter, public Configurable
+class OsmGeoJsonWriter : public OsmJsonWriter
 {
 public:
   static std::string className() { return "hoot::OsmGeoJsonWriter"; }
@@ -74,7 +73,6 @@ public:
 
   virtual QString toString(const ConstOsmMapPtr& map);
 
-
 protected:
 
   /**
@@ -180,6 +178,8 @@ private:
    */
   std::string _buildRoles(ConstRelationPtr relation, bool& first);
 
+  bool _useTaskingManagerFormat;
+
 };
 
 } // hoot
Clone this wiki locally