Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update icon paths #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions oam-presets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ In JOSM internally all "name", "text" and "display_values" are translated when
no specific translation has been given in XML file. When no "display_values"
are supplied, then "values" will be treated as "display_values" and translated instead.
-->
<group name="OAM" icon="styles/standard/transport/way/way_secondary.svg">
<item name="Airspace" icon="styles/standard/transport/way/way_motorway.svg" type="closedway">
<group name="OAM" icon="presets/transport/way/way_secondary.svg">
<item name="Airspace" icon="presets/transport/way/way_motorway.svg" type="closedway">
<link href="http://wiki.openaviationmap.org/wiki/index.php/Airspace" />
<label text="Edit Airspace" />
<space />
Expand All @@ -133,7 +133,7 @@ are supplied, then "values" will be treated as "display_values" and translated i
<combo key="height:upper:unit" text="Upper Height Unit" description="Lower Height Unit (feet, flight level, metres)" values="ft,fl,m"/>
<combo key="height:upper:class" text="Upper Height Class" description="Lower Height Class (Above Mean Sea Level or Above Ground Level)" values="amsl,agl"/>
</item>
<item name="Navaid" icon="styles/standard/transport/way/way_secondary.svg">
<item name="Navaid" icon="presets/transport/way/way_secondary.svg">
<link href="http://wiki.openaviationmap.org/wiki/index.php/Navaid" />
<label text="Edit Navaid" />
<space />
Expand All @@ -151,7 +151,7 @@ are supplied, then "values" will be treated as "display_values" and translated i
<text key="navaid:tacan" text="The TACAN freq. of this navaid" />
<text key="navaid:ils" text="The ILS freq. of this navaid" />
</item>
<item name="Obstacle" icon="styles/standard/transport/way/way_secondary.svg">
<item name="Obstacle" icon="presets/transport/way/way_secondary.svg">
<label text="Edit Obstacle" />
<link href="http://wiki.openaviationmap.org/wiki/index.php/Obstacle" />
<space />
Expand All @@ -172,7 +172,7 @@ are supplied, then "values" will be treated as "display_values" and translated i
<text key="lighting:color" text="Color" description="Color of ligthing" />
</item>

<item name="Aerodrome" icon="styles/standard/transport/way/way_secondary.svg" type="relation,node">
<item name="Aerodrome" icon="presets/transport/way/way_secondary.svg" type="relation,node">
<key key="aerodrome" value="yes" />
<label text="Edit Aerodrome" />
<link href="http://wiki.openaviationmap.org/wiki/index.php/Aerodrome" />
Expand Down Expand Up @@ -206,7 +206,7 @@ are supplied, then "values" will be treated as "display_values" and translated i
<text key="comm:gnd" text="Ground freq." description="Ground freq." />
</item>

<item name="VFR Reporting Point" icon="styles/standard/transport/way/way_secondary.svg">
<item name="VFR Reporting Point" icon="presets/transport/way/way_secondary.svg">
<key key="vfrreportingpoint" value="yes" />
<label text="Edit VFR Reporting Point" />
<link href="http://wiki.openaviationmap.org/wiki/index.php/VfrReportingPoint" />
Expand Down