Changes between Version 78 and Version 79 of Rules/FranceSpecificRules
- Timestamp:
- 2022-09-20T12:55:05+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/FranceSpecificRules
v78 v79 163 163 } 164 164 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)*/ 166 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][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")] { 167 167 throwWarning: tr("{0} is not a valid reference", "{1.tag}"); … … 173 173 } 174 174 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) */ 176 way[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")] { 177 177 throwWarning: tr("{0} is not a valid reference", "{2.tag}"); 178 178 group: tr("validation rules nat_ref in France");
