You are not logged in.
Pages: 1
Hi,
I downloaded JIcons from https://sourceforge.net/projects/openseamap/files/ to create icons for an at5 map but it only works for buoys etc. and not for beacons. The output of beacons is always empty.
Could somebody please help me?
This is the icon.xml:
<icons>
<icon width="100" height="80" scale="0.2" file="red_buoy_lateral" format="PNG" >
<tag k="seamark:type" v="buoy_lateral" />
<tag k="seamark:buoy_lateral:shape" v="pillar" />
<tag k="seamark:buoy_lateral:colour" v="red" />
<tag k="seamark:topmark:colour" v="red" />
<tag k="seamark:topmark:shape" v="cylinder" />
</icon>
<icon width="100" height="80" scale="0.2" file="green_buoy_lateral" format="PNG" >
<tag k="seamark:type" v="buoy_lateral" />
<tag k="seamark:buoy_lateral:shape" v="pillar" />
<tag k="seamark:buoy_lateral:colour" v="green" />
<tag k="seamark:topmark:colour" v="green" />
<tag k="seamark:topmark:shape" v="cone, point up" />
</icon>
<icon width="100" height="80" scale="0.2" file="red_beacon_lateral" format="PNG" >
<tag k="seamark:type" v="beacon_lateral" />
<tag k="seamark:beacon_lateral:category" v="port" />
<tag k="seamark:beacon_lateral:colour" v="red" />
<tag k="seamark:topmark:colour" v="red" />
<tag k="seamark:topmark:shape" v="cylinder" />
</icon>
<icon width="100" height="80" scale="0.2" file="green_beacon_lateral" format="PNG" >
<tag k="seamark:type" v="beacon_lateral" />
<tag k="seamark:beacon_lateral:category" v="starboard" />
<tag k="seamark:beacon_lateral:colour" v="green" />
<tag k="seamark:topmark:colour" v="green" />
<tag k="seamark:topmark:shape" v="cone, point up" />
</icon>
<icon width="100" height="80" scale="0.2" file="beacon_special_purpose" format="PNG" >
<tag k="seamark:type" v="beacon_special_purpose"/>
<tag k="seamark:beacon_special_purpose:category" v="warning"/>
<tag k="seamark:beacon_special_purpose:colour" v="yellow"/>
<tag k="seamark:topmark:colour" v="yellow"/>
<tag k="seamark:topmark:shape" v="x-shape"/>
</icon>
<icon width="100" height="80" scale="0.2" file="beacon_isolated_danger" format="PNG" >
<tag k="seamark:type" v="beacon_isolated_danger"/>
<tag k="seamark:beacon_isolated_danger:colour" v="black;red;black"/>
<tag k="seamark:beacon_isolated_danger:colour_pattern" v="horizontal"/>
</icon>
<icon width="100" height="80" scale="0.2" file="notice" format="PNG" >
<tag k="seamark:type" v="small_craft_facility" />
<tag k="seamark:small_craft_facility:category" v="fuel_station" />
</icon>
</icons>
Best regards
Sven
OpenSeaMap AT5 charts maintainer
Offline
OK, I have fixed it.
Malcolm Herring, Developer
Offline
Thank you so much, beacons are working now
Sorry I didn't notice before but topmarks don't work. They are not important for me but I wanted to mention it.
OpenSeaMap AT5 charts maintainer
Offline
Try again, I have just re-uploaded to SourceForge
Malcolm Herring, Developer
Offline
Wow, now even the topmarks are working
Thank you again!
OpenSeaMap AT5 charts maintainer
Offline
Pages: 1