Contents of /trunk/data/josm_wireframe.style

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Tue Dec 9 20:06:06 2008 UTC (15 years, 5 months ago) by harbaum
Original Path: data/josm_wireframe.style
File size: 741 byte(s)
Initial import
1 harbaum 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" opaque="0%"/>
8     <background color="black"/>
9     <track width="6" color="#0000ff" opaque="25%" gps-color="#000080"/>
10     <highlight color="#ffff00" node-color="#ff0000" touch-color="#0000ff" opaque="75%" width="2"/>
11    
12     <frisket mult="3" opaque="0%">
13     <border width="20" color="#ff0000" opaque="75%"/>
14     </frisket>
15     <icon enable="false"/>
16     </style>