Tagged Questions
2
votes
0answers
227 views
How can I create a parallel lines in a MULTILINESTRING table using Postgis? [duplicate]
Possible Duplicate:
How to create one-sided buffers or parallel lines in PostGIS?
I need to make parallel lines on a MULTILINESTRING table, similar to st_buffer, but that the result come be ...
12
votes
3answers
2k views
How to create one-sided buffers or parallel lines in PostGIS?
I'm looking for a way to create so-called one-sided buffers or parallel lines in PostGIS. Example: 1. buffer, 2. one-side, 3. both-sides
I've found some discussion on the mailing list from 2009 and ...