Skip to content

v0.2.54..v0.2.55 changeset ElementStreamer.cpp

Garret Voltz edited this page Aug 14, 2020 · 1 revision
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 74fb491..ca75f4a 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/io/ElementStreamer.cpp
@@ -228,6 +228,7 @@ void ElementStreamer::stream(const QStringList& inputs, const QString& out,
     std::dynamic_pointer_cast<ElementOutputStream>(writer);
   std::shared_ptr<PartialOsmMapWriter> partialWriter =
     std::dynamic_pointer_cast<PartialOsmMapWriter>(writer);
+  partialWriter->initializePartial();
 
   for (int i = 0; i < inputs.size(); i++)
   {
Clone this wiki locally