-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.49..v0.2.50 changeset OgrWriter.h
Garret Voltz edited this page Nov 6, 2019
·
1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/OgrWriter.h b/hoot-core/src/main/cpp/hoot/core/io/OgrWriter.h
index 3fa4a28..c5695ea 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/OgrWriter.h
+++ b/hoot-core/src/main/cpp/hoot/core/io/OgrWriter.h
@@ -147,6 +147,7 @@ protected:
std::shared_ptr<GDALDataset> _ds;
/** Hash of layer names and corresponding layer objects that are owned by the GDALDataset */
QHash<QString, OGRLayer*> _layers;
+ QHash<QString, std::shared_ptr<OGRSpatialReference>> _projections;
QString _prependLayerName;
std::shared_ptr<const Schema> _schema;
StrictChecking _strictChecking;