Skip to content

Commit 9c16a55

Browse files
committed
Include service and pedestrian
1 parent 7d798d7 commit 9c16a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/src/build_index.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ static std::vector<std::pair<double,double>> simplify_polygon(
335335

336336
static const std::vector<std::string> kExcludedHighways = {
337337
"footway", "path", "track", "steps", "cycleway",
338-
"service", "pedestrian", "bridleway", "construction"
338+
"bridleway", "construction"
339339
};
340340

341341
static bool is_included_highway(const char* value) {

0 commit comments

Comments
 (0)