Changeset 14359 in josm for trunk/data/validator
- Timestamp:
- 2018-10-25T19:48:25+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/numeric.mapcss
r14273 r14359 90 90 assertNoMatch: "node maxheight=4"; 91 91 } 92 *[maxheight][maxheight !~ /^(([1-9][0-9]*(\.[0-9]+)?( (m|ft))?)|([0-9]+\'(([0-9]|10|11)(\.[0-9]*)?\")?)|none|default )$/]!.maxheight_separator_autofix {92 *[maxheight][maxheight !~ /^(([1-9][0-9]*(\.[0-9]+)?( (m|ft))?)|([0-9]+\'(([0-9]|10|11)(\.[0-9]*)?\")?)|none|default|below_default)$/]!.maxheight_separator_autofix { 93 93 throwWarning: tr("unusual value of {0}: meters is default; point is decimal separator; if units, put space then unit", "{0.key}"); 94 94 assertMatch: "node maxheight=something";
Note:
See TracChangeset
for help on using the changeset viewer.