Changes between Version 56 and Version 57 of Rules/FranceSpecificRules
- Timestamp:
- 2020-09-30T19:28:10+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/FranceSpecificRules
v56 v57 202 202 } 203 203 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 212 204 node[highway=motorway_junction][ref=~/^\D/] { 213 205 throwWarning: "Unusual ref for motorway_junction; use of 'ref=*' for the exit destination ref?";
