Skip to content

Commit 2de5431

Browse files
committed
Update import script to use GraphHopper 0.8.2
1 parent ceccaec commit 2de5431

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphhopper-ios-sample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The sample Xcode project has a reference to the graph data at
1616
#### Import Data
1717

1818
**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)
2020
in /graphhopper-ios/graphhopper to import the graph data using `./graphhopper.sh import` command.
2121

2222
You can import a sample graph by running this command in Terminal

graphhopper-ios-sample/import-sample.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ ! -e $GRAPH_FILE ]; then
1313
mv $FILE $GRAPH_FILE
1414
fi
1515
rm -rf $(expr $GRAPH_FILE : '\([^\.]*\)\.')".osm-gh"
16-
git checkout origin/0.7
16+
git checkout 0.8.2
1717
./graphhopper.sh import $GRAPH_FILE
1818
git checkout ios-compat
1919
cd ..

0 commit comments

Comments
 (0)