Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#15656 closed enhancement (fixed)

Include some more values in amenity=fuel preset

Reported by: naoliv Owned by: team
Priority: normal Milestone: 18.01
Component: Internal preset Version:
Keywords: Cc:

Description

fuel:ethanol and fuel:octane_87 are common in this part of the world:

  • data/defaultpresets.xml

     
    25562556                    <check key="fuel:diesel" text="Diesel" />
    25572557                    <check key="fuel:biodiesel" text="Bio Diesel" />
    25582558                    <check key="fuel:octane_80" text="Octane 80" />
     2559                    <check key="fuel:octane_87" text="Octane 87" />
    25592560                    <check key="fuel:octane_91" text="Octane 91" />
    25602561                    <check key="fuel:octane_92" text="Octane 92" />
    25612562                    <check key="fuel:octane_95" text="Octane 95" />
     
    25632564                    <check key="fuel:octane_100" text="Octane 100" />
    25642565                    <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
    25652566                    <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
     2567                    <check key="fuel:ethanol" text="Ethanol (alcohol)" />
    25662568                    <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
    25672569                    <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
    25682570                </checkgroup>
     
    31203122                    <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
    31213123                    <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
    31223124                    <check key="fuel:octane_80" text="Octane 80" />
     3125                    <check key="fuel:octane_87" text="Octane 87" />
    31233126                    <check key="fuel:octane_91" text="Octane 91" />
    31243127                    <check key="fuel:octane_92" text="Octane 92" />
    31253128                    <check key="fuel:octane_95" text="Octane 95" />
     
    31273130                    <check key="fuel:octane_100" text="Octane 100" />
    31283131                    <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
    31293132                    <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
     3133                    <check key="fuel:ethanol" text="Ethanol (alcohol)" />
    31303134                    <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
    31313135                    <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
    31323136                    <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />

Attachments (0)

Change History (2)

comment:1 by Klumbumbus, 6 years ago

Resolution: fixed
Status: newclosed

In 13341/josm:

fix #15656 - Add fuel:ethanol and fuel:octane_87 to amenity=fuel preset (patch by naoliv)

comment:2 by Klumbumbus, 6 years ago

Milestone: 18.01

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.