Modify

Opened 12 years ago

Closed 11 years ago

#8359 closed enhancement (fixed)

Update for the charging station preset

Reported by: wolfgang.silbermayr@… Owned by: team
Priority: normal Milestone: 14.01
Component: Internal preset Version: tested
Keywords: preset, charging station Cc:

Description

The amenity=charging_station tag has been enhanced. Therefore, an update of the preset would be nice. My suggestion is:

  <item name="Charging Station" type="node">
    <link href="http://wiki.openstreetmap.org/wiki/Tag:amenity=charging_station"/>
    <label text="Edit Charging Station (for electric vehicles)" />
    <key key="amenity" value="charging_station" />
    <text key="name" text="Name" />
    <label text="Vehicles:" />
    <check key="bike" text="Bike" default="off" />
    <text key="capacity:bike" text="Capacity for bikes" />
    <check key="scooter" text="Scooter" default="off" />
    <text key="capacity:scooter" text="Capacity for scooters" />
    <check key="car" text="Car" default="off" />
    <text key="capacity:car" text="Capacity for cars" />
    <check key="truck" text="Truck" default="off" />
    <text key="capacity:truck" text="Capacity for trucks" />
    <text key="operator" text="Operator" />
    <label text="Authentication:" />
    <check key="authentication:none" text="Usable without authentication" default="off" />
    <check key="authentication:phone_call" text="Phone call" default="off" />
    <text key="authentication:phone_call:number" text="Phone call number" />
    <check key="authentication:short_message" text="Short message" default="off" />
    <text key="authentication:short_message:number" text="Short message number" />
    <text key="authentication:short_message:text" text="Short message text" />
    <check key="authentication:nfc" text="NFC" default="off" />
    <check key="authentication:money_card" text="Money card (Cirrus, Maestro...)" />
    <check key="authentication:debit_card" text="Debit card (VISA, MasterCard...)" />
    <check key="authentication:membership_card" text="Membership card of the operator" />
  </item>            

Attachments (0)

Change History (4)

comment:1 by wolfgang.silbermayr@…, 12 years ago

Okay, I was too quick. The URL should be https://wiki.openstreetmap.org/wiki/Proposed_features/Charging_station for now.

comment:2 by skyper, 12 years ago

As of today, we have 2135 amenity=charging_station and 1409 fuel:electricity=* where of 78% have value set to "no".

Think we should at least adopt the presets.

comment:3 by Don-vip, 11 years ago

Milestone: 14.01

These capacity and authentication keys are almost not used, I'm not in favour of adding them, at least for now. However ok to add some minor things to this preset. The main enhancement I think should be to add payment keys (to implement via #6268)

comment:4 by Don-vip, 11 years ago

Resolution: fixed
Status: newclosed

In 6697/josm:

fix #8359, see #6268 - minor update of amenity=charging_station + initialization of payment chunks

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.