Skip to content

Commit

Permalink
also show quests for roads with explicitly tagged "separate" sidewalk (
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jul 30, 2017
1 parent d2286d6 commit f3d3e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ protected String getTagFilters()

return "ways with " +
"(" +
" highway ~ " + TextUtils.join("|", LIT_ROADS) + " and sidewalk ~ both|left|right|yes" +
" highway ~ " + TextUtils.join("|", LIT_ROADS) + " and sidewalk ~ both|left|right|yes|separate" +
" or" +
" highway ~ " + TextUtils.join("|", LIT_WAYS) +
" or" +
Expand Down

0 comments on commit f3d3e6d

Please sign in to comment.