Robert Högberg
Robert Högberg
I've added nobil real-time support in https://github.com/robho/EVMap/tree/nobil_realtime. It's based on #363. There's a simple web client/server (python script) that receives nobil real-time data updates and provides an API that EVMap...
Do you still want to keep the Nobil implementation? If so, I can clean it up once nobil has removed the unmaintained data. I think the implementation would continue working...
Regarding filtering.. > in the longer term the better solution is probably to first download all chargers into the local DB (which is a capability I'm implementing for https://github.com/ev-map/EVMap/pull/290) and...
I rebased to latest master. Some comments on this implementation and nobil.. * In Sweden the quality of nobil has increased quite much over the past 6 months. Lots of...
I made an attempt to implement "full download" for nobil. It seems to work well. Great work on the OSM implementation, which I've stolen lots of code and inspiration from!...
> I just added a missing new column (`coordinatesProjected`) in DB migration 26, and simplified migration 27 to simply use `ALTER TABLE` instead of recreating the table. Also, I fixed...
Great Johan! Thanks for taking a look at and fixing the migration problem! :+1: Yes, I think this is in a good enough shape to be merged. There are a...
I took a look at this problem and created this patch that shows more in detail what the problem is: ``` patch --- a/app/src/main/java/net/vonforst/evmap/api/availability/AvailabilityDetector.kt +++ b/app/src/main/java/net/vonforst/evmap/api/availability/AvailabilityDetector.kt @@ -79,6 +79,12 @@...