Re: [postgis-users] [postgis-devel] Translation setup in transifex

2013-11-26 Thread Paragon Corporation
George, Thanks very much for getting this up. I've put a link to it on the documentation page http://postgis.net/documentation I setup an account "robe2" on transifex so you can give that admin access. I guess next steps we can discuss will be how best to integrate the work already going o

[postgis-users] Translation setup in transifex

2013-11-26 Thread George Silva
Hello everyone, The translation project has been setup in transifex. https://www.transifex.com/projects/p/postgis-1/ Everyone that wishes to collaborate will be welcome. I need a few experienced reviewers for each language (Sandro, can you coordinate it translation efforts?) so if you want to be

Re: [postgis-users] Odd st_buffer behaviour

2013-11-26 Thread James David Smith
Thanks for the suggestions and feedback everyone. On 26 November 2013 08:49, Rémi Cura wrote: > About sharp turns : you could use a small buffer then errosion or straight > skeleton (out of the box with sfcgal). > > For the flat encapt I suggest you to use st_split afterward. > > Cheers, > > Rémi

Re: [postgis-users] Odd st_buffer behaviour

2013-11-26 Thread Rémi Cura
About sharp turns : you could use a small buffer then errosion or straight skeleton (out of the box with sfcgal). For the flat encapt I suggest you to use st_split afterward. Cheers, Rémi-C 2013/11/26 Mike Toews > On 26 November 2013 06:04, James David Smith > wrote: > > 2) Now I buffer it:

Re: [postgis-users] Odd st_buffer behaviour

2013-11-26 Thread Mike Toews
On 26 November 2013 06:04, James David Smith wrote: > 2) Now I buffer it: > > SELECT ST_Buffer( > ST_GeomFromText( > 'LINESTRING(555936.152 200920.58202,555938.31202 > 200908.10202,555943.11201 200883.14201,555953.19201 > 200839.702,555964.47199 200798.18198,5559

Re: [postgis-users] Odd st_buffer behaviour

2013-11-26 Thread Rémi Cura
Also in your small code snippet you did't ensure that all your line where simple linestring (and not multilinestring). Just to be sure : SELECT COUNT(*) FROM ukrds WHERE ST_IsSimple(geom)=FALSE Cheers, Rémi 2013/11/25 James David Smith > Steve, > > Thanks, you are of course right. I hadn't t