Changeset 7243 in josm for trunk/data/validator


Ignore:
Timestamp:
2014-06-12T11:26:03+02:00 (10 years ago)
Author:
bastiK
Message:

fixed #10140 - validation rule for building:levels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/combinations.mapcss

    r7230 r7243  
    162162    assertNoMatch: "node sport=10pin amenity=restaurant";
    163163}
     164
     165/* see #10140 */
     166*[building:levels][!building][!building:part] {
     167  throwWarning: tr("{0} without {1} or {2}", "{0.key}", "{1.key}", "{2.key}");
     168}
Note: See TracChangeset for help on using the changeset viewer.