Changeset 6769 in josm
- Timestamp:
- 2014-01-29T20:35:51+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/validator/numeric.mapcss
r6548 r6769 135 135 assertNoMatch: "way incline=10°"; 136 136 } 137 138 /* see ticket #9631 */ 139 *[population !~ /^[0-9]+$/ ] { 140 throwWarning: tr("{0} must be a numeric value", "{0.key}"); 141 }
Note:
See TracChangeset
for help on using the changeset viewer.