forked from organicmaps/organicmaps
[styles] Minor validation fixes
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
parent
832cbda0ab
commit
ec88c78d9a
2 changed files with 4 additions and 4 deletions
|
@ -448,8 +448,8 @@ line|z8-10[highway=primary],
|
|||
line|z11-14[highway=primary],
|
||||
line|z11-14[highway=primary_link]
|
||||
{color: @primary_orange_medium;opacity: 1;}
|
||||
line|z15-22[highway=primary],
|
||||
line|z15-22[highway=primary_link]
|
||||
line|z15-[highway=primary],
|
||||
line|z15-[highway=primary_link]
|
||||
{color: @primary_orange_light;opacity: 1;}
|
||||
line|z14-[highway=primary][tunnel?],
|
||||
line|z14-[highway=primary_link][tunnel?]
|
||||
|
|
|
@ -775,10 +775,10 @@ node|z15[railway=station][transport=subway][city=spb]
|
|||
{icon-image: subway-spb-m.svg;text-offset: 1;font-size: 11;text-halo-opacity: 0.8;}
|
||||
node|z15[railway=station][transport=subway][city=spb]::int_name
|
||||
{text-offset: 1;font-size: 10;text-halo-opacity: 0.8;}
|
||||
node|z16[railway=station][transport=subway][city=spb] check
|
||||
node|z16[railway=station][transport=subway][city=spb] /* check */
|
||||
{icon-image: subway-spb-m.svg;text-offset: 1;font-size: 10;text-color: @district_label;text-halo-radius: 0;}
|
||||
node|z16[railway=station][transport=subway][city=spb]::int_name
|
||||
{text-offset: 1;font-size: 9;text-color: @district_label;text-halo-radius: 0;} check
|
||||
{text-offset: 1;font-size: 9;text-color: @district_label;text-halo-radius: 0;} /* check */
|
||||
|
||||
/* Do not draw station metro icon, because entrances will be visible now */
|
||||
node|z17-[railway=station][transport=subway][city=spb]
|
||||
|
|
Loading…
Add table
Reference in a new issue