Changeset 7458 in josm for trunk/styles


Ignore:
Timestamp:
2014-08-29T00:29:31+02:00 (10 years ago)
Author:
bastiK
Message:

see #10363 - fix problem with isolated tagged nodes at z16 for the combination hide_icons=false & shrink_nodes=true (they have no size assigned and appear in default size 10x10 px)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r7457 r7458  
    42794279}
    42804280node|z-16[setting("hide_icons")],
    4281 node|z17-[!is_prop_set("icon-image")][setting("hide_icons")]!.maxspeedclass {
     4281node|z17-[!is_prop_set("icon-image")][setting("hide_icons")]!.maxspeedclass,
     4282node[!is_prop_set("icon-image")][!setting("hide_icons")]!.maxspeedclass {
    42824283    symbol-size: 2;
    4283     symbol-shape: square;
    4284     symbol-stroke-color: node_standard#ffff00;
    4285     major-z-index: 4.95; /* put node squares above line text */
    4286 }
    4287 node[!is_prop_set("icon-image")][!setting("hide_icons")]!.maxspeedclass {
    42884284    symbol-shape: square;
    42894285    symbol-stroke-color: node_standard#ffff00;
Note: See TracChangeset for help on using the changeset viewer.