Changeset 16379 in josm for trunk/resources/data


Ignore:
Timestamp:
2020-04-25T06:15:05+02:00 (4 years ago)
Author:
GerdP
Message:

see #19145: some unclosed ways are not found

  • add check for unclosed place=* ways
  • remove special mapcss check for unclosed place=island ways
File:
1 edited

Legend:

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

    r16145 r16379  
    335335}
    336336
    337 /* #15648 */
    338 way[place=island]!:closed {
    339   throwError: tr("Way with {0} not closed.", "{0.tag}");
    340 }
    341 
    342337/* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */
    343338area:closed[building][building!=no][eval(areasize()) > 520000] {
Note: See TracChangeset for help on using the changeset viewer.