[postgis-tickets] [PostGIS] #2372: KML with space around ordinate values considered invalid

PostGIS trac at osgeo.org
Fri Jun 28 06:47:02 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):

 Another 2 that my implementation supports:
 {{{
 <Point><coordinates>1,.1</coordinates></Point>
 becomes POINT(1.0 0.1)
 }}}

 {{{
 <Point><coordinates>1,-.1</coordinates></Point>
 becomes POINT(1.0 -0.1)
 }}}

 Problems with that ?

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2372#comment:6>
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