Changes between Version 85 and Version 86 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2022-10-26T07:35:49+02:00 (3 years ago)
Author:
didier2020
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v85 v86  
    146146/* tag nat_ref is for links roads, ref is on major roads */
    147147way[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")],
     148way[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")],
    149149 {
    150150    throwWarning: tr("{0} must be a link road or roundabout", "{1.tag}");
     
    167167}
    168168
    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)*/
    170170way[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")]{
    171171    throwWarning: tr("{0} is not a valid reference", "{1.tag}");