graphhopper/graphhopper-ios

New country

itsoulos opened this issue · 3 comments

Hello,
I have modified the import-sample.sh
to download the greek map, but the application always starts in online
mode and always with the romanian maps?
What should I do?

Giannis

clns commented

This is probably because the map data didn't update successfully. Make sure you download and add the correct map in your app.

clns commented

The map is shown using MBXMapKit from Mapbox and is configured in ViewController.m#L90. At the time it was the easiest way to display a map, within the sample app.

However, you should use your own map, and any code related to GraphHopper is in Directions.m. So my recommendation is to use the sample app just as an example to get you started with GraphHopper. Map display is out of scope.