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

how to search for addr:postcode and similar with JOSM

3
2

I am not able to search for addr:postcode in JOSM, because the colon is used as a delimiter between key and value (if value is only partially given, if I got it right).

Do I have to somehow escape the colon? Or is it just impossible to search for colon separated keys?

asked 28 Feb '13, 05:20

erik's gravatar image

erik
558152234
accept rate: 9%

try escaping with a backslash \ in fromt of the colon, that may work.

(28 Feb '13, 09:02) gormo

One Answer:

8

For me, it works with quotation marks : "addr:postcode"

answered 28 Feb '13, 09:47

Pieren's gravatar image

Pieren
9.8k2083157
accept rate: 15%

2

Thank you, that works.

(08 Mar '13, 21:36) erik

Source code available on GitHub .