forked from organicmaps/organicmaps
[styles] Set freeride piste color to yellow-orange
And consider ungroomed downhill runs as freeride. Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
7ae8d4d394
commit
22c591c90c
5 changed files with 12 additions and 18 deletions
|
@ -14793,7 +14793,7 @@ uk:5Пристань|3Марина
|
|||
zh-Hans:游艇码头
|
||||
|
||||
piste:type-downhill|piste:type-nordic
|
||||
en:3Skiing|Ski run
|
||||
en:Skiing|3Ski run|4Piste
|
||||
ar:التزلج|مسار التزلج
|
||||
be:Лыжы|Лыжная траса
|
||||
bg:Ски|Ски писта
|
||||
|
@ -14820,7 +14820,7 @@ nl:Skiën|Skipiste
|
|||
pl:Narciarstwo|Stok narciarski
|
||||
pt:Esquiar|Pista de esqui
|
||||
ro:Schi|Pârtie de schi
|
||||
ru:Лыжи|Лыжная трасса
|
||||
ru:Лыжи|3Лыжная трасса|4Горнолыжная трасса
|
||||
sk:Lyžovanie|Lyžiarsky svah
|
||||
sv:Skidåkning|Skidspår
|
||||
sw:Skiing|Mbio za kuteleza
|
||||
|
|
|
@ -546,7 +546,7 @@ deprecated|deprecated;459;x
|
|||
deprecated|deprecated;460;x
|
||||
sport|handball;461;
|
||||
boundary|administrative|city;[boundary=administrative][border_type=city];;name;int_name;462;
|
||||
piste:type|downhill|freeride;[piste:type=downhill][piste:difficulty=freeride];;name;int_name;463;
|
||||
piste:type|downhill|freeride;[piste:type=downhill][piste:difficulty=freeride],[piste:type=downhill][piste:grooming=backcountry][!piste:difficulty];;name;int_name;463;
|
||||
deprecated|deprecated;464;x
|
||||
deprecated|deprecated;465;x
|
||||
piste:type|downhill|expert;[piste:type=downhill][piste:difficulty=expert];;name;int_name;466;
|
||||
|
|
Can't render this file because it contains an unexpected character in line 7 and column 16.
|
|
@ -1366,19 +1366,17 @@ line|z14-[piste:type=downhill][piste:difficulty=novice]
|
|||
line|z14-[piste:type=downhill][piste:difficulty=easy]
|
||||
{color: @piste_easy;}
|
||||
line|z14-[piste:type=downhill][piste:difficulty=intermediate]
|
||||
{color: @piste_intermadiate;}
|
||||
{color: @piste_intermediate;}
|
||||
line|z14-[piste:type=downhill][piste:difficulty=advanced]
|
||||
{color: @piste_advanced;}
|
||||
line|z14-[piste:type=downhill][piste:difficulty=expert],
|
||||
line|z14-[piste:type=downhill][piste:difficulty=freeride]
|
||||
{color: @piste_expert;}
|
||||
line|z14-[piste:type=downhill][piste:difficulty=freeride],
|
||||
{color: @piste_freeride;}
|
||||
|
||||
line|z14[piste:type=downhill],
|
||||
line|z14[piste:type=nordic],
|
||||
line|z14[piste:type=sled],
|
||||
/*
|
||||
line|z14[leisure=skiing]
|
||||
*/
|
||||
{width: 0.8;}
|
||||
line|z14-[piste:type=downhill][piste:difficulty=novice],
|
||||
line|z14-[piste:type=downhill][piste:difficulty=easy],
|
||||
|
@ -1397,9 +1395,6 @@ line|z15-[piste:type=downhill][piste:difficulty=freeride],
|
|||
line|z15-[piste:type=downhill],
|
||||
line|z15-[piste:type=sled],
|
||||
line|z15-[piste:type=nordic],
|
||||
/*
|
||||
line|z15-[leisure=skiing]
|
||||
*/
|
||||
{width: 1.1;}
|
||||
line|z17-[piste:type=downhill][piste:difficulty=novice],
|
||||
line|z17-[piste:type=downhill][piste:difficulty=easy],
|
||||
|
@ -1411,9 +1406,6 @@ line|z17-[piste:type=downhill][piste:difficulty=freeride],
|
|||
line|z17-[piste:type=downhill],
|
||||
line|z17-[piste:type=sled],
|
||||
line|z17-[piste:type=nordic],
|
||||
/*
|
||||
line|z17-[leisure=skiing]
|
||||
*/
|
||||
{width: 1.5;}
|
||||
|
||||
/* 11. FERRY */
|
||||
|
|
|
@ -138,9 +138,10 @@
|
|||
@piste: #C47AFF;
|
||||
@piste_novice:#5feb2e;
|
||||
@piste_easy: #0b27fb;
|
||||
@piste_intermadiate: #fc0e1b;
|
||||
@piste_expert: #220625;
|
||||
@piste_intermediate: #fc0e1b;
|
||||
@piste_advanced: #0a0a0d;
|
||||
@piste_expert: #220625;
|
||||
@piste_freeride: #EEA500;
|
||||
|
||||
/* 5.5 Transport */
|
||||
|
||||
|
|
|
@ -138,9 +138,10 @@
|
|||
@piste: #623D7F;
|
||||
@piste_novice:#5feb2e;
|
||||
@piste_easy: #0b27fb;
|
||||
@piste_intermadiate: #fc0e1b;
|
||||
@piste_expert: #333333;
|
||||
@piste_intermediate: #fc0e1b;
|
||||
@piste_advanced: #222222;
|
||||
@piste_expert: #333333;
|
||||
@piste_freeride: #EEA500;
|
||||
|
||||
/* 5.5 Transport */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue