Road styles source update.

This commit is contained in:
Lev Dragunov 2016-01-25 14:07:06 +03:00 committed by Sergey Yershov
parent 3a7faf7346
commit d42f27d38e
5 changed files with 39 additions and 0 deletions

View file

@ -1049,3 +1049,5 @@ amenity|place_of_worship|shinto;[amenity=place_of_worship][religion=shinto];;nam
amenity|place_of_worship|jewish;[amenity=place_of_worship][religion=jewish];;name;int_name;1049;
amenity|place_of_worship|taoist;[amenity=place_of_worship][religion=taoist];;name;int_name;1050;
man_made|water_tower;[man_made=water_tower];;name;int_name;1051;
highway|world_level;[highway=world_level];;name;int_name;1052;
highway|world_towns_level;[highway=world_towns_level];;name;int_name;1053;

Can't render this file because it has a wrong number of fields in line 371.

View file

@ -141,6 +141,8 @@ area|z14[aeroway=terminal]
line|z13[highway=cycleway],
line|z16[highway=steps]{z-index: 1000;}
line|z7-[highway=world_level],
line|z7-[highway=world_towns_level],
line|z7-[highway=trunk],
line|z7-[highway=motorway] {z-index: 900;}

View file

@ -73,6 +73,37 @@ line|z7-[highway=residential_link],
*/
line|z7-[highway=world_level]
{
color: @trunk_orange_world;
width: 1.2;
opacity: 0;
z-index: 900;
}
line|z1-[highway=world_level]
{
color: @trunk_orange_world;
width: 1.2;
opacity: 1;
z-index: 900;
}
line|z7-[highway=world_towns_level]
{
color: @trunk_yellow_world;
width: 0.9;
opacity: 0;
z-index: 900;
}
line|z1-[highway=world_towns_level]
{
color: @trunk_yellow_world;
width: 0.9;
opacity: 1;
z-index: 900;
}
/* ZOOM 7 */

View file

@ -27,6 +27,8 @@
@trunk_orange_hard: #FF5E1F;
@trunk_orange_medium: #FF7326; /*FF6626*/
@trunk_orange_light: #FF7A26;/*F57A45*/
@trunk_orange_world: #FF5E1F;
@trunk_yellow_world: #FF8800;
@trunk_orange_case: #DDDDCC;
@primary_orange: #FF8726;
@primary_orange_medium: #FF9440;

View file

@ -28,6 +28,8 @@
@trunk_orange_hard: #331C12;
@trunk_orange_medium: #381F14;
@trunk_orange_light: #381F11;
@trunk_orange_world: #F7632C;
@trunk_yellow_world: #372400;
@trunk_orange_case: black;
@primary_orange: #422518;
@primary_orange_medium: #422518;