Yes, ./graphhopper-ios-sample/import-sample.sh is responsible for downloading the map. It simply downloads it from http://download.geofabrik.de <http://download.geofabrik.de/> and moves it at ./graphhopper/graph-data.osm.pbf. Then it uses ./graphhopper.sh import graph-data.osm.pbf while `cwd`=./graphhopper, which is the default import method from GraphHopper https://github.com/graphhopper/graphhopper/blob/master/docs/android/index.md <https://github.com/graphhopper/graphhopper/blob/master/docs/android/index.md>. It's just an example to make things easier at first. You can import the map however you like.
Also there are instructions for importing Germany on the same page: https://github.com/graphhopper/graphhopper-ios/tree/master/graphhopper-ios-sample <https://github.com/graphhopper/graphhopper-ios/tree/master/graphhopper-ios-sample> Calin > On Jan 14, 2015, at 10:28 AM, Peter <[email protected]> wrote: > > I think you'll have to specify the file name here: > ./graphhopper-ios-sample/import-sample.sh <your-area.pbf> > or change it directly in the script, but Calin probably knows more :) > > Regards, > Peter > > On 13.01.2015 17:46, Jordi Urmeneta wrote: >> Hello, >> >> I'm trying to understand the graphhopper ios sample starting with the map. >> >> Do you know where's the romania's map and how can i change it? >> >> >> Thanks! >> > > > _______________________________________________ > GraphHopper mailing list > [email protected] > https://lists.openstreetmap.org/listinfo/graphhopper
_______________________________________________ GraphHopper mailing list [email protected] https://lists.openstreetmap.org/listinfo/graphhopper
