Changes between Version 45 and Version 46 of Rules/FranceSpecificRules


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

assert

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v45 v46  
    115115    group: tr("validation rules highway milestone");
    116116    -osmoseTags: list("ref", "highway");
     117    -osmoseAssertMatchWithContext: list("node highway=milestone distance=38 nat_ref=77PR38DC operator=SANEF", "inside=FR");
     118    -osmoseAssertNoMatchWithContext: list("node highway=milestone ref=A4 distance=38 nat_ref=77PR38DC operator=SANEF", "inside=FR");
    117119}
    118120
     
    122124    group: tr("validation rules highway milestone");
    123125    -osmoseTags: list("ref", "highway");
     126    -osmoseAssertMatchWithContext: list("node highway=milestone ref=A4 nat_ref=77PR38DC operator=SANEF", "inside=FR");
     127    -osmoseAssertNoMatchWithContext: list("node highway=milestone ref=A4 distance=38 nat_ref=77PR38DC operator=SANEF", "inside=FR");
    124128}
    125129
     
    139143    group: tr("validation rules nat_ref in France");
    140144    -osmoseTags: list("ref", "highway");
     145    -osmoseAssertMatchWithContext: list("way highway=primary nat_ref=62A901609CD_2 operator=SANEF", "inside=FR");
    141146    -osmoseAssertNoMatchWithContext: list("way highway=primary junction=roundabout nat_ref=62A901609CD_2 operator=SANEF", "inside=FR");
    142147}