Skip to content

Commit 439504d

Browse files
author
stoecker
committed
add expressway as valid speed source
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19401 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent d494eca commit 439504d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/openstreetmap/josm/data/validation/tests/Highways.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public class Highways extends Test {
6060

6161
private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList(
6262
"urban", "rural", "zone", "zone10", "zone:10", "zone20", "zone:20", "zone30", "zone:30", "zone40", "zone:40", "zone60", "zone:60",
63-
"nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road"));
63+
"nsl_single", "nsl_dual", "motorway", "trunk", "living_street", "bicycle_road", "expressway"));
6464

6565
private static final Set<String> ISO_COUNTRIES = new HashSet<>(Arrays.asList(Locale.getISOCountries()));
6666

0 commit comments

Comments
 (0)