Changes between Initial Version and Version 3 of Ticket #10083
- Timestamp:
- 2014-12-25T18:56:17+01:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10083
- Property Cc added
- Property Keywords lanes added
-
Ticket #10083 – Description
initial v3 1 I have tagged a highway with {{{oneway=yes}}}, {{{lanes=2}}} and {{{destination:lanes=A14|A2}}}. The validator complains about **Number of lanes greater than *:lanes**. When I change the value to {{{destination:lanes=A|B}}}, the thewarning disappear. But also {{{destination:lanes=A|B|C}}} didn't cause a warning, even if there are 3 values for only 2 lanes.1 I have tagged a highway with {{{oneway=yes}}}, {{{lanes=2}}} and {{{destination:lanes=A14|A2}}}. The validator complains about **Number of lanes greater than *:lanes**. When I change the value to {{{destination:lanes=A|B}}}, the warning disappears. But also {{{destination:lanes=A|B|C}}} didn't cause a warning, even if there are 3 values for only 2 lanes. 2 2 3 3 For me this looks like the validator is extracting a number from the value instead of counting the separated values.