Changes between Version 1 and Version 5 of Ticket #4555


Ignore:
Timestamp:
Mar 9, 2012, 4:34:25 PM (12 years ago)
Author:
jef
Comment:

Replying to rouault:

Couldn't it be detected before calling OGR_G_CreateFromGMLTree()?

done.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4555

    • Property Cc astrid_emde added
  • Ticket #4555 – Description

    v1 v5  
    11The attached patches improves support for NAS updates (NBA) in GDAL/OGR and PostNAS (unfortunately their TRAC seems to be readonly).
    22
    3 The patch assumes extends the virtual "delete" feature class with following fields:
     3The patch extends the virtual "delete" feature class with following fields:
    44 * context - that contains the context of the delete ('delete' or  'replace')
    55 * replacedBy - gml:id of the feature the phased out feature is replaced with
     
    88The fields are collected when processing the "delete" layer.  The patch also arranges that "delete" is always the last layer and therefore also is processed last by ogr2ogr.
    99
    10 There's also a small change to ParseGMLCoordinates() to workaround a common error in NAS data, where a single Z value is transported in a gml:pos element.  The function now interprets those as 3D-Point (0,0,Z) and produces a warning instead of an error.
     10There's also a workaround for a common error in NAS data, where a single Z value is transported in a gml:pos element.  The function now interprets those as 3D-Point (0,0,Z) and produces a warning instead of an error.
    1111
    1212The postnas patch: