zbycz / osmapp

Lets make a universal app for OpenStreetMap
https://osmapp.org
GNU General Public License v3.0
218 stars 19 forks source link

EV-Charging #732

Closed Dlurak closed 1 week ago

Dlurak commented 1 week ago

OpenStreetMap provides extensive data on EV charging stations through the amenity=charging_station tag. To my knowledge, OpenChargeMap is the only platform that effectively uses OSM data for EV chargers, but they supplement OSM with other data sources and require users to switch to another app or website as they only offer charging information and nothing else.

It would be beneficial if this charging information were displayed directly within Osmapp. I envision a simple UI element that shows the charging options available at a selected station, including socket types, quantities, output power, and potentially voltage details.

I've created a rough sketch to illustrate the concept. Although it's not perfectly polished, it should give a clear idea of the layout and features I'm suggesting.

Concept Sketch

Proposed UI Details:

zbycz commented 1 week ago

Thanks for the wireframe, good to see it.

We could render this special component in FeaturePanel every time there is a tag starting with socket:, right?

Dlurak commented 1 week ago

Fixed with #742