We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bc99b commit 82b867bCopy full SHA for 82b867b
reader-gtfs/README.md
@@ -22,7 +22,9 @@ mvn clean package -DskipTests
22
java -Xmx8g -jar web/target/graphhopper-web-*.jar server reader-gtfs/config-example-pt.yml
23
24
# Point your browser to
25
-# http://localhost:8989/maps/pt/
+# http://localhost:8989
26
+#
27
+# Alternatively, for a more specialized but more minimal demo of transit routing, to http://localhost:8989/maps/pt/
28
# (make sure to include the trailing slash)
29
```
30
0 commit comments