Opened 10 years ago
Closed 10 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>
Note:
See TracTickets
for help on using tickets.
Fixed in trunk at r13456, 2.1 at r13455