Skip to content

Commit 218f4d9

Browse files
authored
Ignore construction (graphhopper#3116)
1 parent 861a6e1 commit 218f4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ graphhopper:
201201
# motorized vehicles. This leads to a smaller and less dense graph, because there are fewer ways (obviously),
202202
# but also because there are fewer crossings between highways (=junctions).
203203
# Another typical example is excluding 'motorway', 'trunk' and maybe 'primary' highways for bicycle or pedestrian routing.
204-
import.osm.ignored_highways: footway,cycleway,path,pedestrian,steps # typically useful for motorized-only routing
204+
import.osm.ignored_highways: footway,construction,cycleway,path,pedestrian,steps # typically useful for motorized-only routing
205205
# import.osm.ignored_highways: motorway,trunk # typically useful for non-motorized routing
206206

207207
# configure the memory access, use RAM_STORE for well equipped servers (default and recommended)

0 commit comments

Comments
 (0)