Tagged Questions
3
votes
1answer
129 views
PostGIS: Using a polygon to 'mask' linestrings returns both multi and linestrings
I have a table of linestrings (OSM roads, in fact) that I'm displaying on a map. I want to filter them so that only those within a certain area are displayed- I've already done this with the coastline ...
4
votes
1answer
194 views
adding multiple points to a linestring in PostGIS
Though a newbie to PostGIS, I'm having trouble solving something that I think should be farily straightforward.
I have two linestring tables, both consisting of simple, 2-node line objects: one has ...
4
votes
1answer
547 views
PostGIS geometry intersection test results different for Point and Linestring
Can anyone please tell me what I'm doing wrong, and how do I avoid the problem? I'll attempt to clarify what I'm doing as things go along.
The geom column is a multipolygon column, all values are ...