Changeset 10330 in josm for trunk/data


Ignore:
Timestamp:
2016-06-06T23:09:16+02:00 (8 years ago)
Author:
Klumbumbus
Message:

fix #11120 - update preset for amenity=charging_station

Location:
trunk/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r10320 r10330  
    28692869            <space />
    28702870            <key key="amenity" value="charging_station" />
    2871             <reference ref="name_operator" />
    2872             <text key="voltage" text="Voltage" />
    2873             <text key="amperage" text="Amperage" />
     2871            <reference ref="name_ref_operator" />
     2872            <reference ref="oh" />
     2873            <reference ref="fee" />
     2874            <space />
     2875            <combo key="voltage" text="Voltage" values="230,400"/>
     2876            <combo key="amperage" text="Amperage" values="16,32" />
     2877            <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
     2878            <space />
     2879            <label text="Types of vehicles which can be charged:" />
     2880            <checkgroup columns="4">
     2881                <check key="bicycle" text="Bicycle" />
     2882                <check key="scooter" text="Scooter" />
     2883                <check key="car" text="Car" />
     2884                <check key="truck" text="Truck" />
     2885            </checkgroup>
     2886            <space />
     2887            <label text="Number of Sockets:" />
     2888            <combo key="socket:type1" text="Type 1 (Yazaki)" values="1,2,3,4,5,6" />
     2889            <combo key="socket:type1_combo" text="Type 1 Combo" values="1,2,3,4,5,6" />
     2890            <combo key="socket:type2" text="Type 2 (Mennekes)" values="1,2,3,4,5,6" />
     2891            <combo key="socket:type2_combo" text="Type 2 Combo" values="1,2,3,4,5,6" />
     2892            <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
     2893            <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
     2894            <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
     2895            <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
     2896            <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
     2897            <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
     2898            <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
     2899            <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
     2900            <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
     2901            <space />
     2902            <label text="Authentication:" />
     2903            <checkgroup columns="4">
     2904                <check key="authentication:none" text="None" />
     2905                <check key="authentication:phone_call" text="Phone call" />
     2906                <check key="authentication:short_message" text="Short message" />
     2907                <check key="authentication:nfc" text="NFC" />
     2908            </checkgroup>
     2909            <combo key="authentication:membership_card" text="Membership card" values="yes" />
     2910            <preset_link preset_name="Payment Methods" />
    28742911        </item> <!-- Charging Station -->
    28752912        <item name="Wash" icon="presets/car_wash.png" type="node,closedway,multipolygon" preset_name_label="true">
  • trunk/data/validator/ignoretags.cfg

    r10232 r10330  
    104104E:exit_to
    105105E:distance
     106E:voltage
     107E:amperage
    106108;
    107109; Ignore valid and semi-valid keys that end with...
Note: See TracChangeset for help on using the changeset viewer.