This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Select in JOSM only partial nodes from a relation

1

How I can create a search expression in JOSM to select from an administrative boundary relation only the nodes from that relation that are in view?

The utilsplugin2 have a tool that let you select middle nodes from a way. But I need to do the same using JOSM search function. Ctrl-F.

Thanks,

met.

asked 04 Sep '20, 23:35

mdelatorre's gravatar image

mdelatorre
1773411
accept rate: 0%


One Answer:

2

For nodes that are part of the boundary relation directly you can right click on the relation in the Tags/Memberships panel then search for "type:node inview" with the find in selection option ticked.

For boundaries this will probably be elements with the roles admin_centre or label.

If you want nodes belonging to ways that are referenced by the relation you can press E before running the search.

answered 05 Sep '20, 12:50

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

Source code available on GitHub .