Opened 17 years ago

Closed 16 years ago

#9 closed defect (fixed)

FdoXmlSpatialContextReader encodes ':' in coordinate system name

Reported by: brentrobinson Owned by: brentrobinson
Priority: major Milestone: 3.3.0
Component: FDO API Version: 3.2.1
Severity: 1 Keywords: EPSG SpatialContext
Cc: gregboone External ID:

Description

The FdoXmlSpatialContextReader changes ':' and '.', in coordinate system names read from XML, to '-colon-' and '-dot' respectively.

Although these characters are not allowed in schema element names, they are allowed in coordinate system names so they should not be encoded.

The bug

Change History (6)

comment:1 by brentrobinson, 17 years ago

Owner: changed from brentrobinson to anonymous
Status: newassigned

comment:2 by anonymous, 17 years ago

Owner: changed from anonymous to brentrobinson
Status: assignednew

comment:3 by gregboone, 17 years ago

Owner: changed from brentrobinson to gregboone
Status: newassigned

comment:4 by gregboone, 17 years ago

Owner: changed from gregboone to brentrobinson
Status: assignednew

comment:5 by gregboone, 17 years ago

Cc: gregboone added
Keywords: EPSG SpatialContext added

comment:6 by brentrobinson, 16 years ago

Resolution: fixed
Status: newclosed

Revision: 2551 Author: brentrobinson Date: 2:55:34 PM, Friday, February 16, 2007 Message: Ticket#9: FdoXmlSpatialContextReader: Prevent ':' encoding


Modified : /trunk/Fdo/UnitTest/SpatialContextTest.cpp Modified : /trunk/Fdo/UnitTest/SpatialContextTest.h Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Xml/SCReadHandler.cpp Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Xml/SCReadHandler.h Modified : /trunk/Fdo/Unmanaged/Src/Fdo/Xml/SpatialContextReader.cpp

Note: See TracTickets for help on using tickets.