You are not logged in.
- Topics: Active | Unanswered
#1 2020-10-04 06:11:28
- mdelatorre
- Member
- From: (19.193658, -100.131631)
- Registered: 2009-01-11
- Posts: 55
- Website
JOSM: Searching for the end node of a no exit road
Hello.
I have made several no exit roads, and will like to add to the way's end node a noexit=yes tag. I would like to select all these nodes with JOSM Search. I tried with no success the closest I got was this expression:
inview type:node ways:1 child highway=residential
I would appreciate your help!
met.
Last edited by mdelatorre (2020-10-04 06:12:08)
Mdelatorre - OpenStreetMap Foundation Member
Bad Elf RTK GNSS Surveyor | Garmin Nüvi 850
Offline
#2 2020-10-06 13:04:23
- Klumbumbus
- Member
- From: Erzgebirgskreis
- Registered: 2014-01-12
- Posts: 630
- Website
Re: JOSM: Searching for the end node of a no exit road
Switch the search syntax to "mapCSS selector" and then you can use this:
way[highway] >[index=1] node!:connection:in-downloaded-area, way[highway] >[index=-1] node!:connection:in-downloaded-area
However this selects also nodes outside the current view! So before the search you could select the wanted area with a rectangle and then use "find in selection" for the search.
Offline
#3 2020-10-14 04:29:20
- mdelatorre
- Member
- From: (19.193658, -100.131631)
- Registered: 2009-01-11
- Posts: 55
- Website
Re: JOSM: Searching for the end node of a no exit road
Switch the search syntax to "mapCSS selector" and then you can use this:
way[highway] >[index=1] node!:connection:in-downloaded-area, way[highway] >[index=-1] node!:connection:in-downloaded area
.
Hi Klumbumbus,
Thank you for helping me.
met.
Mdelatorre - OpenStreetMap Foundation Member
Bad Elf RTK GNSS Surveyor | Garmin Nüvi 850
Offline