Changes between Version 23 and Version 24 of Rules/FranceSpecificRules
- Timestamp:
- 2020-03-30T13:25:43+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/FranceSpecificRules
v23 v24 88 88 /* #xxxxx add validation rules for French RIU (Referentiel Inter Urbain) at https://www.data.gouv.fr/fr/datasets/bornage-du-reseau-routier-national/* 89 89 /* # nat_ref is well formed on node (milestone) */ 90 node[highway=milestone][nat_ref][nat_ref!~/([1-9][0-9]|0[1-9])PR([0-9]|[1-9][0-9]|[1-9][0-9][0-9])[DGU](|C)$/] { 90 node[highway=milestone][nat_ref][nat_ref!~/([1-9][0-9]|0[1-9])PR([0-9]|[1-9][0-9]|[1-9][0-9][0-9])[DGU](|C)$/][inside("FR")] { 91 91 throwWarning: tr("{0} is not a node valid reference RIU", "{1.tag}"); 92 92 group: tr("validation rules nat_ref in France"); 93 -osmoseAssertMatch: list("node highway=milestone distance=38 ref='A 4' nat_ref=77PR38DC operator=SANEF"); 94 -osmoseAssertNoMatch: list("node highway=milestone distance=38"); 93 -osmoseAssertMatch: list("node highway=milestone distance=38 ref='A 4' nat_ref=77PR38DC operator=SANEF", "inside=FR"); 94 -osmoseAssertNoMatch: list("node highway=milestone distance=38", "inside=FR"); 95 95 } 96 96 /* # Select major roads */
