Changes between Version 9 and Version 23 of Ticket #10851


Ignore:
Timestamp:
2014-12-22T23:28:54+01:00 (11 years ago)
Author:
Klumbumbus
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10851

    • Property Resolutionfixed
    • Property Status newclosed
  • Ticket #10851 – Description

    v9 v23  
    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 `=`)
     2 * done.
    23
    34Now the enhancements: `highway=residential` + `sidewalk=both` + `foot=no` doesn't issue a warning (it's as contradictory as using `highway=footway` + `foot=no`)
     5 * controversial
    46
    5 ~~Also, `highway=residential` + `footway=both` doesn't warn that `footway` is deprecated (and that `sidewalk` should be used instead)~~ done.
     7Also, `highway=residential` + `footway=both` doesn't warn that `footway` is deprecated (and that `sidewalk` should be used instead)
     8 * done.