Modify

Opened 10 years ago

Closed 8 years ago

Last modified 8 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 Changed 8 years ago by Klumbumbus

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

highway=track is now more visible, see #10490

comment:2 Changed 8 years ago by Don-vip

Milestone: 14.12

comment:3 Changed 8 years ago by Klumbumbus

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.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.