Changeset 11439 in josm for trunk/data/validator/highway.mapcss
- Timestamp:
- 2017-01-07T16:54:51+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/highway.mapcss
r11364 r11439 85 85 } 86 86 87 *[name =~ /(?i).*Strasse.*/] {88 throwOther: tr("street name contains ss");89 assertMatch: "way name=Foobarstrasse";90 assertMatch: "way name=Foobar-Strassenweg";91 assertNoMatch: "way name=Foobarstraße";92 }93 94 87 /* footway, see #10851, #10976 */ 95 88 way[footway=left][/footway:/],
Note: See TracChangeset
for help on using the changeset viewer.