abrensch / brouter

configurable OSM offline router with elevation awareness, Java + Android
MIT License
476 stars 115 forks source link

Add support for downloading profiles #578

Closed jelmer closed 11 months ago

jelmer commented 1 year ago

Add support for downloading profiles. This is useful when e.g. running the standalone server in docker.

abrensch commented 1 year ago

I'm not sure what profiles you want to download. Custom-Profiles? We try to prevent this for data protection reasons. If not intended, this i sa least possivble via "../" prefixes with this patch. Or just the default profiles that are available via https://brouter.de/brouter/profiles2 ?

jelmer commented 1 year ago

I've got an application that interacts with my standalone brouter instance over the API. I'd like to download just regular profiles that are available on the server (but edited) - not necessarily custom ones.

afischerdev commented 1 year ago

The standard profiles are already checked for changes and downloaded to phone. This happens when you update your map tiles. Please see DownloadWorker

jelmer commented 1 year ago

The standard profiles are already checked for changes and downloaded to phone. This happens when you update your map tiles. Please see DownloadWorker

I'm not using the app, but the standalone server in a container.

jelmer commented 11 months ago

Closing this, since I've migrated away from brouter for my bicycle routing. If somebody else needs it feel free to pick it up.