You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: map-matching/README.md
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,7 @@ See the demo in action (black is GPS track, green is matched result):
11
11
12
12
### Web app
13
13
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).
20
15
21
16
You can post GPX files and get back snapped results as GPX or as JSON. An example curl request is:
22
17
```bash
@@ -57,4 +52,4 @@ The [Viterbi algorithm](https://en.wikipedia.org/wiki/Viterbi_algorithm) as prov
57
52
of map matching candidates. Thereby, the distances between GPS positions and map matching
58
53
candidates as well as the routing distances between consecutive map matching candidates are taken
59
54
into account. The GraphHopper routing engine is used to find candidates and to compute routing
0 commit comments