Changes between Version 78 and Version 79 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2022-09-20T12:55:05+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

    v78 v79  
    163163}
    164164
    165 /* tag nat_ref is well formed (isidor format) , (bretelles code9 ou aire de service code 8)*/
     165/* tag nat_ref is well formed (isidor format) , (bretelles code 9 ou aire de service code 8)*/
    166166way[highway=~/^(motorway_link|trunk_link|primary_link|secondary_link|tertiary_link)$/][nat_ref][nat_ref!~/^([1-9][0-9]|0[1-9])[ANP][8-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")] {
    167167    throwWarning: tr("{0} is not a valid reference", "{1.tag}");
     
    173173}
    174174
    175 /* tag nat_ref is well formed on roundabout (isidor format) */
    176 way[junction=roundabout][highway=~/^(motorway|trunk|primary|secondary|tertiary)$/][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)$/][inside("FR")] {
     175/* tag nat_ref is well formed on roundabout (isidor format bretelles code 9 ou aire de service code 8) */
     176way[junction=roundabout][highway=~/^(motorway|trunk|primary|secondary|tertiary)$/][nat_ref][nat_ref!~/^(([1-9][0-9]|0[1-9])[ANP][8-9][0-9]{3}(|A|N)([0-9]?[0-9]|B1|B2)(|[A-Z]|[a-z])(|CD)_(1[0-9]|[1-9])D)$/][inside("FR")] {
    177177    throwWarning: tr("{0} is not a valid reference", "{2.tag}");
    178178    group: tr("validation rules nat_ref in France");