Ignore:
Timestamp:
2014-01-03T17:14:36+01:00 (10 years ago)
Author:
simon04
Message:

see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test

File:
1 edited

Legend:

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

    r6550 r6611  
    1010  assertNoMatch: "node bridge=13";
    1111}
     12
     13/* Building inside building (spatial test) */
     14*[building!~/no|entrance/][coalesce(tag("layer"),"0") = coalesce(parent_tag("layer"),"0")] ∈
     15*[building!~/no|entrance/] {
     16  throwWarning: tr("Building inside building");
     17}
Note: See TracChangeset for help on using the changeset viewer.