Solved

Handling multiple geometry columns


Hi,

I would like to use the FeatureReader to read the data from the PostgreSQL (PostGIS) and save it to the GML (3.2.1), Esri Shapefile and Mapinfo TAB.

The source table contains multiple geometry columns.

Do those formats and/or writers support multiple geometries.

Best regards,

 

Damian
icon

Best answer by redgeographics 21 May 2019, 15:05

View original

2 replies

Userlevel 5
Badge +25

Shape and TAB don't support multiple geometries, GML does.

Shape and TAB don't support multiple geometries, GML does.

Thank you for you answer.

Is it possible to write GML with multiple geometries with PostGIS FeatureReader and GML321 FeatureWriter? Looks like the first column is used as an "object geometry" and other columns are being skipped in the schema feature.

Reply