Contents of /trunk/data/josm_wireframe.style

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22 - (show annotations)
Wed Dec 17 16:43:46 2008 UTC (15 years, 4 months ago) by harbaum
File size: 726 byte(s)
Color system cleaned up, desktop fullscreen
1 <!-- paramters for a josm like user interface using wireframes -->
2 <!-- and showing all nodes, even the untagged ones -->
3 <style name="JOSM wireframe">
4 <elemstyles filename="elemstyles.xml"/>
5 <node radius="2" border-radius="3" fill-color="red" color="red" show-untagged="true"/>
6 <way width="2" color="#c0c0c0"/>
7 <area border-width="1" color="#00000000"/>
8 <background color="black"/>
9 <track width="6" color="#0000ff40" gps-color="#00008040"/>
10 <highlight color="#ffff00c0" node-color="#ff0000c0" touch-color="#0000ffc0" width="2"/>
11
12 <frisket mult="3" color="#00000000">
13 <border width="20" color="#ff0000c0"/>
14 </frisket>
15 <icon enable="false"/>
16 </style>