Changes between Version 85 and Version 86 of Rules/FranceSpecificRules
- Timestamp:
- 2022-10-26T07:35:49+02:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/FranceSpecificRules
v85 v86 146 146 /* tag nat_ref is for links roads, ref is on major roads */ 147 147 way[highway=~/^(motorway|trunk|primary|secondary|tertiary|unclassified)$/][nat_ref][operator][!junction][inside("FR")], 148 way[highway=service /][nat_ref][nat_ref!~/^([1-9][0-9]|0[1-9])[AN]8[0-9]{3}(|A|N)([0-9]?[0-9])(|[A-Z]|[a-z])(|CD)_(1[0-9]|[1-9])D$/][operator][!junction][inside("FR")],148 way[highway=service][nat_ref][nat_ref!~/^([1-9][0-9]|0[1-9])[AN]8[0-9]{3}(|A|N)([0-9]?[0-9])(|[A-Z]|[a-z])(|CD)_(1[0-9]|[1-9])D$/][operator][!junction][inside("FR")], 149 149 { 150 150 throwWarning: tr("{0} must be a link road or roundabout", "{1.tag}"); … … 167 167 } 168 168 169 /* tag nat_ref is well formed (isidor format) , (bretelles code9 ou aire de service code 8)*/ 169 /* tag nat_ref is well formed (isidor format) , (bretelles code 9 ou aire de service code 8)*/ 170 170 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")]{ 171 171 throwWarning: tr("{0} is not a valid reference", "{1.tag}");