Modify ↓
#11769 closed enhancement (fixed)
[Patch] Documentation for KeyCondition
Reported by: | michael2402 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.08 |
Component: | Core mappaint | Version: | |
Keywords: | javadoc | Cc: |
Description
I documented the MapCSS conditions a bit and changed the if/else to a switch/case for.KeyMatchType.
Attachments (2)
Change History (9)
by , 9 years ago
Attachment: | documentation-key-condition.patch added |
---|
comment:1 by , 9 years ago
Component: | Core → Core mappaint |
---|
comment:2 by , 9 years ago
Keywords: | javadoc added |
---|---|
Milestone: | → 15.08 |
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 9 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
it seems to cause test failures, can you please have a look at jenkins/job/JOSM/49/testReport/?
by , 9 years ago
Attachment: | 0001-Changed-test-case-to-test-for-EQ-match-type-instead-.patch added |
---|
comment:5 by , 9 years ago
matchType = null was handled the same way as matchType = EQ. The test explicitly tested for null, this is why it failed.
Note:
See TracTickets
for help on using tickets.
In 8654/josm: