Hi, I want to filtering tags (name) but only for a type of object. Indeed, I want to remove name for only amenity and building object. I tried but for the moment I don't find the solution. My last try was :
And I don't know if it's possible. Thank you for your help. Michael |
Your statement drops only object tags with the real value 'name' which isn't that you want to archive. So if you take a look at the docs, you see that you need a wildcard or at least open filter experession:
You can also add an --keep="amenity=" to return only amenity nodes/ways/relations and remove their names (if this makes sense to your scenario?) Edit: I changed the doc link to drop "Tags" as that is what is wanted here I think. answered 22 Mar '15, 13:41 iii SomeoneElse ♦ |