Changeset 13787 in josm for trunk/data
- Timestamp:
- 2018-05-19T17:00:45+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/combinations.mapcss
r13645 r13787 247 247 } 248 248 249 /* #16214 */ 250 relation[type=multipolygon] >[role="inner"] way[area][eval(number_of_tags()) = 1] { 251 throwWarning: tr("{0} on an inner multipolygon ring without further tags", "{0.tag}"); 252 fixRemove: "area"; 253 set area_yes_autofix; 254 group: tr("suspicious tag combination"); 255 } 256 249 257 /* only {0.key}, see #11104 #12422 #14950 */ 250 258 *[access][eval(number_of_tags()) = 1], 251 *[area][eval(number_of_tags()) = 1] ,259 *[area][eval(number_of_tags()) = 1]!.area_yes_autofix, 252 260 *[name][eval(number_of_tags()) = 1], 253 261 *[ref][eval(number_of_tags()) = 1],
Note:
See TracChangeset
for help on using the changeset viewer.