Modify ↓
Opened 11 years ago
Closed 11 years ago
#9989 closed defect (fixed)
mapcss canvas{default-points: false; default-lines: false;} broken
Reported by: | Klumbumbus | Owned by: | bastiK |
---|---|---|---|
Priority: | normal | Milestone: | 14.05 |
Component: | Core mappaint | Version: | |
Keywords: | Cc: | bastiK |
Description
Disable default points and lines doesn't work anymore since JOSM [7054] with the following mapcss code.
canvas { default-points: false; default-lines: false; }
It works until [7050]. (I can't check the versions between 7050 and 7054).
Changing background color works though, with the following code.
canvas { background-color: green; }
Attachments (0)
Change History (3)
comment:1 by , 11 years ago
Cc: | added |
---|---|
Milestone: | → 14.05 |
comment:2 by , 11 years ago
Owner: | changed from | to
---|
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 7074/josm: