Changeset 13394 in josm


Ignore:
Timestamp:
2018-02-09T21:34:57+01:00 (6 years ago)
Author:
Klumbumbus
Message:
  • fix #15648 - warn about unclosed ways with place=islands
  • fix #15659, see #12043 - always display place=island and place=islet fill color (and name) independent from the place style setting. Regression of r8986.
Location:
trunk
Files:
2 edited

Legend:

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

    r13217 r13394  
    306306}
    307307
     308/* #15648 */
     309way[place=island]!:closed {
     310  throwError: tr("Way with {1} not closed.", "{0.tag}");
     311}
     312
    308313/* #12561 - building larger than Aalsmeer Flower Auction (518000) and Tesla factory (510000) */
    309314area:closed[building][building!=no][eval(areasize()) > 520000] {
  • trunk/styles/standard/elemstyles.mapcss

    r13383 r13394  
    45744574area[setting("place_fill_colour")][place=suburb],
    45754575area[setting("place_fill_colour")][place=locality],
    4576 area[setting("place_fill_colour")][place=island],
    4577 area[setting("place_fill_colour")][place=islet] {
     4576area[place=island],
     4577area[place=islet] {
    45784578    fill-color: place#8de3cb;
    45794579    set place;
Note: See TracChangeset for help on using the changeset viewer.