Skip to content

Commit

Permalink
GeoJSONSeq: add missing feature defn sealing
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 6, 2024
1 parent a5cf109 commit c0bb267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ogr/ogrsf_frmts/geojson/ogrgeojsonseqdriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ bool OGRGeoJSONSeqLayer::Init(bool bLooseIdentification,
{
m_poFeatureDefn->AddFieldDefn(apoFieldDefn[idx].get());
}
m_poFeatureDefn->Seal(true);
m_oReader.FinalizeLayerDefn(this, m_osFIDColumn);
}

Expand Down

0 comments on commit c0bb267

Please sign in to comment.