Changeset 15017 in josm for trunk/styles


Ignore:
Timestamp:
2019-04-22T19:59:40+02:00 (7 years ago)
Author:
Klumbumbus
Message:
  • fix #17147 - allow the user to change the color of tagged nodes which don't get an icon on high zoom
  • add material combo to historic=memorial preset
File:
1 edited

Legend:

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

    r14998 r15017  
    48094809    symbol-fill-color: node_tagged#00ffff;
    48104810}
     4811node:tagged[!is_prop_set("icon-image")]!.maxspeedclass {
     4812    symbol-fill-color: node_tagged_without_icon#00ffff; /* by default same color as above but user configurable */
     4813}
    48114814way > node|z-14[setting("shrink_nodes")][setting("hide_tagged_waynodes")]:tagged { /* todo: check which is faster: `way > node {...}` or `node!:unconnected {...}`, also at other occurrences in this file */
    48124815    symbol-shape: none;
Note: See TracChangeset for help on using the changeset viewer.