I'm trying to remove communications towers from my maps.
The specific ones are marked as man_made=tower and tower:type=communication.
I make an Ersetzung to just remove the tower:type=communication object, but get an error message saying that the object is already ignored!
Sure enough, if I untick the tower: rule in the ignore list, the map is built ok with my own Ersetzung working.
Why isn't it caught in the ignore list in the first way?
Regards
Table: Ignored Tags
Re: Table: Ignored Tags
Probably because only tower:type is in the ignore list, but man_made=tower is used.
This keeps you from making your more selective replacement rule.
If you put man_made=tower also on the ignore list, all towers of any kind disappear from the map.
This keeps you from making your more selective replacement rule.
If you put man_made=tower also on the ignore list, all towers of any kind disappear from the map.