Changes between Version 4 and Version 5 of Ticket #10851


Ignore:
Timestamp:
2014-12-16T14:09:16+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

typos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10851 – Description

    v4 v5  
    11First a problem: validating a way with `highway=footway` + `foot=no` gives us a `footway used with foot=` (note that there isn't a value after the `=`)
    22
    3 Now the enhancements: `highway=residential` + `sidewalk=both` + `foot=no` doesn't issue a warning (it's as contradictory as using `highway=foot` + `foot=no`)
     3Now the enhancements: `highway=residential` + `sidewalk=both` + `foot=no` doesn't issue a warning (it's as contradictory as using `highway=footway` + `foot=no`)
    44
    5 Also, `highway=residential` + `footway=both` doesn't warns that `footway` is deprecated (and that `sidewalk` should be used instead)
     5Also, `highway=residential` + `footway=both` doesn't warn that `footway` is deprecated (and that `sidewalk` should be used instead)