openstreetmap/iD

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

Offen

#8.829 geöffnet am 30.11.2021

 (2 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (1.449 Forks)github user discovery
enhancementfieldhelp wanted

Repository-Metriken

Stars
 (3.818 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 29T 14h) (82 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide