Modify ↓
#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
- Right now pistes are rendered quite smooth without
piste:difficulty=*
but not withhighway=track
. - With
piste:difficulty=*
highlighting is way to prominent and almost totally hidinghighway=track
.
I have set type to defect cause of 1.
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
Keywords: | piste:difficulty track added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 by , 10 years ago
Milestone: | → 14.12 |
---|
comment:3 by , 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; }
Note:
See TracTickets
for help on using tickets.
highway=track is now more visible, see #10490