Skip to content

v0.2.55..v0.2.56 changeset ElementStreamer.cpp

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.cpp b/hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.cpp
index ca75f4a..df27a15 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.cpp
@@ -50,7 +50,7 @@ namespace hoot
 
 bool ElementStreamer::isStreamableIo(const QString& input, const QString& output)
 {
-  QString writerName = ConfigOptions().getOsmMapWriterFactoryWriter();
+  QString writerName = ConfigOptions().getMapFactoryWriter();
   if (writerName.trimmed().isEmpty())
   {
     writerName = OsmMapWriterFactory::getWriterName(output);
Clone this wiki locally