| Version 4 (modified by , 10 years ago) ( diff ) |
|---|
Lit style
This style adds display of lit streets to the map.
The style itself
meta { title: "Lit"; version: "2.0"; description: "Show lit=yes/no settings in JOSM map display"; author: "cmuelle8"; link: "https://josm.openstreetmap.de/wiki/Styles/Lit"; } way[lit=yes]::lit_layer { object-z-index: 1.0; width: +10; opacity: 0.75; color: #EEEECC; } way[lit=no]::lit_layer { object-z-index: 1.0; width: +10; opacity: 0.75; color: #000000; }
Note:
See TracWiki
for help on using the wiki.


