Contents of /trunk/data/josm.style

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Wed Dec 10 00:00:05 2008 UTC (15 years, 5 months ago) by achadwick
File size: 674 byte(s)
Begin trunk. No code changes.
1 <!-- paramters for a josm like user interface -->
2 <style name="JOSM">
3 <elemstyles filename="elemstyles.xml"/>
4 <node radius="2" border-radius="3" fill-color="red" color="red" show-untagged="true"/>
5 <way width="3" color="#c0c0c0"/>
6 <area border-width="1" opaque="40%"/>
7 <background color="black"/>
8 <track width="6" color="#0000ff" opaque="25%" gps-color="#000080"/>
9 <highlight color="#ffff00" node-color="#ff0000" touch-color="#0000ff" opaque="75%" width="2"/>
10 <frisket mult="3" opaque="0%">
11 <border width="20" color="#ff0000" opaque="75%"/>
12 </frisket>
13 <icon enable="true" path-prefix="standard" scale="0.5"/>
14 </style>