openstreetmap/iD

Improve multiple selection tag value display - show value and unset count

开放

#8,829 创建于 2021年11月30日

 (2 条评论) (2 个反应) (0 位负责人)JavaScript (1,449 个派生)github user discovery
enhancementfieldhelp wanted

仓库指标

星标
 (3,818 个星标)
PR 合并指标
 (平均合并 29天 14小时) (30 天内合并 82 个 PR)

描述

In JOSM if you select multiple objects the display of tag values is different to iD. For example it will say:

  • <1 'value', 2 unset>
  • <2 different, 1 unset>
  • <3 different>

Whereas in iD it will just say "Multiple Values" and even when there is an unset tag value. Instead with three selected ways tagged lit=no, lit=yes and no lit tag, it could say for example:

  • 2 values, 1 unset

unset

At the very least it would be good to have the numbers of each value in brackets in the dropdown, along with an "unset" value if there is an object without a value.

贡献者指南