Opened 9 years ago

Closed 9 years ago

#3104 closed defect (fixed)

st_asgml introduces random characters in ID field

Reported by: wilkoquak Owned by: pramsey
Priority: medium Milestone: PostGIS PostgreSQL
Component: postgis Version: 2.1.x
Keywords: Cc: wilkoquak@…

Description

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>

Change History (1)

comment:1 by pramsey, 9 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk at r13456, 2.1 at r13455

Note: See TracTickets for help on using tickets.