[postgis-tickets] [PostGIS] #2372: KML with space around ordinate values considered invalid
PostGIS
trac at osgeo.org
Fri Jun 28 06:28:38 PDT 2013
#2372: KML with space around ordinate values considered invalid
---------------------+------------------------------------------------------
Reporter: strk | Owner: colivier
Type: defect | Status: new
Priority: high | Milestone: PostGIS 1.5.9
Component: postgis | Version: 1.5.X
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
I've a working strtod implementation but to my surprise this case is under
regression testsuite as one that is supposed to fail. Really !? Why ?
From regress/in_kml.sql:
{{{
-- ERROR: Spaces insides
SELECT 'coordinates_14',
ST_AsEWKT(ST_GeomFromKML('<kml:LineString><kml:coordinates>1, 2 3,
4</kml:coordinates></kml:LineString>'));
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2372#comment:4>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list