Tagged Questions
2
votes
4answers
133 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 ...
2
votes
1answer
1k views
How to convert lines to polygons using NetTopologySuite?
I am trying to convert lines to polygons using NetTopologySuite(a C# port of Java Topology Suite JTS). I ran the sample console code succesfully and it generated two polylines.
I then tried to run ...
