Changes between Version 41 and Version 42 of Rules/FranceSpecificRules
- Timestamp:
- 2020-04-10T07:51:20+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/FranceSpecificRules
v41 v42 144 144 } 145 145 146 way.major_road["nat_ref:backward"][operator][inside("FR")] { 146 way.major_road["nat_ref:backward"][operator][inside("FR")], 147 way.major_road["nat_ref:forward"][operator][inside("FR")] { 147 148 throwWarning: tr("{0} must be a link road ", "{1.tag}"); 148 149 group: tr("validation rules nat_ref in France"); 149 150 -osmoseTags: list("ref", "highway"); 150 151 -osmoseAssertNoMatchWithContext: list("way highway=motorway_link nat_ref:forward=62A902615CD_1 nat_ref:backward=62A902615CD_2 operator='SANEF'", "inside=FR"); 151 }152 153 way.major_road["nat_ref:forward"][operator][inside("FR")] {154 throwWarning: tr("{0} must be a link road", "{1.tag}");155 group: tr("validation rules nat_ref in France");156 -osmoseTags: list("ref", "highway");157 152 } 158 153
