File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The sample Xcode project has a reference to the graph data at
16
16
#### Import Data
17
17
18
18
** Caution:** The import method described below uses the
19
- [ graphhopper 0.7 branch ] ( https://github.com/graphhopper/graphhopper/tree/0.7 )
19
+ [ graphhopper 0.8.2 tag ] ( https://github.com/graphhopper/graphhopper/tree/0.8.2 )
20
20
in /graphhopper-ios/graphhopper to import the graph data using ` ./graphhopper.sh import ` command.
21
21
22
22
You can import a sample graph by running this command in Terminal
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if [ ! -e $GRAPH_FILE ]; then
13
13
mv $FILE $GRAPH_FILE
14
14
fi
15
15
rm -rf $( expr $GRAPH_FILE : ' \([^\.]*\)\.' ) " .osm-gh"
16
- git checkout origin/0.7
16
+ git checkout 0.8.2
17
17
./graphhopper.sh import $GRAPH_FILE
18
18
git checkout ios-compat
19
19
cd ..
You can’t perform that action at this time.
0 commit comments