Skip to content

Commit 058ff89

Browse files
authored
Update README.md
1 parent 4ba2261 commit 058ff89

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

map-matching/README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ See the demo in action (black is GPS track, green is matched result):
1111

1212
### Web app
1313

14-
Start via:
15-
```bash
16-
java -jar web/target/graphhopper-web-3.0-SNAPSHOT.jar server config.yml
17-
```
18-
19-
Access the simple UI via `http://localhost:8989/maps/map-matching/` (including the trailing slash).
14+
To install GraphHopper see [these instructions](../Readme.md#installation). After the import process finished you can access a simple map matching UI via `http://localhost:8989/maps/map-matching/` (including the trailing slash).
2015

2116
You can post GPX files and get back snapped results as GPX or as JSON. An example curl request is:
2217
```bash
@@ -57,4 +52,4 @@ The [Viterbi algorithm](https://en.wikipedia.org/wiki/Viterbi_algorithm) as prov
5752
of map matching candidates. Thereby, the distances between GPS positions and map matching
5853
candidates as well as the routing distances between consecutive map matching candidates are taken
5954
into account. The GraphHopper routing engine is used to find candidates and to compute routing
60-
distances.
55+
distances.

0 commit comments

Comments
 (0)