In a polygon layer, how can I generate a table of adjacent polygons?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
What I would do is drop the polygon layer into Spatialite, then run a query like:
I'm assuming a primary key column named 'pk_uid', and a label column called 'Name'. The above will return all polygons adjacent to (touching) the polygon with ID=1. Is that what you had in mind? |
|||||
|