Changeset 13394 in josm
- Timestamp:
- 2018-02-09T21:34:57+01:00 (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/geometry.mapcss
r13217 r13394 306 306 } 307 307 308 /* #15648 */ 309 way[place=island]!:closed { 310 throwError: tr("Way with {1} not closed.", "{0.tag}"); 311 } 312 308 313 /* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */ 309 314 area:closed[building][building!=no][eval(areasize()) > 520000] { -
trunk/styles/standard/elemstyles.mapcss
r13383 r13394 4574 4574 area[setting("place_fill_colour")][place=suburb], 4575 4575 area[setting("place_fill_colour")][place=locality], 4576 area[ setting("place_fill_colour")][place=island],4577 area[ setting("place_fill_colour")][place=islet] {4576 area[place=island], 4577 area[place=islet] { 4578 4578 fill-color: place#8de3cb; 4579 4579 set place;
Note:
See TracChangeset
for help on using the changeset viewer.