Changes between Initial Version and Version 1 of Ticket #10725, comment 2


Ignore:
Timestamp:
2014-11-09T21:52:50+01:00 (11 years ago)
Author:
Klumbumbus

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10725, comment 2

    initial v1  
    33* completely remove the icon for unknown barrier=* con: loosing this icon
    44* keep as is. pro: would help fix typos in barrier=*. con: default mappaint style is not a validation style. see ticket:10529#comment:41
    5 * move the complete barrier code block above the building/entrance/address code block, which would result in that entrance icons are always prioritized over barrier icons. The questions are: which combinations of barrier=* with entrance/building/address are common and which is more important?
     5* move the complete barrier code block above the building/entrance/address code block, which would result in that entrance icons are always prioritized over barrier icons. The questions are: which combinations of barrier=* with entrance/building/address are common and which icon is more important?
    66* display the icon for unknown barrier=* only if there is no other fitting icon. (simple solution by just adding `[!is_prop_set(icon-image, default)]` to the `node[barrier]`rule.) con: a bit inconsistent, because barrier=* icons are always prioritized over entrance/building/address icons except for unknown barrier values.