Skip to content

Commit

Permalink
Change geometry type of OSMM TopographicLine to MultiPolygon
Browse files Browse the repository at this point in the history
While loading national cover of OSMM Topo into Postgres a single feature
was found to have a geometry type of MultiLineString which failed the
constraint check due to the type being LineString
  • Loading branch information
walkermatt committed Aug 19, 2013
1 parent 46244b7 commit b3f5a9e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gfs/osmm_topo.gfs
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
<GMLFeatureClass>
<Name>TopographicLine</Name>
<ElementPath>TopographicLine</ElementPath>
<GeometryType>2</GeometryType>
<GeometryType>5</GeometryType>
<SRSName>EPSG:27700</SRSName>
<PropertyDefn>
<Name>fid</Name>
Expand Down
2 changes: 1 addition & 1 deletion gfs/osmm_topo_postgres.gfs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
<GMLFeatureClass>
<Name>TopographicLine</Name>
<ElementPath>TopographicLine</ElementPath>
<GeometryType>2</GeometryType>
<GeometryType>5</GeometryType>
<SRSName>EPSG:27700</SRSName>
<PropertyDefn>
<Name>fid</Name>
Expand Down
2 changes: 1 addition & 1 deletion gfs/osmm_topo_postgres_basemap.gfs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
<GMLFeatureClass>
<Name>TopographicLine</Name>
<ElementPath>TopographicLine</ElementPath>
<GeometryType>2</GeometryType>
<GeometryType>5</GeometryType>
<SRSName>EPSG:27700</SRSName>
<PropertyDefn>
<Name>fid</Name>
Expand Down
2 changes: 1 addition & 1 deletion gfs/osmm_topo_postgres_basemap_minimal.gfs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<GMLFeatureClass>
<Name>TopographicLine</Name>
<ElementPath>TopographicLine</ElementPath>
<GeometryType>2</GeometryType>
<GeometryType>5</GeometryType>
<SRSName>EPSG:27700</SRSName>
<PropertyDefn>
<Name>fid</Name>
Expand Down
2 changes: 1 addition & 1 deletion gfs/osmm_topo_shape_qgis.gfs
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
<GMLFeatureClass>
<Name>TopographicLine</Name>
<ElementPath>TopographicLine</ElementPath>
<GeometryType>2</GeometryType>
<GeometryType>5</GeometryType>
<SRSName>EPSG:27700</SRSName>
<PropertyDefn>
<Name>fid</Name>
Expand Down

0 comments on commit b3f5a9e

Please sign in to comment.