Modify ↓
Opened 11 years ago
Closed 11 years ago
#9631 closed enhancement (fixed)
Validate population key
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.02 |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
It seems that JOSM doesn't validate the population key. Anything can be entered as value and no warning is given.
JOSM should accept only integer numbers as value.
Something like this, maybe:
*[population !~ /^[0-9]+$/ ] { throwWarning: tr("{0} must be an integer value", "{0.key}"); }
Attachments (0)
Change History (2)
comment:1 by , 11 years ago
Milestone: | → 14.02 |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 6769/josm: