Modify

Opened 10 years ago

Closed 10 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 Don-vip, 10 years ago

Cc: bastiK added
Milestone: 14.05

comment:2 by bastiK, 10 years ago

Owner: changed from team to bastiK

comment:3 by bastiK, 10 years ago

Resolution: fixed
Status: newclosed

In 7074/josm:

fixed #9989 - mapcss canvas{default-points: false; default-lines: false;} broken

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain bastiK.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.