Ticket #11347: josm_patch_marine_fuel.diff

File josm_patch_marine_fuel.diff, 2.6 KB (added by brycenesbitt, 11 years ago)

waterway=fuel

  • 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"