Modify ↓
Opened 9 years ago
Closed 9 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 Changed 9 years ago by
Cc: | bastiK added |
---|---|
Milestone: | → 14.05 |
comment:2 Changed 9 years ago by
Owner: | changed from team to bastiK |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 7074/josm: