ev-map/EVMap

Better OpenChargeMap support

Closed this issue · 2 comments

Hey,

Assuming it's possible, it would be nice if EVMap displayed more info when using OpenChargeMap as data source.

Some entries have information about parking restrictions, notes about how we can pay for the charger, a link to the charger's website where we can see the real time status/prices, etc. For example, OCM-235945:

Screenshot 2023-04-16 at 23 58 57

Screenshot 2023-04-16 at 23 59 06

They also support comments, which can be useful when looking for feedback about the charger/location. Perhaps some "tab" to display the comments/photos could be created (similar to plugshare, zapmap, etc)?

Some status are also not correctly displayed by EVMap. For example, OCM-237231 is a duplicated entry/doesn't exist and is marked as "Operational Status: Removed (Duplicate Listing)". OCM displays this:

Screenshot 2023-04-16 at 23 54 23

While EVMap displays the charger as if it's working:

Screenshot_20230417-000438_EVMap

I don't know if it's because the entry is "Removed (Duplicate Listing)", but the charger itself is "Operational"? Maybe they should sites marked as duplicated, but since the quality of the data will sometimes be like this, I think it's a good idea to handle it better.

Thanks! Yes, we should investigate whether these details are available through the OCM API (probably yes) and then map them to the existing internal data structure or add extra fields.
I think we're currently not filtering by charger status by default, we should definitely not show deleted chargers.

Some entries have information about parking restrictions, notes about how we can pay for the charger

These are already included, see the screenshot below:

a link to the charger's website where we can see the real time status/prices

will add it in the next update: c5714c8

They also support comments, which can be useful when looking for feedback about the charger/location. Perhaps some "tab" to display the comments/photos could be created (similar to plugshare, zapmap, etc)?

Yeah, that is possible but a bit more work to implement in the UI. Currently we only show fault reports, other comments are not displayed. Let's divide it into a separate issue -> #277

Some status are also not correctly displayed by EVMap. For example, OCM-237231 is a duplicated entry/doesn't exist and is marked as "Operational Status: Removed (Duplicate Listing)"

will hide deleted chargers in the next update: fab66d1