source: osm/applications/editors/josm/plugins/seachart/jicons/examples.xml@ 35070

Last change on this file since 35070 was 33949, checked in by malcolmh, 7 years ago

arrow topmark

File size: 1.6 KB
Line 
1<icons>
2 <icon width="100" height="100" x="50" y="80" scale="0.25" file="red_pillar" format="PNG" >
3 <tag k="seamark:type" v="buoy_lateral" />
4 <tag k="seamark:buoy_lateral:shape" v="pillar" />
5 <tag k="seamark:buoy_lateral:colour" v="red" />
6 <tag k="seamark:topmark:colour" v="red" />
7 <tag k="seamark:topmark:shape" v="cylinder" />
8 </icon>
9 <icon width="100" height="100" scale="0.25" file="green_pillar" format="SVG" >
10 <tag k="seamark:type" v="buoy_lateral" />
11 <tag k="seamark:buoy_lateral:shape" v="pillar" />
12 <tag k="seamark:buoy_lateral:colour" v="green" />
13 <tag k="seamark:topmark:colour" v="green" />
14 <tag k="seamark:topmark:shape" v="cone, point up" />
15 </icon>
16 <icon width="200" height="200" scale="0.5" file="hib" format="PNG" >
17 <tag k="seamark:type" v="beacon_special_purpose" />
18 <tag k="seamark:beacon_special_purpose:shape" v="stake" />
19 <tag k="seamark:topmark:shape" v="triangle, point up" />
20 <tag k="seamark:topmark:status" v="illuminated" />
21 </icon>
22 <icon width="100" height="100" scale="0.5" file="floodlight" format="PNG" >
23 <tag k="seamark:type" v="light" />
24 <tag k="seamark:light:category" v="floodlight" />
25 </icon>
26 <icon width="100" height="150" scale="0.5" file="beacon" format="PNG" >
27 <tag k="seamark:type" v="beacon_lateral" />
28 <tag k="seamark:beacon_lateral:shape" v="stake" />
29 <tag k="seamark:light:category" v="floodlight" />
30 <tag k="seamark:topmark:shape" v="arrow" />
31 <tag k="seamark:topmark:status" v="illuminated" />
32 <tag k="seamark:topmark:orientation" v="45" />
33 </icon>
34</icons>
Note: See TracBrowser for help on using the repository browser.