Modify

Opened 12 years ago

Closed 10 years ago

Last modified 10 years ago

#8455 closed defect (fixed)

problems with style for pistes

Reported by: skyper Owned by: team
Priority: normal Milestone: 14.12
Component: Internal mappaint style Version:
Keywords: piste:difficulty, track Cc:

Description

  1. Right now pistes are rendered quite smooth without piste:difficulty=* but not with highway=track.
  2. With piste:difficulty=* highlighting is way to prominent and almost totally hiding highway=track.

I have set type to defect cause of 1.

r5740

Attachments (0)

Change History (3)

comment:1 by Klumbumbus, 10 years ago

Keywords: piste:difficulty track added
Resolution: fixed
Status: newclosed

highway=track is now more visible, see #10490

comment:2 by Don-vip, 10 years ago

Milestone: 14.12

comment:3 by Klumbumbus, 10 years ago

If anyone wants to completely hide the piste styles:

Create an additional mapcss Style with the following code. In the List of mappaint styles in the preferences this additional style needs to be below the internal style (which means higher priority).

        /* deactivate the paint style of piste:difficulty */
way["piste:difficulty"]::core_piste
{
        width: 0;
}
way["piste:difficulty"]:closed::core_piste
{
        width: 2;
        color: grey;
}
area["piste:difficulty"]:closed::core_piste
{
        fill-opacity: 0;
}

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
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.