openstreetmap/iD

Validator: lanes tagging by using numeric values only

Open

#8,607 opened on Jul 30, 2021

 (2 comments) (1 reaction) (0 assignees)JavaScript (1,449 forks)github user discovery
help wantedvalidation

Repository metrics

Stars
 (3,818 stars)
PR merge metrics
 (Avg merge 29d 14h) (82 merged PRs in 30d)

Description

See title and wiki: https://wiki.openstreetmap.org/wiki/Key:lanes

I assume this applies not only to lanes=* rather also to:

  • lanes:forward=*
  • lanes:backward=*
  • lanes:both_ways=*
  • lanes:psv=*
  • lanes:psv:forward=*
  • lanes:psv:backward=*
  • lanes:bus=*
  • lanes:bus:forward=*
  • lanes:bus:backward=*
  • lanes:hov=*
  • etc...

Seems there is a corresponding JOSM check, with error message: lanes must be a positive integer number https://josm.openstreetmap.de/ticket/10837

Contributor guide