Changeset 8725 in josm for trunk/data/validator/numeric.mapcss
- Timestamp:
- 2015-09-03T23:05:24+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/numeric.mapcss
r8701 r8725 82 82 } 83 83 *[maxweight][maxweight !~ /^(([0-9]+\.?[0-9]*( (t|kg|lbs))?)|([0-9]+\'[0-9]+\.?[0-9]*\"))$/] { 84 throwWarning: tr("{0}: metersis default; period is separator; if units, put space then unit", "maxweight");84 throwWarning: tr("{0}: tonne is default; period is separator; if units, put space then unit", "maxweight"); 85 85 assertMatch: "way maxweight=something"; 86 86 assertMatch: "way maxweight=-5"; … … 106 106 assertNoMatch: "way maxspeed=none"; 107 107 assertNoMatch: "way maxspeed=variable"; 108 } 109 110 *[distance][distance !~ /^(([0-9]+\.?[0-9]*( (km|mi|nmi))?)|([0-9]+\'[0-9]+\.?[0-9]*\"))$/] { 111 throwWarning: tr("{0}: kilometers is default; period is separator; if units, put space then unit", "distance"); 112 assertMatch: "way distance=something"; 113 assertMatch: "way distance=-5"; 114 assertNoMatch: "way distance=2"; 115 assertNoMatch: "way distance=2.5"; 116 assertNoMatch: "way distance=7 mi"; 108 117 } 109 118
Note:
See TracChangeset
for help on using the changeset viewer.