Changeset 14593 in josm for trunk/data/validator/numeric.mapcss
- Timestamp:
- 2018-12-23T01:25:15+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/numeric.mapcss
r14359 r14593 334 334 assertNoMatch: "node ele=4"; 335 335 } 336 *[ele][ele !~ /^-?[0-9]+(\.[0-9]+)?$/]!.ele_meter_remove_autofix!.ele_separator_autofix {336 *[ele][ele !~ /^-?[0-9]+(\.[0-9]+)?$/]!.ele_meter_remove_autofix!.ele_separator_autofix { 337 337 throwWarning: tr("{0} must be a numeric value, in meters and without units", "{0.key}"); 338 338 assertNoMatch: "node ele=12m"; … … 344 344 assertMatch: "node ele=high"; 345 345 } 346 347 /* #15774 */ 348 node[fire_hydrant:pressure="#"] { 349 throwError: tr("unusual value of {0}", "{0.key}"); 350 }
Note:
See TracChangeset
for help on using the changeset viewer.