wiki:Styles/Lit

Version 3 (modified by awoland, 12 years ago) ( diff )

Russian shortdescription added.

Lit style

This style adds display of lit streets to the map.

The style itself

<?xml version="1.0" encoding="UTF-8"?>
<rules xmlns="http://josm.openstreetmap.de/mappaint-style-1.0"
       author="cmuelle8" shortdescription="Lit" de.shortdescription="Straßenbeleuchtung" ru.shortdescription="Уличное освещение"
       description="Show lit=yes/no settings in JOSM map display"
       de.description="Anzeige der Straßenbeleuchtung in der JOSM-Kartenanzeige"
       version="1.5_2016-01-03">
  <rule>
    <condition k="lit" b="yes"/>
    <linemod mode="over" width="10" realwidth="8" colour="lit_yes#EEEECCB0"/>
  </rule>
  <rule>
    <condition k="lit" b="no"/>
    <linemod mode="over" width="10" realwidth="8" colour="lit_no#000000B0"/>
  </rule>
</rules>

Styles_Lit-style.xml, Styles_Lit.zip

Note: See TracWiki for help on using the wiki.