Johan von Forstner

Results 283 comments of Johan von Forstner
trafficstars

That is because OsmAnd is a *navigation app* in the AA classification and not a *POI app*. These have slightly different UI templates available on AA, with navigation apps more...

This is currently not possible with the templates, but I have [requested](https://issuetracker.google.com/issues/196230379) it in the Google Issue Tracker.

Hi! I agree that's a good idea. In principle, most of the settings should probably already be saved through Android's backup mechanism, but that works only on devices that have...

Great, thanks! Let me know if you need help. Probably the main things to look at for settings export are [PreferenceDataSource](https://github.com/johan12345/EVMap/blob/master/app/src/main/java/net/vonforst/evmap/storage/PreferenceDataSource.kt) (most app settings) and also some of the database...

might be possible with the Chargecloud APIs, since these can give all details for all locations in a bounding box with one request

In #96 I am currently adding [OpenChargeMap](https://openchargemap.org/site) as a data source (see also #81) and also restructuring the app's code to allow for interchangeable data sources as much as possible....

Okay, so it looks like the current data in Switzerland does have a large number of stations, but many with a low amount of metadata (e.g. no information about which...

> You could cache Overpass API results. In the app dynamically during use - maybe. We do already do caching for GoingElectric (at least according to their caching rules, i.e....

That sounds pretty manageable, so we could host that as a static gzipped file somewhere (maybe even on GitHub for now) and update it regularly. Of course it would be...

Thanks for the update! 2251 charging stations in Switzerland brings OSM almost on the same level as GoingElectric (2774 stations), so this sounds pretty good. > You're right, I'll try...