Changes between Version 50 and Version 51 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2020-06-08T14:38:19+02:00 (6 years ago)
Author:
didier2020
Comment:

no ref tag on node

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v50 v51  
    105105}
    106106
    107 /* missing ref for milestone */
    108 node[highway=milestone][operator][nat_ref][!ref][inside("FR")] {
    109     throwWarning: tr("missing ref");
    110     group: tr("validation rules highway milestone");
    111     -osmoseItemClassLevel: "9019/9019001/3";
    112     -osmoseTags: list("ref", "highway");
    113     -osmoseAssertMatchWithContext: list("node highway=milestone distance=38 nat_ref=77PR38DC operator=SANEF", "inside=FR");
    114     -osmoseAssertNoMatchWithContext: list("node highway=milestone ref=A4 distance=38 nat_ref=77PR38DC operator=SANEF", "inside=FR");
    115 }
    116 
    117107/* missing distance for milestone */
    118108node[highway=milestone][operator][nat_ref][!distance][inside("FR")] {