Skip to content

Commit 05e4137

Browse files
KlumbumbusKlumbumbus
authored andcommitted
see #19980 - Don't warn about highway=living_street + maxspeed=30 combination in Austria, Denmark, Israel, Uzbekistan, see osmose-qa/osmose-backend#2569
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19433 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 0812dab commit 05e4137

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/data/validator/combinations.mapcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,8 @@ way[bicycle][/^cycleway(:|$)/][!/^bicycle:/][bicycle=~/^(no|use_sidepath)$/][/^c
997997

998998
/* #19980 */
999999
way[highway=living_street][maxspeed][maxspeed=~/mph/][get(split(" ", tag(maxspeed)), 0) > 15],
1000-
way[highway=living_street][maxspeed][maxspeed!~/mph/][get(split(" ", tag(maxspeed)), 0) > 20] {
1000+
way[highway=living_street][maxspeed][maxspeed!~/mph/][get(split(" ", tag(maxspeed)), 0) > 20][outside("AT,DK,IL,UZ")],
1001+
way[highway=living_street][maxspeed][maxspeed!~/mph/][get(split(" ", tag(maxspeed)), 0) > 30][inside("AT,DK,IL,UZ")] { /*Austria, Denmark, Israel, Uzbekistan*/
10011002
throwWarning: tr("{0} together with {1}", "{0.tag}", "{1.tag}");
10021003
group: tr("suspicious tag combination");
10031004
assertNoMatch: "way highway=living_street";

0 commit comments

Comments
 (0)