Changes between Version 54 and Version 55 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2020-08-13T10:51:37+02:00 (6 years ago)
Author:
Penegal
Comment:

Motorway junction refs with letters are often mistagged with the ref of the highway the junction gives access to

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v54 v55  
    210210}
    211211
     212node[highway=motorway_junction][ref=~/^\D/] {
     213    throwWarning: "Unusual ref for motorway_junction; use of 'ref=*' for the exit destination ref?";
     214    fixRemove: "ref";
     215    suggestAlternative: "'destination:ref=*' tag on the exiting 'highway=*_link'";
     216    assertMatch: "node highway=motorway_junction ref=N7";
     217}
    212218}}}