- Timestamp:
- 2020-02-26T17:54:22+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r15833 r15940 165 165 area[building][building!~/no|entrance/] { 166 166 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"); 167 173 } 168 174
Note:
See TracChangeset
for help on using the changeset viewer.