[postgis-tickets] [PostGIS] #3104: st_asgml introduces random characters in ID field
PostGIS
trac at osgeo.org
Wed Apr 29 01:55:29 PDT 2015
#3104: st_asgml introduces random characters in ID field
-----------------------+--------------------------------
Reporter: wilkoquak | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS PostgreSQL
Component: postgis | Version: 2.1.x
Keywords: |
-----------------------+--------------------------------
To reproduce the bug run the query:
{{{
select st_asgml(3,st_makepoint(10,10),5,0,null,'xx');
}}}
As can be seen below in the gml:id an extra (random) character is
introduced:
{{{
<gml:Point gml:id="xxG"><gml:pos srsDimension="2">10
10</gml:pos></gml:Point>
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3104>
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