Changes between Version 56 and Version 57 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2020-09-30T19:28:10+02:00 (5 years ago)
Author:
PanierAvide
Comment:

Remove rule name on motorway_junction (see discussion on https://lists.openstreetmap.org/pipermail/talk-fr/2020-September/101438.html )

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v56 v57  
    202202}
    203203
    204 /* https://github.com/osm-fr/osmose-backend/issues/701 */
    205 node[highway=motorway_junction][name][inside("FR")] {
    206     throwWarning: "Unusually named motorway_junction; use of 'name=*' for the exit destination?";
    207     fixRemove: "name";
    208     suggestAlternative: "'destination=*' tag on the exiting 'highway=*_link'";
    209     -osmoseAssertMatchWithContext: list("node highway=motorway_junction name=Trifouilly-lès-Oies", "inside=FR");
    210 }
    211 
    212204node[highway=motorway_junction][ref=~/^\D/] {
    213205    throwWarning: "Unusual ref for motorway_junction; use of 'ref=*' for the exit destination ref?";