There is no preset for disused:waterway=security_lock, so it matches the fallback presets (called "Line" and "Area"). But these two presets have different tags ({} vs { area: 'yes' }) which caused the bug.
This edge-case only occurs when the tag has a lifecycle prefix, because the preset for waterway=* does not affect features with a lifecycle preset.
Closes #10522
There is no preset for
disused:waterway=security_lock
, so it matches the fallback presets (called "Line
" and "Area
"). But these two presets have different tags ({}
vs{ area: 'yes' }
) which caused the bug.This edge-case only occurs when the tag has a lifecycle prefix, because the preset for
waterway=*
does not affect features with a lifecycle preset.