Tagged Questions
2
votes
4answers
132 views
How can I create polygons of the area surrounded by roads / lines?
I'm currently trying to create polygons that represent the areas surrounded by roads. The roads are stored in PostGIS as points / lines so I have flexibility over what I can do with them.
I'm ...