Changeset 16379 in josm
Legend:
- Unmodified
- Added
- Removed
-
trunk/resources/data/validator/geometry.mapcss
r16145 r16379 335 335 } 336 336 337 /* #15648 */338 way[place=island]!:closed {339 throwError: tr("Way with {0} not closed.", "{0.tag}");340 }341 342 337 /* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */ 343 338 area:closed[building][building!=no][eval(areasize()) > 520000] { -
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r16378 r16379 155 155 new UnclosedWaysCheck(1109, "boundary", marktr("boundary type {0}")), 156 156 new UnclosedWaysCheck(1110, "area:highway", marktr("area:highway type {0}")), 157 new UnclosedWaysCheck(1111, "place", marktr("place type {0}")), 157 158 new UnclosedWaysBooleanCheck(1120, "building", marktr("building")), 158 159 new UnclosedWaysBooleanCheck(1130, "area", marktr("area")),
Note:
See TracChangeset
for help on using the changeset viewer.