Changes between Version 48 and Version 49 of Rules/FranceSpecificRules
- Timestamp:
- 2020-04-13T16:33:37+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Rules/FranceSpecificRules
v48 v49 109 109 throwWarning: tr("missing ref"); 110 110 group: tr("validation rules highway milestone"); 111 -osmoseItemClassLevel: "9019/9019001/3"; 111 112 -osmoseTags: list("ref", "highway"); 112 113 -osmoseAssertMatchWithContext: list("node highway=milestone distance=38 nat_ref=77PR38DC operator=SANEF", "inside=FR"); … … 118 119 throwWarning: tr("missing distance"); 119 120 group: tr("validation rules highway milestone"); 121 -osmoseItemClassLevel: "9019/9019001/3"; 120 122 -osmoseTags: list("ref", "highway"); 121 123 -osmoseAssertMatchWithContext: list("node highway=milestone ref=A4 nat_ref=77PR38DC operator=SANEF", "inside=FR"); … … 127 129 throwWarning: tr("{0} must be a link road or roundabout", "{1.tag}"); 128 130 group: tr("validation rules nat_ref in France"); 131 -osmoseItemClassLevel: "9019/9019002/3"; 129 132 -osmoseTags: list("ref", "highway"); 130 133 -osmoseAssertMatchWithContext: list("way highway=primary nat_ref=62A901609CD_2 operator=SANEF", "inside=FR"); … … 136 139 throwWarning: tr("{0} must be a link road ", "{1.tag}"); 137 140 group: tr("validation rules nat_ref in France"); 141 -osmoseItemClassLevel: "9019/9019002/3"; 138 142 -osmoseTags: list("ref", "highway"); 139 143 -osmoseAssertNoMatchWithContext: list("way highway=motorway_link nat_ref:forward=62A902615CD_1 nat_ref:backward=62A902615CD_2 operator='SANEF'", "inside=FR"); … … 144 148 throwWarning: tr("{0} is not a valid reference", "{1.tag}"); 145 149 group: tr("validation rules nat_ref in France"); 150 -osmoseItemClassLevel: "9019/9019002/3"; 146 151 -osmoseTags: list("ref", "highway"); 147 152 -osmoseAssertNoMatchWithContext: list("way highway=motorway_link nat_ref=80A901645CD_6 operator=SANEF", "inside=FR"); … … 152 157 throwWarning: tr("{0} is not a valid reference", "{2.tag}"); 153 158 group: tr("validation rules nat_ref in France"); 159 -osmoseItemClassLevel: "9019/9019002/3"; 154 160 -osmoseTags: list("ref", "highway"); 155 161 -osmoseAssertNoMatchWithContext: list("way highway=primary junction=roundabout nat_ref=80A901645_6 operator=DIRN", "inside=FR"); … … 160 166 throwWarning: tr("{0} is not a valid reference (Paris)", "{1.tag}"); 161 167 group: tr("validation rules nat_ref in France"); 168 -osmoseItemClassLevel: "9019/9019002/3"; 162 169 -osmoseTags: list("ref", "highway"); 163 170 -osmoseAssertNoMatchWithContext: list("way highway=trunk_link nat_ref=75Periph_Paris_05_3 operator=\"VILLE DE PARIS\"", "inside=FR"); … … 168 175 throwWarning: tr("{0} is not a valid reference", "{1.tag}"); 169 176 group: tr("validation rules nat_ref in France"); 177 -osmoseItemClassLevel: "9019/9019002/3"; 170 178 -osmoseTags: list("ref", "highway"); 171 179 -osmoseAssertNoMatchWithContext: list("way highway=motorway_link nat_ref:forward=62A902615CD_1 nat_ref:backward=62A902615CD_2 operator=SANEF", "inside=FR"); … … 176 184 throwWarning: tr("Missing tag operator with nat_ref"); 177 185 group: tr("validation rules nat_ref in France"); 186 -osmoseItemClassLevel: "9019/9019002/3"; 178 187 -osmoseTags: list("ref", "highway"); 179 188 } … … 183 192 throwWarning: tr("Missing tag operator with nat_ref"); 184 193 group: tr("validation rules nat_ref in France"); 194 -osmoseItemClassLevel: "9019/9019002/3"; 185 195 -osmoseTags: list("ref", "highway"); 186 196 } … … 190 200 throwWarning: tr("{0} no tag forward if oneway", "{2.tag}"); 191 201 group: tr("validation rules nat_ref in France"); 202 -osmoseItemClassLevel: "9019/9019002/3"; 192 203 -osmoseTags: list("ref", "highway"); 193 204 }
