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

Last change on this file since 33790 was 30931, checked in by malcolmh, 10 years ago

add examples file

File size: 930 bytes
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="100" height="100" scale="1.0" file="notice" format="PNG" >
17 <tag k="seamark:type" v="small_craft_facility" />
18 <tag k="seamark:small_craft_facility:category" v="fuel_station" />
19 </icon>
20</icons>
Note: See TracBrowser for help on using the repository browser.