Ignore:
Timestamp:
2014-02-17T19:21:41+01:00 (10 years ago)
Author:
simon04
Message:

see #9593 - MapCSS: adapt MapCSS tests to negated regular expressions behaviour (see r6859)

File:
1 edited

Legend:

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

    r6790 r6861  
    1313
    1414/* Building inside building (spatial test) */
    15 *[building!~/no|entrance/][coalesce(tag("layer"),"0") = coalesce(parent_tag("layer"),"0")] ∈
    16 *[building!~/no|entrance/] {
     15*[building][building!~/no|entrance/][coalesce(tag("layer"),"0") = coalesce(parent_tag("layer"),"0")] ∈
     16*[building][building!~/no|entrance/] {
    1717  throwWarning: tr("Building inside building");
    1818}
     
    3232
    3333/* see ticket #9311 */
    34 node[amenity=parking][!"capacity:disabled"] ∈ *[amenity=parking],
    3534node[amenity=parking]["capacity:disabled" !~ /^(yes|[0-9]+)$/] ∈ *[amenity=parking] {
    3635  throwWarning: tr("{0} inside {1}", "amenity=parking", "amenity=parking");
Note: See TracChangeset for help on using the changeset viewer.