Ticket #11347: josm_patch_fuel_stations.diff

File josm_patch_fuel_stations.diff, 3.9 KB (added by brycenesbitt, 9 years ago)

Version 2 of patch, with airplanes

  • data/defaultpresets.xml

     
    20402040            <key key="leisure" value="marina" />
    20412041            <text key="name" text="Name" />
    20422042            <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
     2043            <combo key="fuel"                  text="Fuel Station" values="yes,no" />
    20432044        </item> <!-- Marina -->
     2045        <item name="Marine Fuel" icon="presets/fuel.png" type="node,closedway" preset_name_label="true">
     2046            <link href="http://wiki.openstreetmap.org/wiki/Tag:waterway=fuel"/>
     2047            <space />
     2048            <key key="waterway" value="fuel" />
     2049            <optional>
     2050                <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Eni,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Socar,Statoil,Sunoco,Tamoil,Texaco,Total,Independent" values_searchable="true" />
     2051                <label text="Fuel types:" />
     2052                <checkgroup columns="2">
     2053                    <check key="fuel:diesel" text="Diesel" />
     2054                    <check key="fuel:biodiesel" text="Bio Diesel" />
     2055                    <check key="fuel:octane_80" text="Octane 80" />
     2056                    <check key="fuel:octane_91" text="Octane 91" />
     2057                    <check key="fuel:octane_92" text="Octane 92" />
     2058                    <check key="fuel:octane_95" text="Octane 95" />
     2059                    <check key="fuel:octane_98" text="Octane 98" />
     2060                    <check key="fuel:octane_100" text="Octane 100" />
     2061                    <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
     2062                    <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
     2063                </checkgroup>
     2064                <space />
     2065                <label text="Fuel cards:" />
     2066                <checkgroup columns="3">
     2067                    <check key="payment:dkv" text="DKV" />
     2068                    <check key="payment:routex" text="Routex" />
     2069                    <check key="payment:uta" text="UTA" />
     2070                </checkgroup>
     2071            </optional>
     2072            <reference ref="link_contact_address_payment" />
     2073        </item> <!-- Marine Fuel. See also seamark:small_craft_facility:category=fuel_station -->
    20442074        <item name="Pier" icon="presets/pier.png" type="node,way,closedway" preset_name_label="true">
    20452075            <link href="http://wiki.openstreetmap.org/wiki/Tag:man_made=pier"
    20462076                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:man_made=pier"
     
    31103140            <key key="aeroway" value="gate" />
    31113141            <text key="ref" text="Reference" />
    31123142        </item> <!-- Gate -->
     3143        <item name="Aviation Fuel" icon="presets/fuel.png" type="node,closedway" preset_name_label="true">
     3144            <link href="http://wiki.openstreetmap.org/wiki/Tag:aeroway=fuel"/>
     3145            <space />
     3146            <key key="aeroway" value="fuel" />
     3147            <optional>
     3148                <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Eni,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Socar,Statoil,Sunoco,Tamoil,Texaco,Total,Independent" values_searchable="true" />
     3149                <label text="Fuel types:" />
     3150                <checkgroup columns="2">
     3151                    <check key="fuel:91UL"    text="91UL (clear)" />
     3152                    <check key="fuel:96UL"    text="96UL (clear)" />
     3153                    <check key="fuel:100LL"   text="100LL (blue)" />
     3154                    <check key="fuel:diesel"  text="Diesel" />
     3155                    <check key="fuel:autogas" text="Ethanol-Free Unleaded" />
     3156                </checkgroup>
     3157            </optional>
     3158            <reference ref="link_contact_address_payment" />
     3159        </item> <!-- Aviation Fuel -->
    31133160    </group> <!-- Airport -->
    31143161  </group> <!-- Transport -->
    31153162  <group name="Facilities" icon="presets/bed.png">