Changes between Version 76 and Version 77 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2022-09-20T12:28:53+02:00 (3 years ago)
Author:
didier2020
Comment:

nouvelle référence riu pour les aires de service : chiffre 8 (le 9 etant utilisé pour les bretelles) ex 94A800401_1D

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v76 v77  
    163163}
    164164
    165 /* tag nat_ref is well formed (isidor format) */
    166 way[highway=~/^(motorway_link|trunk_link|primary_link|secondary_link|tertiary_link)$/][nat_ref][nat_ref!~/^([1-9][0-9]|0[1-9])[ANP]9[0-9]{3}(|A|N)([0-9]?[0-9]|B1|B2)(|[A-Z]|[a-z])(|CD)_(1[0-9]|[1-9])D$/][operator!="VILLE DE PARIS"][inside("FR")] {
     165/* tag nat_ref is well formed (isidor format) , (bretelles code9 ou aire de service code 8)*/
     166way[highway=~/^(motorway_link|trunk_link|primary_link|secondary_link|tertiary_link)$/][nat_ref][nat_ref!~/^([1-9][0-9]|0[1-9])[ANP][89][0-9]{3}(|A|N)([0-9]?[0-9]|B1|B2)(|[A-Z]|[a-z])(|CD)_(1[0-9]|[1-9])D$/][operator!="VILLE DE PARIS"][inside("FR")] {
    167167    throwWarning: tr("{0} is not a valid reference", "{1.tag}");
    168168    group: tr("validation rules nat_ref in France");
     
    170170    -osmoseTags: list("ref", "highway");
    171171    -osmoseAssertNoMatchWithContext: list("way highway=motorway_link nat_ref=80A901645CD_6D operator=SANEF", "inside=FR");
     172    -osmoseAssertNoMatchWithContext: list("way highway=motorway_link nat_ref=78A801319CD_1D operator=SAPN", "inside=FR");
    172173}
    173174