Opened 17 years ago

Last modified 15 years ago

#1478 closed defect

GML Case Insensitivity bug? — at Initial Version

Reported by: warmerdam Owned by: warmerdam
Priority: highest Milestone:
Component: OGR_SF Version: 1.4.0
Severity: blocker Keywords:
Cc:

Description

i) When 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.  When the output is also gml, spurious
gml:featureMembers appear, as the simple property element has been
mistaken for the complex feature element.  The issue is reflected
in the gfs file produced (samples attached).
eg. ogr2ogr -s_srs NAD83 -t_srs EPSG:3347 -f GML messed_up_features.gml gecu000e07g_e.gml

Change History (1)

by warmerdam, 17 years ago

Attachment: gecu000e07g_e.gml added

Problem input GML file.

Note: See TracTickets for help on using tickets.