Changes between Version 44 and Version 45 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2020-04-11T16:13:56+02:00 (6 years ago)
Author:
didier2020
Comment:

fix assert for rounabout

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v44 v45  
    136136/* tag nat_ref is for links roads, ref is on major roads */
    137137way.major_road[nat_ref][operator][!junction][inside("FR")] {
    138     throwWarning: tr("{0} must be a link road", "{1.tag}");
    139     group: tr("validation rules nat_ref in France");
    140     -osmoseTags: list("ref", "highway");
    141     -osmoseAssertNoMatchWithContext: list("way highway=primary_link nat_ref=62A901609CD_2 operator=SANEF", "inside=FR");
     138    throwWarning: tr("{0} must be a link road or roundabout", "{1.tag}");
     139    group: tr("validation rules nat_ref in France");
     140    -osmoseTags: list("ref", "highway");
     141    -osmoseAssertNoMatchWithContext: list("way highway=primary junction=roundabout nat_ref=62A901609CD_2 operator=SANEF", "inside=FR");
    142142}
    143143