Changes between Version 8 and Version 9 of Styles/LayerChecker
- Timestamp:
- 2015-04-02T20:44:58+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Styles/LayerChecker
v8 v9 25 25 == Changelog == 26 26 ^(Latest change first)^ 27 ==== Version 1.0.x to 1.1.x ==== 28 * disable distracting `piste:difficulty` style from internal paint style 27 29 ==== Version 0.9.x to 1.0.x ==== 28 30 * change default colours … … 37 39 meta { 38 40 title: "Layer checker"; 39 version: "1. 0.[[revision]]_[[date]]";41 version: "1.1.[[revision]]_[[date]]"; 40 42 description: "Display of layer values in JOSM map display."; 41 43 icon: "layerchecker.svg"; … … 67 69 way[highway] { 68 70 text: none; 71 } 72 /* disable piste:difficulty */ 73 way["piste:difficulty"]::core_piste 74 { 75 width: 0; 76 } 77 way["piste:difficulty"]:closed::core_piste 78 { 79 width: 2; 80 color: grey; 81 } 82 area["piste:difficulty"]:closed::core_piste 83 { 84 fill-opacity: 0; 69 85 } 70 86 /* make bridge and tunnel layer wider */
