Changes between Version 86 and Version 87 of Rules/FranceSpecificRules


Ignore:
Timestamp:
2022-10-26T14:59:41+02:00 (3 years ago)
Author:
taylor.smock
Comment:

Fix syntax issue

Legend:

Unmodified
Added
Removed
Modified
  • Rules/FranceSpecificRules

    v86 v87  
    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")],
    149  {
     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")]
     149{
    150150    throwWarning: tr("{0} must be a link road or roundabout", "{1.tag}");
    151151    group: tr("validation rules nat_ref in France");
     
    271271   -osmoseAssertNoMatchWithContext: list("way highway=residential name=impasse ref:FR:FANTOIR:left=75106S581L ref:FR:FANTOIR:right=75106S581R", "inside=FR");
    272272}
    273 
    274 
    275273}}}