Changeset 6769 in josm for trunk/data/validator


Ignore:
Timestamp:
2014-01-29T20:35:51+01:00 (10 years ago)
Author:
simon04
Message:

fix #9631 - Validate population key - patch by naoliv

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/numeric.mapcss

    r6548 r6769  
    135135  assertNoMatch: "way incline=10°";
    136136}
     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.