File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,21 @@ git clone https://github.com/graphhopper/graphhopper
12
12
cd graphhopper
13
13
14
14
# download GTFS from Berlin & Brandenburg in Germany (VBB) and the 'surrounding' OpenStreetMap data for the walk network
15
- wget -O gtfs-vbb.zip http ://transitfeeds.com/p/verkehrsverbund-berlin-brandenburg/213/latest/ download
15
+ wget -O gtfs-vbb.zip https ://www.vbb.de/media/ download/2029
16
16
wget http://download.geofabrik.de/europe/germany/brandenburg-latest.osm.pbf
17
17
18
18
mvn clean package -DskipTests
19
19
20
20
# The following process will take roughly 5 minutes on a modern laptop when it is executed for the first time.
21
21
# It imports the previously downloaded OSM data of the Brandenburg area as well as the GTFS.
22
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
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
23
```
30
24
25
+ When this is finished you can point your browser to 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
+
31
30
# Graph schema
32
31
33
32
![ Graph schema] ( pt-model.png )
You can’t perform that action at this time.
0 commit comments