Modify ↓
Opened 9 years ago
Closed 9 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 Changed 9 years ago by
Milestone: | → 14.02 |
---|
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 6769/josm: