Changes between Initial Version and Version 2 of Ticket #1478


Ignore:
Timestamp:
Apr 9, 2007, 10:07:18 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1478 – Description

    initial v2  
     1When an input gml file contains a feature which contains a property of the same name (although beginning with a lower-case letter as per gml conventions), ogr2ogr gets confused. It appears that it is not case-sensitive.
     2
     3When the output is also gml, spurious gml:featureMembers appear, as the simple property element has been mistaken for the complex feature element.
     4
     5The issue is reflected in the gfs file produced (samples attached).
     6
     7Example:
     8
    19{{{
    2 i) When an input gml file contains a feature which contains
    3 a property of the same name (although beginning with a lower-case letter
    4 as per gml conventions), ogr2ogr gets confused.  It appears that
    5 it is not case-sensitive.  When the output is also gml, spurious
    6 gml:featureMembers appear, as the simple property element has been
    7 mistaken for the complex feature element.  The issue is reflected
    8 in the gfs file produced (samples attached).
    9 eg. ogr2ogr -s_srs NAD83 -t_srs EPSG:3347 -f GML messed_up_features.gml gecu000e07g_e.gml
     10ogr2ogr -s_srs NAD83 -t_srs EPSG:3347 -f GML \
     11   messed_up_features.gml gecu000e07g_e.gml
    1012}}}