Changeset 15941 in josm


Ignore:
Timestamp:
2020-02-26T19:30:07+01:00 (5 years ago)
Author:
GerdP
Message:

revert unintended commit r15940 (wrong file)

File:
1 edited

Legend:

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

    r15940 r15941  
    165165area[building][building!~/no|entrance/] {
    166166  throwWarning: tr("Building inside building");
    167 }
    168 
    169 /* Building overlapping building (spatial test) */
    170 area[building][building!~/no|entrance/][any(tag("layer"),"0") = any(parent_tag("layer"),"0")] ⧉
    171 area[building][building!~/no|entrance/] {
    172   throwWarning: tr("Overlapping buildings");
    173167}
    174168
Note: See TracChangeset for help on using the changeset viewer.