I want to match bridges which are considered metallic or unknown. I tried this:
But it this ignores bridges that don't have the material or "bridge:material" key. Looking at the overpass docs doesn't mention anyway to match on a key only if that key exists. asked 05 Feb '17, 09:46 CMCDragonkai |
I think you should use the union operator ( ) and search for bridges without bridge:material on one hand with [!"bridge:material"] and the ones you are looking for above.