Changes between Version 8 and Version 9 of Styles/LayerChecker


Ignore:
Timestamp:
2015-04-02T20:44:58+02:00 (11 years ago)
Author:
Klumbumbus
Comment:

update to version 1.1

Legend:

Unmodified
Added
Removed
Modified
  • Styles/LayerChecker

    v8 v9  
    2525== Changelog ==
    2626^(Latest change first)^
     27==== Version 1.0.x to 1.1.x ====
     28* disable distracting `piste:difficulty` style from internal paint style
    2729==== Version 0.9.x to 1.0.x ====
    2830* change default colours
     
    3739meta {
    3840    title: "Layer checker";
    39     version: "1.0.[[revision]]_[[date]]";
     41    version: "1.1.[[revision]]_[[date]]";
    4042    description: "Display of layer values in JOSM map display.";
    4143    icon: "layerchecker.svg";
     
    6769way[highway] {
    6870    text: none;
     71}
     72    /* disable piste:difficulty */
     73way["piste:difficulty"]::core_piste
     74{
     75    width: 0;
     76}
     77way["piste:difficulty"]:closed::core_piste
     78{
     79    width: 2;
     80    color: grey;
     81}
     82area["piste:difficulty"]:closed::core_piste
     83{
     84    fill-opacity: 0;
    6985}
    7086    /* make bridge and tunnel layer wider */