Changeset 7880 in josm for trunk/data
- Timestamp:
- 2014-12-24T12:54:50+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/numeric.mapcss
r7878 r7880 146 146 way[highway]["lanes:forward"]["lanes:forward" !~ /^[1-9]([0-9]*)$/] { 147 147 throwError: tr("{0} must be a positive integer number", "{1.key}"); 148 assertMatch: "way highway lanes=-1";149 assertMatch: "way highway lanes=5.5";150 assertMatch: "way highway lanes=1;2";151 assertMatch: "way highway lanes:forward=-1";152 assertMatch: "way highway lanes:backward=-1";153 assertNoMatch: "way highway lanes=1";148 assertMatch: "way highway=residential lanes=-1"; 149 assertMatch: "way highway=residential lanes=5.5"; 150 assertMatch: "way highway=residential lanes=1;2"; 151 assertMatch: "way highway=residential lanes:forward=-1"; 152 assertMatch: "way highway=residential lanes:backward=-1"; 153 assertNoMatch: "way highway=residential lanes=1"; 154 154 }
Note:
See TracChangeset
for help on using the changeset viewer.