wiki:Styles/Lit

Lit style

This style adds display of lit streets to the map.

The style itself

meta {
    title: "Lit";
    version: "2.0.5_2016-01-03";
    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;
}

Styles_Lit-style.mapcss, Styles_Lit.zip

Last modified 8 years ago Last modified on 2016-01-03T17:56:00+01:00
Note: See TracWiki for help on using the wiki.