Changeset 15017 in josm for trunk


Ignore:
Timestamp:
2019-04-22T19:59:40+02:00 (5 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
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r15002 r15017  
    53695369                <text key="inscription" text="Inscription" />
    53705370                <text key="artist_name" text="Artist Name" />
     5371                <combo key="material" text="Material" values="metal,plastic,steel,stone,wood,concrete" />
    53715372                <text key="start_date" text="Start date" />
    53725373                <text key="wikipedia" text="Wikipedia" />
  • 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.