Modify ↓
#19340 closed defect (fixed)
[patch] Validator complains about maxweightrating:X:conditional
Reported by: | Owned by: | GerdP | |
---|---|---|---|
Priority: | normal | Milestone: | 22.09 |
Component: | Core validator | Version: | |
Keywords: | Cc: |
Description
way 26788123 has set
maxweightrating:hgv:conditional="no @ agricultural;no @ forestry;no @ bus"
maxweightrating:hgv=7.5
Validator of JOSM 16239 complains:
"Wrong syntax in maxweightrating:hgv:conditional key (1)"
TestError [tester=org.openstreetmap.josm.data.validation.tests.ConditionalKeys@2bbbf1c6, code=3201, message=Wrong syntax in maxweightrating:hgv:conditional key]
But it does not say how to improve it.
Attachments (0)
Change History (3)
comment:1 by , 2 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Summary: | Validator complains about maxweightrating:X:conditional → [patch] Validator complains about maxweightrating:X:conditional |
comment:3 by , 2 years ago
Milestone: | → 22.09 |
---|
Note:
See TracTickets
for help on using tickets.
If nobody complains I'll commit this patch next monday:
src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java
));