[postgis-tickets] [PostGIS] #2558: Fix WKT form(s) of MULTIPOINT

PostGIS trac at osgeo.org
Wed Dec 4 08:10:03 PST 2013


#2558: Fix WKT form(s) of MULTIPOINT
---------------------------+------------------------------------------------
 Reporter:  mloskot        |       Owner:  robe         
     Type:  defect         |      Status:  new          
 Priority:  medium         |   Milestone:  PostGIS 2.1.2
Component:  documentation  |     Version:  2.1.x        
 Keywords:                 |  
---------------------------+------------------------------------------------
 Following the [http://lists.osgeo.org/pipermail/postgis-
 devel/2013-December/023990.html WKT form(s) of MULTIPOINT] thread:

 Apparently, there have been [http://lists.osgeo.org/pipermail/postgis-
 users/2003-September/003168.html reasons] to follow the incorrect examples
 presented in the OGC specs and use degenerate form of MULTIPOINT.

 However, it may be worth to update the docs, especially section "4.1.1.
 OpenGIS WKB and WKT" and replace incorrect:
 {{{
 MULTIPOINT(0 0,1 2)
 }}}
 with
 {{{
 MULTIPOINT((0 0),(1 2))
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2558>
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