Changeset 17448 in josm for trunk/resources
- Timestamp:
- 2021-01-08T18:45:56+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/combinations.mapcss
r17441 r17448 44 44 *[border_type ][!boundary], 45 45 *[piste:difficulty ][!piste:type], 46 *[place ][!name][place!=islet][ noname!=yes],46 *[place ][!name][place!=islet][place!=plot][noname!=yes], 47 47 *[transformer ][!power], 48 48 *[source:date ][!source], … … 375 375 376 376 /* #9811, #11491, #12865, #14310 */ 377 *[place][place!=farm][ /^(addr:housenumber|addr:housename|addr:flats|addr:conscriptionnumber|addr:street|addr:place|addr:city|addr:country|addr:full|addr:hamlet|addr:suburb|addr:subdistrict|addr:district|addr:province|addr:state|addr:interpolation|addr:interpolation|addr:inclusion)$/],377 *[place][place!=farm][place!=plot][/^(addr:housenumber|addr:housename|addr:flats|addr:conscriptionnumber|addr:street|addr:place|addr:city|addr:country|addr:full|addr:hamlet|addr:suburb|addr:subdistrict|addr:district|addr:province|addr:state|addr:interpolation|addr:interpolation|addr:inclusion)$/], 378 378 /* addr:postcode is used together with place in some countries */ 379 379 *[boundary][/^addr:/], … … 624 624 set part_of_building_MP; 625 625 } 626 way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier] !.part_of_building_MP {626 way["addr:housenumber"][!building][!"building:part"][!"demolished:building"][!note][!amenity][!leisure][!landuse][!man_made][!tourism][!barrier][place!=plot]!.part_of_building_MP { 627 627 /* don't exclude shop because a lot of real missing bulding tag cases have a shop tag. */ 628 628 throwOther: tr("possibly missing {0} tag", "{1.key}");
Note:
See TracChangeset
for help on using the changeset viewer.