gravitystorm / openstreetmap-carto

A general-purpose OpenStreetMap mapnik style, in CartoCSS
Other
1.53k stars 819 forks source link

Create visual distinction between bicycle and car charging facilities amenity=charging_station #4394

Open TheNewCivilian opened 3 years ago

TheNewCivilian commented 3 years ago

Expected behavior

For electric car / pedelec driver its important to display charging stations as already done by carto. In most cases of charging stations only one of those vehicle types can be charged. This can be very confusing. As there are a lot of charging stations designated for pedelec charging only (tagged with bicycle=yes and motorcar=no, Wiki), depicting this distinction would be very helpful for both parties. If there is interest in showing more specific icons here It might be a good idea to also support a new tagging schema using bicycle=designated for this new icon, as these charging points usually are fitted with regular power outlets not only supporting bike chargers, but are distinctively designated for pedelec charging

Actual behavior

Currently there is only one icon used for charging stations on the map. For an electric car driver it can be confusing to see a e-bike charging station rendered with a e-fueling station icon and vice versa.

Links and screenshots illustrating the problem

Therefore I propose a new Icon for bicycle charging points.

Before: https://www.openstreetmap.org/#map=19/48.16923/11.24799 Current generic charging station icon

After: (Icon not final. Feel free to comment the design) Proposed pedelec charging Icon

Actual charging point: Charging Point

Adamant36 commented 3 years ago

I'd be interested to know what the difference is with the charging adaptors and other things are between the two. I know for the car charging facility near me, it can also charge bikes and random USB devices. I've never seen someone charging a car there either. Just homeless people charging their USB devices and power generators. So, I wonder if there is similar overlap with bike charging stations. My guess is not because of something like lower voltages for charging bikes then cars, but who knows.

The point is though, that even if something has a main thing it charges, that doesn't means it's all that can be charged there (or even what is actually charged there) and I think that point should be considered when it comes to how the facilities are rendered or any changes made to said rendering.

TheNewCivilian commented 3 years ago

You are absolutely right, it exists a bright variety of charging points and configurations.

Public electric car chargers usually provide more than 4kW per socket. Pedelec chargers at least 400W. Other public charging points can be restricted to under 120W etc.

Still charging stations for pedelecs might be used for different devices as you pointed out. From my point of view that is as perfectly fine as bicycle_parking=shelter might be used as a storage box for buggies etc. too. I would argue, if the designation is clear and visible in the real world, it should be visual on the map too.

This new visualization should prevent confusion by electric-car drivers, showing up at such chargers, while providing a more convincing symbol for cyclists.

The current charging point icon is quite car-centric and was submitted some years ago, based on a fueling station. Pedelec charging stations are a quite recent new development.

TheNewCivilian commented 3 years ago

I forked the repo added the icon and a simplified rule for testing. But I am struggeling to make it work O.o https://github.com/TheNewCivilian/openstreetmap-carto/tree/bike-charging-station Help needed!