Skip to content

Commit

Permalink
GMLAS: Recognize gml:Envelope as a Polygon geometry (refs BRGM/gml_ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 17, 2018
1 parent 6889f0a commit 54e3273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdal/ogr/ogrsf_frmts/gmlas/ogrgmlasschemaanalyzer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,7 @@ static OGRwkbGeometryType GetOGRGeometryTypeFromGMLEltName(
} asArray[] = {
{ "Point", wkbPoint },
{ "Polygon", wkbPolygon },
{ "Envelope", wkbPolygon },
{ "LineString", wkbLineString },
{ "MultiPoint", wkbMultiPoint },
{ "MultiPolygon", wkbMultiPolygon },
Expand Down

0 comments on commit 54e3273

Please sign in to comment.