Using QGIS, I have a layer with 100 towns. I have another layer with 200 cycle routes, each with a different name. I want to create (automatically natch) a table that will help the people in each town, for example, get a list of all of the routes that pass within 1Km of their town centre.
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.
|
If you bring your layers into Spatialite, here's a one-liner to get what you want:
This query will select each bike_trail name from the bike_trails layer which passes within 1000 m of a town, and list all the town ID's with each trail name. |
|||||
|