Skip to content

Commit

Permalink
Add steps to way_lit quest
Browse files Browse the repository at this point in the history
  • Loading branch information
dbdean authored and westnordost committed Oct 6, 2017
1 parent a838a36 commit be9f12f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class AddWayLit extends SimpleOverpassQuestType
"primary", "secondary", "tertiary", "unclassified", "service",
};

private static final String[] LIT_WAYS = { "footway", "cycleway" };
private static final String[] LIT_WAYS = { "footway", "cycleway", "steps" };

@Inject public AddWayLit(OverpassMapDataDao overpassServer) { super(overpassServer); }

Expand Down

0 comments on commit be9f12f

Please sign in to comment.