Ignore:
Timestamp:
2014-05-22T11:14:47+02:00 (10 years ago)
Author:
simon04
Message:

fix #10062 - MapCSS: add any() according to MapCSS standard, deprecate coalesce()

File:
1 edited

Legend:

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

    r6861 r7164  
    1313
    1414/* Building inside building (spatial test) */
    15 *[building][building!~/no|entrance/][coalesce(tag("layer"),"0") = coalesce(parent_tag("layer"),"0")] ∈
     15*[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")] ∈
    1616*[building][building!~/no|entrance/] {
    1717  throwWarning: tr("Building inside building");
Note: See TracChangeset for help on using the changeset viewer.