Opened 10 years ago
Closed 10 years ago
#5142 closed defect (fixed)
ogr2ogr -f GML out.gml in.gml doesn't correctly round-trip
Reported by: | Even Rouault | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 1.10.1 |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | gml |
Cc: |
Description
This is du to the fid or gml_id fields being written as regular <xs:element> in the .XSD file. A test is done when writting features to deal specifically with gml_id and fid. The same thing must be done when writting the .xsd file
Note:
See TracTickets
for help on using tickets.
Fixed in trunk (r26124) and branches/1.10 (r26125)