Added vehicle styles

This commit is contained in:
r.kuznetsov 2017-02-15 17:10:50 +03:00
parent 3b310a71fc
commit 2f75839376
11 changed files with 6490 additions and 0 deletions

View file

@ -0,0 +1,629 @@
/* ~~~~ CONTENT OF BASEMAP ~~~~~
1.Z-INDEX of BASEMAP
2.LAND
3.BOUNDARY
3.1 Countries
3.2 Region
4.VEGETATION
5.BEACH & GLACIER
6.WATER
6.1 Area water(lake,pond etc.)
6.2 Line water(river,canal etc.)
7.LANDUSE
7.1 Industrial
7.2 Hostital
7.3 University & Sport
7.4 Cemetry
7.5 Pedestrian areas
7.6 Airports
8.BUILDINGS
8.1 Pier
8.2 Building
8.3 Barrier
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* 1.Z-INDEX BASE MAP */
area[natural=coastline]
{z-index: -10;}
area[natural=land],
area[place=islet]
{z-index: 0;}
area[natural=glacier],
area[natural=beach],
area[leisure=beach_resort],
area[amenity=university],
area[aeroway=airport][aerodrome=international],
area[aeroway=aerodrome][aerodrome=international],
area[aeroway=airport],
area[aeroway=aerodrome]
{z-index: 1;}
area[amenity=hospital],
area[amenity=doctors]
{z-index: 2;}
area[landuse=industrial],
area[landuse=construction],
area[landuse=landfill],
area[landuse=railway],
area[landuse=quarry]
{z-index: 3;}
area[leisure=pitch],
area[leisure=stadium],
area[leisure=playground],
area[sport=multi],
area[sport=soccer],
{z-index: 5;}
/*area[amenity=parking]
{z-index: 6;}*/
area[natural=wood],
area[landuse=forest],
area[leisure=nature_reserve]
{z-index: 30;}
area[leisure=park],
area[leisure=garden]
{z-index: 40;}
area[landuse=farmland],
area[landuse=allotments],
area[natural=scrub],
area[landuse=orchard],
area[landuse=vineyard],
area[landuse=meadow],
area[landuse=recreation_ground],
area[landuse=village_green],
area[landuse=field],
{z-index: 42;}
area[landuse=cemetery],
area[amenity=grave_yard]
{z-index: 43;}
area[highway=pedestrian][area?],
area[area:highway=pedestrian],
area[highway=footway][area?][!sac_scale],
area[area:highway=footway],
area[area:highway=living_street],
area[public_transport=platform],
area[railway=platform]
{z-index: 44;}
area[landuse=grass],
area[natural=grassland],
area[leisure=golf_course],
area[natural=heath]
{z-index: 45;}
area[natural=wetland],
line[waterway=stream][intermittent=yes]
{z-index: 49;}
line[waterway=river],
line[waterway=riverbank],
line[waterway=stream],
line[waterway=canal],
line[waterway=lock],
line[waterway=ditch],
line[waterway=drain],
{z-index: 50;}
area[natural=lake],
area[natural=pond],
area[natural=water],
area[natural=bay],
area[natural=salt_pond],
area[waterway=dock],
area[waterway=riverbank],
area[landuse=salt_pond],
area[landuse=basin],
area[landuse=reservoir],
area[leisure=swimming_pool],
area[amenity=fountain],
{z-index: 100;}
area[waterway=dam],
line[waterway=dam],
line[waterway=weir],
node[waterway=lock_gate],
{z-index: 110;}
area[man_made=pier],
area[man_made=breakwater],
line[man_made=pier],
line[man_made=breakwater],
line[man_made=cutline]
{z-index: 120;}
line[boundary=administrative]
{z-index: 130;}
area[building],
area[building:part],
area[landuse=garages],
area[building=train_station],
{z-index: 150;}
area[aeroway=terminal]
{z-index: 160;}
area[amenity=place_of_worship]
{z-index: 210;}
line[barrier=wall],
line[barrier=city_wall],
line[barrier=retaining_wall],
line[barrier=fence],
line[barrier=hedge],
line[historic=citywalls],
area[amenity=parking],
{z-index: 950;}
/* 2.LAND */
area|z0-[natural=coastline],
area|z0-[natural=land],
area|z10-[place=islet]
{fill-position: background; fill-opacity: 1;}
area|z0-[natural=coastline]
{fill-color: @water;}
area|z0-[natural=land]
area|z10-[place=islet],
{fill-color: @background;}
/* 3.BOUNDARIES */
line|z2-[boundary=administrative]
{color: @border_country;opacity: 1;}
line|z4[boundary=administrative][admin_level=3],
line|z5-[boundary=administrative][admin_level=4]
{color: @border_region;opacity: 1;}
/* 3.1 Country */
line|z2[boundary=administrative][admin_level=2]
{width: 0.5;opacity: 0.7;}
line|z3[boundary=administrative][admin_level=2]
{width: 0.5;opacity: 0.8;}
line|z4[boundary=administrative][admin_level=2]
{width: 0.6;}
line|z5[boundary=administrative][admin_level=2]
{width: 0.8;}
line|z6[boundary=administrative][admin_level=2]
{width: 0.85;}
line|z7[boundary=administrative][admin_level=2]
{width: 1;}
line|z8[boundary=administrative][admin_level=2]
{width: 1.1;}
line|z9-[boundary=administrative][admin_level=2]
{width: 1.4;}
/* 3.2 Region */
line|z4[boundary=administrative][admin_level=3]
{width: 0.8;dashes: 0.9,0.36;}
line|z5[boundary=administrative][admin_level=4]
{width: 0.7;opacity: 0.8;dashes: 1.35,0.9;}
line|z6[boundary=administrative][admin_level=4]
{width: 0.8;dashes: 0.9,0.45;}
line|z7[boundary=administrative][admin_level=4]
{width: 0.9;dashes: 1.8,0.9;}
line|z8[boundary=administrative][admin_level=4]
{width: 0.9;dashes: 1.44,1.44;}
line|z9[boundary=administrative][admin_level=4]
{width: 1;dashes: 1.8,0.9;}
line|z10-[boundary=administrative][admin_level=4]
{width: 1.2;dashes: 1.8,0.9;}
/* 4.VEGETATION */
area|z10-[natural=wood],
area|z10-[landuse=forest],
area|z10-[leisure=park],
area|z10-[leisure=garden],
area|z14-[landuse=grass],
area|z14-[natural=grassland],
area|z14-[leisure=golf_course],
area|z14-[natural=heath],
area|z14-[landuse=farmland],
area|z14-[landuse=allotments],
area|z14-[natural=scrub],
area|z14-[landuse=orchard],
area|z14-[landuse=vineyard],
area|z14-[landuse=meadow],
area|z14-[landuse=recreation_ground],
area|z14-[landuse=village_green],
area|z14-[landuse=field],
{fill-position: background; fill-opacity: 1;}
area|z10-[leisure=nature_reserve]
{fill-position: background; fill-opacity: 1;}
area|z10[natural=wood],
area|z10[landuse=forest],
area|z10[leisure=nature_reserve],
{fill-color: @green1;fill-opacity: 1;}
area|z14-[landuse=grass],
area|z14-[natural=grassland],
area|z14-[leisure=golf_course],
area|z14-[natural=heath],
area|z14-[landuse=farmland],
area|z14-[landuse=allotments],
area|z14-[natural=scrub],
area|z14-[landuse=orchard],
area|z14-[landuse=vineyard],
area|z14-[landuse=meadow],
area|z14-[landuse=recreation_ground],
area|z14-[landuse=village_green],
area|z14-[landuse=field],
{fill-color: @green1;fill-opacity: 1;}
area|z11-12[natural=wood],
area|z11-12[landuse=forest],
area|z11-12[leisure=nature_reserve],
area|z10-12[leisure=park],
area|z12[leisure=garden],
{fill-color: @green2;fill-opacity: 1;}
area|z13[natural=wood],
area|z13[landuse=forest],
area|z13[leisure=nature_reserve],
area|z13[leisure=park],
area|z13[leisure=garden]
{fill-color: @green3;fill-opacity: 1;}
area|z14[natural=wood],
area|z14[landuse=forest],
area|z14[leisure=nature_reserve],
area|z14[leisure=park],
area|z14[leisure=garden]
{fill-color: @green4;fill-opacity: 1;}
area|z15[natural=wood],
area|z15[landuse=forest],
area|z15[leisure=nature_reserve],
area|z15[leisure=park],
area|z15[leisure=garden]
{fill-color: @green5;fill-opacity: 1;}
area|z16-[natural=wood],
area|z16-[landuse=forest],
area|z16-[leisure=nature_reserve],
area|z16-[leisure=park],
area|z16-[leisure=garden]
{fill-color: @forest;fill-opacity: 1;}
/* 5.BEACH & GLACIER */
area|z0-[natural=glacier],
area|z10-[natural=beach],
area|z10-[leisure=beach_resort],
{fill-position: background; fill-opacity: 1;}
area|z0-[natural=glacier]
{fill-color: @glacier;}
area|z10-[natural=beach],
area|z10-[leisure=beach_resort],
{fill-color: @beach;fill-opacity: 0.35;}
/* 6.WATER */
area|z0-[natural=lake],
area|z0-[natural=pond],
area|z0-[natural=water],
area|z0-[natural=salt_pond],
area|z0-[landuse=salt_pond],
area|z0-[waterway=dock],
area|z0-[waterway=riverbank],
area|z10-[natural=bay],
area|z11-[natural=wetland],
area|z12-[landuse=basin],
area|z12-[landuse=reservoir],
area|z13-[leisure=swimming_pool],
area|z16-[amenity=fountain],
{fill-position: background; fill-opacity: 1;}
line|z10-[waterway=river],
line|z10-[waterway=riverbank],
line|z13-[waterway=stream],
line|z13-[waterway=stream][intermittent=yes],
line|z13-[waterway=canal],
line|z16-[waterway=lock],
{opacity: 1;color: @river;-x-me-line-priority: -15600;}
/* 6.1 Area water(lake,pond etc.) */
area|z0-[natural=lake],
area|z0-[natural=pond],
area|z0-[natural=water],
area|z0-[natural=salt_pond],
area|z0-[landuse=salt_pond],
area|z0-[waterway=dock],
area|z0-[waterway=riverbank],
area|z10-[natural=bay],
area|z12-[landuse=basin],
area|z12-[landuse=reservoir],
area|z13-[leisure=swimming_pool],
area|z16-[amenity=fountain],
{fill-color: @water;}
area|z11-[natural=wetland],
{fill-color: @wetland;fill-opacity: 1;}
/* 6.2 Line water(river,canal etc.) */
/* Do not draw tunnel waterways */
line[waterway][tunnel]
{width: 0;}
line|z10[waterway=river],
line|z10[waterway=riverbank],
{width: 1;}
line|z11-12[waterway=river],
line|z11-12[waterway=riverbank],
{width: 1.2;}
line|z13[waterway=river],
line|z13[waterway=riverbank],
{width: 1.6;}
line|z13[waterway=stream],
line|z13[waterway=canal],
{width: 0.7;}
line|z13[waterway=stream][intermittent=yes]
{width: 0.7;dashes: 2.7,2.7;}
line|z14[waterway=river],
line|z14[waterway=riverbank],
{width: 1.8;}
line|z14[waterway=stream],
line|z14[waterway=canal],
{width: 1;}
line|z14[waterway=stream][intermittent=yes]
{width: 1;dashes: 2.7,2.7;}
line|z15-[waterway=river],
line|z15-[waterway=riverbank],
{width: 2.2;}
line|z15-[waterway=stream],
line|z15-[waterway=canal],
{width: 1.6;}
line|z15-[waterway=stream][intermittent=yes]
{width: 1.4;dashes: 4.95,4.95;}
area|z15-[waterway=dam],
line|z15-[waterway=dam],
line|z15-[waterway=weir],
{width: 1;opacity: 1;color: @bridge_casing;}
line|z16-[waterway=lock],
{width: 1.5;}
node|z16-[waterway=lock_gate],
{icon-image: dot-m.svg;}
line|z17-[waterway=ditch],
line|z17-[waterway=drain],
{width: 1.8;opacity: 1;color: @river;dashes: 0.9,0.9;}
/* 7.LANDUSE */
area|z10-[aeroway=airport][aerodrome=international],
area|z10-[aeroway=aerodrome][aerodrome=international],
area|z10-[aeroway=airport],
area|z10-[aeroway=aerodrome],
area|z14-[amenity=hospital],
area|z14-[amenity=doctors],
area|z14-[highway=pedestrian][area?],
area|z14-[area:highway=pedestrian],
area|z14-[highway=footway][area?][!sac_scale],
area|z14-[area:highway=footway],
area|z14-[area:highway=living_street],
area|z14-[amenity=grave_yard],
area|z14-[landuse=cemetery],
area|z14-[amenity=university],
area|z15-[landuse=industrial],
area|z15-[landuse=construction],
area|z15-[landuse=landfill],
area|z15-[landuse=railway],
area|z15-[landuse=quarry],
area|z15-[leisure=stadium],
area|z15-[amenity=parking]
area|z16-[public_transport=platform],
area|z16-[amenity=place_of_worship],
area|z16-[railway=platform],
{fill-position: background; fill-opacity: 1;}
/* 7.1 Industrial */
area|z15-[landuse=industrial],
area|z15-[landuse=construction],
area|z15-[landuse=landfill],
area|z15-[landuse=railway],
area|z15-[landuse=quarry]
{fill-color: @industrial;fill-opacity: 1;}
/* 7.2 Hostital */
/*area|z14-[amenity=hospital],
area|z14-[amenity=doctors]
{fill-color: @hospital;fill-opacity: 0.25;}*/
/* 7.3 University & Sport */
/*area|z14-[amenity=university]
{fill-color: @unversity;fill-opacity: 0.25;}*/
area|z15-[leisure=stadium],
{fill-color: @sport;fill-opacity: 1;}
/* 7.4 Cemetry */
area|z14[landuse=cemetery],
area|z14[amenity=grave_yard]
{fill-color: @green2;fill-opacity: 1;}
area|z15-[amenity=grave_yard],
area|z15-[landuse=cemetery]
{fill-color: @green2;fill-opacity: 1;}
area|z16-[amenity=grave_yard],
area|z16-[landuse=cemetery]
{fill-color: @green3;fill-opacity: 1;}
/* 7.5 Pedestrian areas */
/*area|z14-[highway=pedestrian][area?],
area|z14-[area:highway=pedestrian],
area|z14-[highway=footway][area?][!sac_scale],
area|z14-[area:highway=footway],
area|z14-[area:highway=living_street],
area|z16-[public_transport=platform],
area|z16-[railway=platform],
area|z16-[amenity=place_of_worship]
{fill-color: @pedestrian_area;fill-opacity: 1;}
area|z16-[highway=pedestrian][area?],
area|z16-[area:highway=pedestrian],
area|z16-[highway=footway][area?][!sac_scale],
area|z16-[area:highway=footway],
area|z16-[area:highway=living_street],
{fill-color: @pedestrian_area_light;fill-opacity: 1;}*/
/* 7.6 Airports */
area|z10[aeroway=airport][aerodrome=international],
area|z10[aeroway=aerodrome][aerodrome=international],
area|z10[aeroway=aerodrome],
area|z10[aeroway=airport]
{fill-color: @aerodrome0;fill-opacity: 0.75;}
area|z11[aeroway=airport][aerodrome=international],
area|z11[aeroway=aerodrome][aerodrome=international],
area|z11[aeroway=aerodrome],
area|z11[aeroway=airport],
{fill-color: @aerodrome1;fill-opacity: 0.55;}
area|z12-[aeroway=airport][aerodrome=international],
area|z12-[aeroway=aerodrome][aerodrome=international],
area|z12-[aeroway=airport],
area|z12-[aeroway=aerodrome]
{fill-color: @aerodrome2;fill-opacity: 0.55;}
area|z13[aeroway=airport][aerodrome=international],
area|z13[aeroway=aerodrome][aerodrome=international],
area|z13[aeroway=airport],
area|z13[aeroway=aerodrome]
{fill-color: @aerodrome3;fill-opacity: 0.75;}
area|z14[aeroway=airport][aerodrome=international],
area|z14[aeroway=aerodrome][aerodrome=international],
area|z14[aeroway=airport],
area|z14[aeroway=aerodrome]
{fill-color: @aerodrome4;fill-opacity: 0.85;}
area|z15-19[aeroway=airport][aerodrome=international],
area|z15-19[aeroway=aerodrome][aerodrome=international],
area|z15-19[aeroway=airport],
area|z15-19[aeroway=aerodrome]
{fill-color: @aerodrome5; fill-opacity: 1;}
/* Parking */
area|z15-[amenity=parking]
{fill-color: @parking;fill-opacity: 1;}
/* 8.BUILDINGS */
area|z12-[man_made=pier],
area|z12-[man_made=breakwater],
line|z14-[man_made=pier],
line|z14-[man_made=breakwater],
line|z14-[man_made=cutline]
{fill-position: background; fill-opacity: 1;}
/* 8.1 Pier */
area|z12-[man_made=pier],
area|z12-[man_made=breakwater],
{fill-color: @background;casing-color: @background;}
line|z14-[man_made=pier],
line|z14-[man_made=breakwater],
line|z14-[man_made=cutline]
{casing-width: 2;casing-color: @background;fill-color: @background;}
/* 8.2 Building */
/*area|z14[building],
area|z14[landuse=garages],
area|z14[building=train_station],
{fill-color: @building;fill-opacity: 0.55;casing-width: 1;casing-color: @building_border;}*/
area|z15[building],
area|z15[landuse=garages],
area|z15[building=train_station],
{fill-color: @building;fill-opacity: 0.65;casing-width: 1;casing-color: @building_border;}
area|z14-15[aeroway=terminal],
area|z16[building],
area|z16[building:part],
area|z16[landuse=garages],
area|z16[building=train_station],
{fill-color: @building;fill-opacity: 0.55;casing-width: 1;casing-color: @building_border;}
area|z16[aeroway=terminal],
area|z17[building],
area|z17[building:part],
area|z17[landuse=garages],
area|z17[building=train_station],
{fill-color: @building;opacity: 0.55;casing-width: 1;casing-color: @building_border;}
area|z17-[aeroway=terminal]
area|z18-[building],
area|z18-[building:part],
area|z18-[landuse=garages],
area|z18-[building=train_station],
{fill-color: @building;opacity: 0.55;casing-width: 1;casing-color: @building_border;}
/* 8.3 Barrier */
/*line|z16-[barrier=retaining_wall],
{fill-color: @fence;opacity: 1;}*/
/*line|z16-[barrier=wall],
line|z16-[barrier=city_wall],
line|z16-[barrier=fence],
line|z16-[barrier=hedge],
line|z16-[historic=citywalls],
{fill-color: @fence;opacity: 0.35;}*/
/*line|z16[barrier=retaining_wall],
{width: 0.7;dashes: 0.12,0.12;opacity: 0.5;}*/
line|z16[barrier=wall],
line|z16[barrier=city_wall],
line|z16[barrier=fence],
line|z16[barrier=hedge],
/*line|z16[historic=citywalls],*/
{width: 0.7;dashes: 0.12,0.12;opacity: 0.5;}
line|z17-[barrier=wall],
line|z17-[barrier=city_wall],
line|z17-[barrier=fence],
line|z17-[barrier=hedge],
/*line|z17-[historic=citywalls],*/
{width: 1.0;dashes: 0.25,0.25;opacity:0.7;}
line|z18-[barrier=wall],
line|z18-[barrier=city_wall],
line|z18-[barrier=fence],
line|z18-[barrier=hedge],
/*line|z18-[historic=citywalls],*/
{width: 1.4;dashes: 0.3,0.3;}

View file

@ -0,0 +1,729 @@
/* ~~~~ CONTENT OF BASEMAP lable ~~~~~
1.Z-INDEX of BASEMAP LABEL
2.CONTINENTS
3.COUNTRIES & STATES
4.PLACES
4.1 City
4.2 Town
4.3 Village
4.4 Districts & Small localities
5.VEGETATION, BEACH & GLACIER
5.1 Vegetation
5.2 Beach & Glacier
6.WATER
6.1 Area water(lake,pond etc.)
6.2 Line water(river,canal etc.)
7.LANDUSE
7.1 Industrial
7.2 Hostital
7.3 University & Sport
7.4 Cemetry
7.5 Pedestrian areas
7.6 Military
7.7 Commercial
8.BUILDINGS
8.1 Pier
8.2 Building
8.3 Airports
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* 1. Z-INDEX BASE MAP LABEL */
node[entrance]
{z-index: 10;}
area[building],
node[building],
area[addr:housenumber][addr:street],
node[addr:housenumber][addr:street],
{z-index: 300;}
area[landuse=cemetery],
node[landuse=cemetery],
area[amenity=grave_yard],
node[amenity=grave_yard],
{z-index: 800;}
node[place=continent]
{z-index: 999;}
node[place=country],
area[man_made=pier],
area[man_made=breakwater],
line[man_made=pier],
line[man_made=breakwater],
node[man_made=pier],
node[man_made=breakwater],
area[waterway=dam],
line[waterway=dam],
line[waterway=weir],
node[waterway=weir],
area[landuse=military],
node[landuse=military]
{z-index: 1000;}
node[place=state]
{z-index: 1001;}
node[place=hamlet]
{z-index: 1002;}
node[place=village]
{z-index: 1050;}
node[place=town]
{z-index: 1100;}
node[place=city]
{z-index: 1200;}
node[place=city][capital=3],
node[place=city][capital=4]
{z-index: 1300;}
node[place=city][capital!=2][population>=40000],
node[place=city][capital!=2][population>=40000]::int_name
{z-index: 1400;}
node[place=city][capital=2]
{z-index: 1450;}
node[place=ocean],
node[place=sea]
{z-index: 3000;}
area[natural=lake],
area[landuse=reservoir],
area[natural=water],
line[waterway=river],
line[waterway=riverbank],
line[waterway=stream],
line[waterway=canal],
line[waterway],
{z-index: 10000;}
/* 2.CONTINENTS */
*[place]
{text-position: center;fill-position: background;}
node|z1-2[place=continent]
node|z12-[place=archipelago],
node|z12-14[place=island],
area|z12-[place=archipelago],
area|z12-14[place=island]
node|z14-[natural=cape],
area|z14-[natural=cape]
{text: name;}
node|z1-2[place=continent]
{font-size: 12;text-color: @country_label;max-width: 5;-x-me-text-priority:16000;}
node|z12-[place=archipelago],
node|z12-14[place=island],
area|z12-[place=archipelago],
area|z12-14[place=island]
{font-size: 9;text-color: @district_label;}
node|z14-[natural=cape],
area|z14-[natural=cape]
{font-size: 8;text-color: @poi_label;}
/* 3.COUNTRIES & STATES */
node|z3-[place=country]
{text: name;text-color: @country_label;-x-me-text-priority:16000;}
node|z3-[place=country]::int_name
{text: int_name;text-color: @country_label;-x-me-text-priority:16000;}
node|z5[place=state][addr:country=US],
node|z6-10[place=state]
{text: name;text-color: @state_label;}
node|z7-10[place=state]::int_name
{text: int_name;text-color: @state_label;}
node|z3[place=country]
{font-size: 10;}
node|z3[place=country]::int_name
{font-size: 8;}
node|z4[place=country]
{font-size: 12;}
node|z4[place=country]::int_name
{font-size: 10;}
node|z5[place=country]
{font-size: 13;}
node|z5[place=country]::int_name
{font-size: 11;}
node|z6[place=country]
{font-size: 15;}
node|z6[place=country]::int_name
{font-size: 13;}
node|z7[place=country]
{font-size: 17;}
node|z7[place=country]::int_name
{font-size: 15;}
node|z8[place=country]
{font-size: 19;}
node|z8[place=country]::int_name
{font-size: 17;}
node|z9-[place=country]
{font-size: 21;}
node|z9-[place=country]::int_name
{font-size: 19;}
node|z5[place=state][addr:country=US]
{font-size: 11;}
node|z6-7[place=state]
{font-size: 11;}
node|z7[place=state]::int_name
{font-size: 10;}
node|z8-10[place=state]
{font-size: 12;}
node|z8-10[place=state]::int_name
{font-size: 11;}
/* 4.PLACES */
/* 4.1 Cities */
node|z4[place=city][capital!=2][population>=1000000],
node|z5[place=city][capital!=2][population>=150000],
node|z6[place=city][capital!=2][population>=50000],
node|z7-8[place=city][capital!=2][population>=40000]
node|z4-[place=city][capital=2],
node|z9-[place=city]
{text: name;text-color: @label_dark;text-halo-radius: 1;text-halo-opacity: 1;text-halo-color: @label_halo_light;}
node|z4[place=city][capital!=2][population>=1000000]::int_name,
node|z5[place=city][capital!=2][population>=150000]::int_name,
node|z6[place=city][capital!=2][population>=50000]::int_name,
node|z7-8[place=city][capital!=2][population>=40000]::int_name,
node|z4-[place=city][capital=2]::int_name,
node|z9-[place=city]::int_name
{text: int_name;text-color: @label_dark;text-halo-radius: 1;text-halo-opacity: 1;text-halo-color: @label_halo_light;}
node|z4[place=city][capital!=2][population>=1000000],
{font-size: 9;text-halo-opacity: 0.7;}
node|z4[place=city][capital!=2][population>=1000000]::int_name
{font-size: 8;text-halo-opacity: 0.7;}
node|z4[place=city][capital=2],
{icon-image: star-s.svg;text-offset: 3;font-size: 10;}
node|z4[place=city][capital=2]::int_name
{text-offset: 9;font-size: 9;}
node|z5[place=city][capital!=2][population>=150000],
{font-size: 10;text-halo-opacity: 0.6;}
node|z5[place=city][capital!=2][population>=150000]::int_name
{font-size: 9;text-halo-opacity: 0.6;}
node|z5[place=city][capital=2]
{icon-image: star-m.svg;text-offset: 3;font-size: 10.4;}
node|z5[place=city][capital=2]::int_name
{text-offset: 9;font-size: 9.4;}
node|z6[place=city][capital!=2][population>=40000]
{font-size: 10.4;text-halo-opacity: 0.6;}
node|z6[place=city][capital!=2][population>=40000]::int_name
{font-size: 9.4;text-halo-opacity: 0.6;}
node|z6[place=city][capital=2]
{icon-image: star-l.svg;text-offset: 4;font-size: 11.6;}
node|z6[place=city][capital=2]::int_name
{text-offset: 10;font-size: 10.6;}
node|z7[place=city][capital!=2][population>=20000]
{font-size: 10;text-halo-opacity: 0.8;}
node|z7[place=city][capital!=2][population>=20000]::int_name
{font-size: 9;text-halo-opacity: 0.8;}
node|z7[place=city][capital=2]
{icon-image: star-l.svg;text-offset: 5;font-size: 11;}
node|z7[place=city][capital=2]::int_name
{text-offset: 11;font-size: 10;}
node|z8[place=city][capital!=2][population>=40000]
{font-size: 10.5;}
node|z8[place=city][capital!=2][population>=40000]::int_name
{font-size: 9.5;}
node|z8[place=city][capital=2]
{icon-image: star-l.svg;text-offset: 5;font-size: 11.5;}
node|z8[place=city][capital=2]::int_name
{text-offset: 11;font-size: 10.5;}
node|z9[place=city][capital=2]
{icon-image: star-l.svg;text-offset: 5;font-size: 13; text-halo-radius: 0.5;}
node|z9[place=city][capital=2]::int_name
{text-offset: 11;font-size: 12;text-halo-radius: 0.5;}
node|z9[place=city],
{font-size: 11;text-halo-radius: 0.5;}
node|z9[place=city]::int_name
{font-size: 10;text-halo-radius: 0.5;}
node|z10[place=city][capital=2]
{icon-image: star-l.svg;text-offset: 3;font-size: 13;}
node|z10[place=city][capital=2]::int_name
{text-offset: 9;font-size: 12;}
node|z10[place=city],
{font-size: 11;text-halo-radius: 0.9;}
node|z10[place=city]::int_name
{font-size: 10;text-halo-radius: 0.9;}
node|z11[place=city][capital=2]
{icon-image: star-l.svg;text-offset: 4;font-size: 12;}
node|z11[place=city][capital=2]::int_name
{text-offset: 10;font-size: 11;}
node|z11[place=city],
{font-size: 12;}
node|z11[place=city]::int_name
{font-size: 11;}
node|z12[place=city][capital=2]
{icon-image: star-l.svg;text-offset: 4;font-size: 13;}
node|z12[place=city][capital=2]::int_name
{text-offset: 10;font-size: 11;}
node|z12[place=city],
{font-size: 13;text-color: @label_medium;}
node|z12[place=city]::int_name
{font-size: 11;text-color: @label_medium;}
node|z13-[place=city][capital=2]
{icon-image: star-l.svg;text-offset: 4;font-size: 14;text-color: @label_medium;}
node|z13-[place=city][capital=2]::int_name
{text-offset: 10;font-size: 11;text-color: @label_medium;}
node|z13-[place=city],
{font-size: 14;text-color: @label_medium;}
node|z13-[place=city]::int_name
{font-size: 12;text-color: @label_medium;}
/* 4.2 Town */
node|z8[place=town][population>=30000],
node|z9[place=town][population>=20000]
{text: name;text-color: @city_label;}
node|z8[place=town][population>=30000]::int_name,
node|z9[place=town][population>=20000]::int_name
{text:int_name;text-color: @city_label;}
node|z10-[place=town],
{text: name;text-color: @label_medium;text-halo-radius: 1;text-halo-opacity: 0.8;text-halo-color: @label_halo_light;}
node|z10-[place=town]::int_name
{text:int_name;text-color: @label_medium;;text-halo-radius: 1;text-halo-opacity: 0.8;text-halo-color: @label_halo_light;}
node|z8[place=town][population>=40000]
{font-size: 10;}
node|z8[place=town][population>=40000]::int_name
{font-size: 9;}
node|z9[place=town][population>=20000]
{font-size: 10;}
node|z9[place=town][population>=20000]::int_name
{font-size: 9;}
node|z10[place=town]
{font-size: 10;text-color: @city_label;text-halo-opacity: 0.7;}
node|z10[place=town]::int_name
{font-size: 9;text-color: @city_label;text-halo-opacity: 0.7;}
node|z11[place=town]
{font-size: 11;}
node|z11[place=town]::int_name
{font-size: 10;}
node|z12[place=town]
{font-size: 12;text-halo-opacity: 1;}
node|z12[place=town]::int_name
{font-size: 10;text-halo-opacity: 1;}
node|z13-[place=town]
{font-size: 14;}
node|z13-[place=town]::int_name
{font-size: 12;}
/* 4.3 Village */
node|z11-[place=village]
{text: name;text-color: @city_label;text-halo-radius: 1;text-halo-opacity: 0.7;text-halo-color: @label_halo_light;}
node|z11-[place=village]::int_name
{text:int_name;text-color: @city_label;text-halo-radius: 1;text-halo-opacity: 0.7;text-halo-color: @label_halo_light;}
node|z13-[place=hamlet]{text: name;text-color: @label_light;text-halo-radius: 1;text-halo-opacity: 0.6;text-halo-color: @label_halo_light;}
node|z11[place=village]
{font-size: 10;}
node|z11[place=village]::int_name
{font-size: 9;}
node|z12[place=village]
{font-size: 11;}
node|z12[place=village]::int_name
{font-size: 9;}
node|z13-[place=village]
{font-size: 12;text-color: @label_medium;text-halo-opacity: 0.8;}
node|z13-[place=village]::int_name
{font-size: 10;text-color: @label_medium;text-halo-opacity: 0.8;}
node|z13-[place=hamlet]
{font-size: 11;}
/* 4.4 Districts & Small localities */
node|z8-9[place=region],
node|z10-14[place=suburb],
node|z13-[place=locality],
node|z13-16[place=neighbourhood],
node|z14-[place=farm],
node|z14-[place=isolated_dwelling],
{text: name;text-color: @district_label;}
node|z12-14[place=suburb]::int_name,
node|z13-[place=locality]::int_name,
node|z13-16[place=neighbourhood]::int_name,
node|z14-[place=farm]::int_name,
node|z14-[place=isolated_dwelling]::int_name,
{text: int_name;text-color: @district_label;}
node|z10[place=suburb]
{font-size: 8;}
node|z11[place=suburb]
{font-size: 8.5;}
node|z12[place=suburb]
{font-size: 9;}
node|z12[place=suburb]::int_name
{font-size: 8;}
node|z13-14[place=suburb]
{font-size: 10;}
node|z13-14[place=suburb]::int_name
{font-size: 9;}
node|z8-9[place=region],
node|z13-[place=locality],
node|z13-16[place=neighbourhood],
node|z14-[place=farm],
node|z14-[place=isolated_dwelling],
{font-size: 10;}
node|z13-[place=locality]::int_name,
node|z13-16[place=neighbourhood]::int_name,
node|z14-[place=isolated_dwelling]::int_name,
node|z14-[place=farm]::int_name,
{font-size: 9;}
/* 5.VEGETATION, BEACH & GLACIER */
/* 5.1 Vegetation */
area|z18-[leisure=park][name],
area|z18-[landuse=forest][name],
{text: name;text-color: @park_label;text-halo-color: @halo_park_label;text-halo-radius: 0.5;text-halo-opacity: 0.8;icon-min-distance: 10;}
area|z18-[leisure=park][name]::int_name,
area|z18-[landuse=forest][name]::int_name,
{text: int_name;text-color: @park_label;text-halo-color: @halo_park_label;text-halo-radius: 0.5;text-halo-opacity: 0.8;icon-min-distance: 10;}
area|z14-[leisure=park][name],
area|z14-[landuse=forest][name],
area|z16-[leisure=garden][name]
{text: name;text-color: @park_label;text-halo-color: @halo_park_label;text-halo-radius: 0.5;text-halo-opacity: 0.8;icon-min-distance: 10;}
area|z14-[leisure=park][name]::int_name,
area|z14-[landuse=forest][name]::int_name,
area|z16-[leisure=garden][name]::int_name
{text: int_name;text-color: @park_label;text-halo-color: @halo_park_label;text-halo-radius: 0.5;text-halo-opacity: 0.8;}
area|z14-[leisure=park][name],
area|z14-[landuse=forest][name]
{icon-image: park-s.svg;text-offset: 6;font-size: 10;}
area|z14-[leisure=park][name]::int_name,
area|z14-[landuse=forest][name]::int_name
{text-offset: 6;}
area|z14-[leisure=park][!name],
area|z14-[landuse=forest][!name]
{}/*check*/
area|z15-[leisure=park][name],
area|z15-[landuse=forest][name]
{icon-image: park-m.svg;text-offset: 8;font-size: 11;}
area|z15-17[leisure=park][name]::int_name,
area|z15-17[landuse=forest][name]::int_name,
area|z16-17[landuse=forest][name]::int_name
{text-offset: 18;font-size: 10;}
area|z15[leisure=park][!name],
area|z15[landuse=forest][!name]
{}/*check*/
area|z16[leisure=park][name],
area|z16[landuse=forest][name]
{icon-image: park-m.svg;text-offset: 10;font-size: 11;}
area|z16[leisure=garden][name]
{icon-image: garden-m.svg;text-offset: 10;font-size: 11;}
area|z16[leisure=park][!name],
area|z16[leisure=garden][!name],
area|z16[landuse=forest][!name],
area|z16[leisure=park][!name]::int_name,
area|z16[leisure=garden][!name]::int_name,
area|z16[landuse=forest][!name]::int_name
{}/*check*/
area|z18-[leisure=park][name],
area|z18-[landuse=forest][name]
{icon-image: park-l.svg;text-offset: 10;font-size: 10;}
area|z18-[leisure=park][name],
area|z18-[landuse=forest][name]
{}
/*area|z17[leisure=garden][name]
{icon-image: garden-l.svg;text-offset: 10;font-size: 12;}
area|z17[leisure=park][!name],
area|z17[landuse=forest][!name],
area|z17[leisure=garden][!name],
area|z17[leisure=park][!name]::int_name,
area|z17[leisure=garden][!name]::int_name,
area|z17[leisure=forest][!name]::int_name
{}*/
area|z18-[leisure=park],
area|z18-[landuse=forest]
{icon-image: park-l.svg;text-offset: 10;font-size: 13;}
area|z18-[leisure=garden]
{icon-image: garden-l.svg;text-offset: 10;font-size: 13;}
area|z18-[leisure=park]::int_name,
area|z18-[leisure=garden]::int_name,
area|z18-[leisure=forest]::int_name
{text-offset: 18;font-size: 11;}
/*area|z15-[landuse=farmland],
area|z15-[landuse=allotments],
area|z15-[landuse=recreation_ground],
area|z15-[landuse=orchard],
area|z15-[landuse=vineyard],
node|z17-[landuse=farmland],
node|z17-[landuse=allotments],
node|z17-[landuse=recreation_ground],
node|z17-[landuse=orchard],
node|z17-[landuse=vineyard],
{text: name;font-size: 10;text-color: @poi_label;}*/
/* 5.2 Beach & Glacier */
area|z15-[leisure=beach_resort],
area|z15-[natural=beach],
node|z17-[leisure=beach_resort],
node|z17-[natural=beach]
{text: name;font-size: 10;text-color: @poi_label;}
/* 6.WATER */
node|z1-[place=ocean],
node|z4-[place=sea],
area|z10-[natural=lake][bbox_area>=4000000],
area|z10-[landuse=reservoir][bbox_area>=4000000],
area|z10-[natural=water][bbox_area>=4000000],
line|z11-[waterway=river],
line|z11-[waterway=riverbank],
line|z13-[waterway=stream],
line|z13-[waterway=canal],
node|z14-[natural=water],
node|z14-[natural=bay],
area|z14-[natural=water][bbox_area>=70000],
area|z14-[natural=bay],
node|z16-[natural=wetland],
area|z16-[natural=wetland],
{text:name;text-color: @water_label;}
/*6.1 Area water(ocean,sea,lake,pond etc.)*/
node|z1-2[place=ocean]
{font-size: 14;}
node|z3[place=ocean]
{font-size: 15;}
node|z4[place=ocean]
{font-size: 16;}
node|z5-[place=ocean]
{font-size: 18;}
node|z4-[place=sea]
{font-size: 12;}
node|z14-15[natural=water],
node|z14-15[natural=bay],
area|z14-15[natural=water],
area|z14-15[natural=bay]
{font-size: 9.5;}
node|z16-[natural=water],
node|z16-[natural=bay],
node|z16-[natural=wetland],
area|z16-[natural=water],
area|z16-[natural=bay],
area|z16-[natural=wetland],
{font-size: 10.5;}
area|z10-[natural=lake][bbox_area>=4000000],
area|z10-[landuse=reservoir][bbox_area>=4000000],
area|z10-[natural=water][bbox_area>=4000000],
{font-size: 8.5;}
area|z10-[natural=lake][bbox_area<4000000],
area|z10-[landuse=reservoir][bbox_area<4000000],
area|z10-[natural=water][bbox_area<4000000],
{font-size: 0;} /*check*/
/* 6.2 Line water(river,canal etc.) Do not draw tunnel waterways */
line[waterway]
{text-position: line;}
line[waterway][tunnel]
{text: none;}
line|z11-14[waterway=river],
line|z11-14[waterway=riverbank],
line|z13-14[waterway=stream],
line|z13-14[waterway=canal]
{font-size: 9.5;text:name;text-color: @water_label;}
line|z15-17[waterway=stream],
line|z15-17[waterway=canal],
{font-size: 10;text:name;text-color: @water_label;}
line|z15-[waterway=river],
line|z15-[waterway=riverbank],
line|z18-[waterway=stream],
line|z18-[waterway=canal],
{font-size: 11;text:name;text-color: @water_label;}
/* 7. LANDUSE*/
/*7.2 Hostital 7.3 University & Sport */
/* 7.1 Industrial */
/*area|z15-[landuse=industrial],
node|z15-[landuse=industrial],
{text: name;font-size: 10;text-color: @city_label;text-position: center;}*/
area|z15-[landuse=railway],
area|z15-[landuse=quarry],
node|z15-[landuse=landfill],
node|z15-[landuse=railway],
node|z15-[landuse=quarry],
{text: name;font-size: 10;text-color: @city_label;text-position: center;}
/* 7.4 Cemetry */
/*area|z15-[landuse=cemetery],
node|z15-[landuse=cemetery],
area|z17-[amenity=grave_yard],
node|z17-[amenity=grave_yard],
{text: name;text-offset: 10;font-size: 10;text-color: @poi_label;}
area|z15-16[landuse=cemetery]
{icon-image: cemetery-m.svg;}
area|z17-[landuse=cemetery],
node|z17-[landuse=cemetery],
area|z17-[amenity=grave_yard],
node|z17-[amenity=grave_yard],
{icon-image: cemetery-l.svg;}*/
/* 7.5 Pedestrian areas */
/*area|z15-[highway=pedestrian][area?],
area|z15-[area:highway=pedestrian],
area|z15-[highway=footway][area?][!sac_scale],
area|z15-[area:highway=footway],
{text: name;font-size: 11;text-color: @city_label;text-position: center;}*/
/* 7.6 Military */
/*area|z16[landuse=military],
node|z16[landuse=military]
{icon-image: military-m.svg;icon-min-distance: 10;}
area|z17-[landuse=military],
node|z17-[landuse=military]
{icon-image: military-l.svg;text-offset: 10;text: name;font-size: 10;text-color: @poi_label;}*/
/* 7.7 Commercial */
/*area|z17-[landuse=commercial]
{text: name;font-size: 10;text-color: @poi_label;text-position: center;}*/
/* 8.BUILDINGS */
area|z17-[building],
node|z17-[building],
area|z17-[building]::int_name,
node|z17-[building]::int_name,
{text: addr:housenumber;text-color: @building_label;text-position: center;}
area|z16-[addr:housenumber][addr:street],
node|z16-[addr:housenumber][addr:street]
{text: name;text-color: @building_label;text-position: center;}
area|z16-[addr:housenumber][addr:street]::int_name,
node|z16-[addr:housenumber][addr:street]::int_name
{text:int_name;text-color: @building_label;text-position: center;}
node|z18-[entrance]
{text-color: @building_label;}
/* 8.1 Pier */
/*area|z15-[waterway=dam],
line|z15-[waterway=dam],
line|z15-[waterway=weir],
node|z15-[waterway=weir]
{text: name;font-size: 10;text-color:@poi_label;fill-opacity: 1;}*/
/*area|z17-[man_made=pier],
area|z17-[man_made=breakwater],
line|z17-[man_made=pier],
line|z17-[man_made=breakwater],
node|z17-[man_made=pier],
node|z17-[man_made=breakwater]
{text: name;font-size: 10;text-color:@poi_label;fill-opacity: 1;-x-me-area-priority:16000;}*/
/* 8.2 Building */
area|z16[building],
node|z16[building],
area|z16[addr:housenumber][addr:street],
node|z16[addr:housenumber][addr:street],
{text:"addr:housename";font-size: 10.5;text-color: @housename;}
area|z17[building],
node|z17[building],
area|z17[addr:housenumber][addr:street],
node|z17[addr:housenumber][addr:street]
{font-size: 11;}
area|z17[building]::int_name,
node|z17[building]::int_name,
area|z17[addr:housenumber][addr:street]::int_name,
node|z17[addr:housenumber][addr:street]::int_name
{font-size: 11;}
area|z18[building],
node|z18[building],
area|z18[addr:housenumber][addr:street],
node|z18[addr:housenumber][addr:street]
{font-size: 11;}
area|z18[building]::int_name,
node|z18[building]::int_name,
area|z18[addr:housenumber][addr:street]::int_name,
node|z18[addr:housenumber][addr:street]::int_name
{font-size: 11;}
area|z19[building],
node|z19[building],
area|z19[addr:housenumber][addr:street],
node|z19[addr:housenumber][addr:street]
{font-size: 12;}
area|z19[building]::int_name,
node|z19[building]::int_name,
area|z19[addr:housenumber][addr:street]::int_name,
node|z19[addr:housenumber][addr:street]::int_name
{font-size: 12;}
/*node|z18-[entrance]
{icon-image: entrance-s.svg;font-size: 10;text: ref;text-offset-x: 10;}
node|z19-[entrance]::flats
{text: "addr:flats";font-size: 12;text-offset-y: 10;}*/
/* 8.3 Airports */
area|z14-[aeroway=terminal]
{fill-color: @building;}
area|z14[aeroway=terminal]
{fill-opacity: 0.8;}
area|z15[aeroway=terminal]
{ text: name; font-size: 9; fill-opacity: 0.8; text-color: @building_label; text-position: center;}
area|z16-[aeroway=terminal]
{text: name; font-size: 9; fill-opacity: 1; text-color: @building_label; text-position: center;}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,545 @@
/* ~~~~ CONTENT OF ROADS ~~~~~
1.Z-INDEX ROADS
2.SHIELD 10-22 ZOOM
3.TRUNK & MOTORWAY 10-22 ZOOM
4.PRIMARY 10-22 ZOOM
5.SECONDARY 10-22 ZOOM
6.RESIDENTAL & TERTIARY 12-22 ZOOM
7.ROAD, STREETS, UNCLASSIFIED & SERVICE 15-22 ZOOM
8.OTHERS ROADS 15-22 ZOOM
9.RAIL 15-22 ZOOM ????
9.1 Monorail 14-22 ZOOM
9.2 Tram line 13-22 ZOOM
9.3 Funicular 12-22 ZOOM
10.PISTE 12-22 ZOOM ????
10.1 Lift 12-22 ZOOM
10.2 Aerialway 12-22 ZOOM
10.3 Piste & Route 14-22 ZOOM
11.FERRY 10-22 ZOOM
12.ONEWAY ARROWS 15-22 ZOOM
13.JUNCTION 15-22 ZOOM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
line[highway]
{text-position: line;}
/* 1.Z-INDEX ROADS */
line[aeroway=runway],
line[aeroway=taxiway]
{z-index: 50;}
line[piste:type=downhill][piste:difficulty=advanced],
line[piste:type=downhill][piste:difficulty=easy],
line[piste:type=downhill][piste:difficulty=expert],
line[piste:type=downhill][piste:difficulty=freeride],
line[piste:type=downhill][piste:difficulty=intermediate],
line[piste:type=downhill][piste:difficulty=novice],
{z-index: 100;}
line[route=ferry],
line[route=ferry_motorcar]
{z-index: 115;}
line[piste:type=downhill],
line[piste:type=nordic],
line[piste:type=sled],
{z-index: 199;}
line[highway=construction],
line[highway=proposed],
line[railway=construction],
line[railway=disused],
line[railway=preserved],
line[railway=abandoned]
{z-index: 450;}
line[highway=bridleway]
{z-index: 590;}
line[highway=track]
line[highway=raceway],
line[leisure=track],
line[highway=path],
line[route=hiking],
line[highway=footway]
{z-index: 600;}
line[highway=service]
{z-index: 650;}
line[highway=pedestrian],
line[highway=ford]
{z-index: 660;}
line[railway=rail],
line[railway=light_rail],
line[railway=yard]
{z-index: 680;}
line[railway=rail]::dash,
line[railway=light_rail]::dash,
line[railway=yard]::dash
{z-index: 690;}
line[highway=unclassified],
line[highway=road],
line[highway=living_street]
{z-index: 700;}
line[highway=residential_link],
line[highway=tertiary_link]
{z-index: 740;}
line[highway=residential],
line[highway=tertiary],
{z-index: 750;}
line[highway=secondary_link]
{z-index: 790;}
line[highway=secondary]
{z-index: 800;}
line[highway=primary_link]
{z-index: 840;}
line[highway=primary],
line|z8-9[highway=world_towns_level],
line|z8-9[highway=world_level],
{z-index: 850;}
line[highway=motorway_link],
line[highway=trunk_link]
{z-index: 890;}
line|z4-7[highway=world_towns_level],
line|z4-7[highway=world_level],
line[highway=trunk],
line[highway=motorway]
{z-index: 900;}
line[railway=monorail],
line[railway=narrow_gauge],
line[railway=tram]
{z-index: 950;}
line[highway=cycleway],
line[highway=steps],
node[highway=motorway_junction],
{z-index: 1000;}
line[aerialway=cable_car]::dash,
line[aerialway=chair_lift]::dash,
line[aerialway=gondola]::dash,
line[aerialway=mixed_lift]::dash,
line[aerialway=drag_lift] ::dash,
line[aerialway=j-bar]::dash,
line[aerialway=t-bar]::dash,
line[aerialway=magic_carpet]::dash,
line[aerialway=platter]::dash,
line[aerialway=rope_tow]::dash,
{z-index: 1049;}
line[aerialway=cable_car],
line[aerialway=chair_lift],
line[aerialway=gondola],
line[aerialway=mixed_lift],
line[aerialway=drag_lift],
line[aerialway=j-bar],
line[aerialway=t-bar],
line[aerialway=magic_carpet],
line[aerialway=platter],
line[aerialway=rope_tow],
{z-index: 1050;}
line[power=line]
{z-index: 2000;}
line[piste:lift],
line[piste:lift=j-bar],
line[piste:lift=magic_carpet],
line[piste:lift=platter],
line[piste:lift=rope_tow],
line[piste:lift=t-bar],
{z-index: 6888;}
line[hwtag=oneway]::arrows
{z-index: 10000;}
/* 2.SHIELD 10-22 ZOOM */
line|z10-[highway=motorway],
line|z10-[highway=trunk],
line|z10-[highway=motorway_link],
line|z10-[highway=trunk_link],
line|z10-[highway=primary],
line|z10-[highway=primary_link],
line|z12-[highway=secondary],
line|z12-[highway=residential],
line|z12-[highway=tertiary]
{shield-font-size: 10;shield-text-color: @shield_text;shield-text-halo-radius: 0;shield-text-halo-color: @shield_text_halo;shield-color: @shield;shield-outline-radius: 1;shield-outline-color: @shield_outline;}
line|z10[highway=motorway],
line|z10[highway=trunk],
line|z10[highway=motorway_link],
line|z10[highway=trunk_link],
line|z10[highway=primary],
line|z10[highway=primary_link]
{shield-min-distance: 60;}
line|z11[highway=motorway],
line|z11[highway=trunk],
line|z11[highway=motorway_link],
line|z11[highway=trunk_link],
line|z11[highway=primary],
line|z11[highway=primary_link]
{shield-min-distance: 60;}
line|z12[highway=motorway],
line|z12[highway=trunk],
line|z12[highway=motorway_link],
line|z12[highway=trunk_link],
line|z12[highway=primary],
line|z12[highway=primary_link],
line|z12[highway=secondary],
line|z12[highway=residential],
line|z12[highway=tertiary]
{shield-min-distance: 60;}
line|z13[highway=motorway],
line|z13[highway=trunk],
line|z13[highway=motorway_link],
line|z13[highway=trunk_link],
line|z13[highway=primary],
line|z13[highway=primary_link],
line|z13[highway=secondary],
line|z13[highway=residential],
line|z13[highway=tertiary]
{shield-min-distance: 100;}
line|z14[highway=motorway],
line|z14[highway=trunk],
line|z14[highway=motorway_link],
line|z14[highway=trunk_link],
line|z14[highway=primary],
line|z14[highway=primary_link],
line|z14[highway=secondary],
line|z14[highway=residential],
line|z14[highway=tertiary]
{shield-min-distance: 100;}
line|z15[highway=motorway],
line|z15[highway=trunk],
line|z15[highway=motorway_link],
line|z15[highway=trunk_link],
line|z15[highway=primary],
line|z15[highway=primary_link],
line|z15[highway=secondary],
line|z15[highway=residential],
line|z15[highway=tertiary]
{shield-min-distance: 150;}
line|z16[highway=motorway],
line|z16[highway=trunk],
line|z16[highway=motorway_link],
line|z16[highway=trunk_link],
line|z16[highway=primary],
line|z16[highway=primary_link],
line|z16[highway=secondary],
line|z16[highway=residential],
line|z16[highway=tertiary]
{shield-min-distance: 250;}
line|z17[highway=motorway],
line|z17[highway=trunk],
line|z17[highway=motorway_link],
line|z17[highway=trunk_link],
line|z17[highway=primary],
line|z17[highway=primary_link],
line|z17[highway=secondary],
line|z17[highway=residential],
line|z17[highway=tertiary]
{shield-min-distance: 250;}
line|z18[highway=motorway],
line|z18[highway=trunk],
line|z18[highway=motorway_link],
line|z18[highway=trunk_link],
line|z18[highway=primary],
line|z18[highway=primary_link],
line|z18[highway=secondary],
line|z18[highway=residential],
line|z18[highway=tertiary]
{shield-font-size: 11;shield-min-distance: 400;}
line|z19[highway=motorway],
line|z19[highway=trunk],
line|z19[highway=motorway_link],
line|z19[highway=trunk_link],
line|z19[highway=primary],
line|z19[highway=primary_link],
line|z19[highway=secondary],
line|z19[highway=residential],
line|z19[highway=tertiary]
{shield-font-size: 11;shield-min-distance: 500;}
/* 3.TRUNK & MOTORWAY 10-22 ZOOM */
line|z10-[highway=trunk],
line|z10-[highway=motorway],
line|z10-[highway=motorway_link],
line|z10-[highway=trunk_link]
{text: name;text-color: @label_medium;text-halo-opacity: 0.9;text-halo-radius: 1;text-halo-color: @label_halo_light;}
line|z10-11[highway=motorway],
line|z10-11[highway=trunk],
line|z10-11[highway=motorway_link],
line|z10-11[highway=trunk_link]
{font-size: 10.5;text-color: @label_dark;text-halo-opacity: 0.8;text-halo-color: @label_halo_medium;}
line|z12-13[highway=motorway],
line|z12-13[highway=trunk],
line|z12-13[highway=motorway_link],
line|z12-13[highway=trunk_link]
{font-size: 12.5;text-halo-color: @label_halo_medium;}
line|z14-15[highway=motorway],
line|z14-15[highway=trunk],
{font-size: 13.5;text-color: @label_dark;text-halo-opacity: 0.8;}
line|z14[highway=motorway_link],
line|z14[highway=trunk_link]
{font-size: 11;text-halo-color: @label_halo_medium;}
line|z15[highway=motorway_link],
line|z15[highway=trunk_link]
{font-size: 11.5;text-halo-color: @label_halo_medium;}
line|z16-17[highway=trunk],
line|z16-17[highway=motorway],
{font-size: 14.5;text-color: @label_dark;text-halo-opacity: 0.8;}
line|z16-[highway=motorway_link],
line|z16-[highway=trunk_link]
{font-size: 12.5;text-halo-opacity: 1;}
line|z18-[highway=trunk],
line|z18-[highway=motorway],
{font-size: 15;text-color: @label_dark;text-halo-opacity: 1;}
/* 4.PRIMARY 10-22 ZOOM */
line|z10-[highway=primary],
line|z10-[highway=primary_link],
{text: name;text-color: @label_medium;text-halo-opacity: 0.8;text-halo-radius: 1;text-halo-color: @label_halo_light;}
line|z10-11[highway=primary],
line|z10-11[highway=primary_link]
{font-size: 10.5;text-halo-color: @label_halo_medium;}
line|z12-13[highway=primary],
line|z12-13[highway=primary_link]
{font-size: 11;text-halo-opacity: 0.9;text-halo-color: @label_halo_medium;}
line|z14-15[highway=primary],
{font-size: 13.5;text-color: @label_dark;}
line|z14[highway=primary_link]
{font-size: 11;text-halo-color: @label_halo_medium;}
line|z15[highway=primary_link]
{font-size: 11.5;text-halo-color: @label_halo_medium;}
line|z16-[highway=primary],
{font-size: 14.5;text-color: @label_dark;}
line|z16-17[highway=primary_link],
{font-size: 12.25;}
line|z18-[highway=primary_link],
{font-size: 12.5;text-halo-opacity: 1;}
/* 5.SECONDARY 10-22 ZOOM */
line|z10-[highway=secondary],
line|z16-[highway=secondary_link]
{text: name;text-color: @label_medium;text-halo-opacity: 0.8;text-halo-radius: 1;text-halo-color: @label_halo_medium;}
line|z10-11[highway=secondary]
{font-size: 10;text-color: @label_light;}
line|z12-13[highway=secondary]
{font-size: 10;text-color: @label_light;text-halo-opacity: 0.9;text-halo-color: @road_label_halo;}
line|z14[highway=secondary],
{font-size: 11.5;}
line|z15[highway=secondary],
{font-size: 12;}
line|z16-17[highway=secondary],
line|z16-17[highway=secondary_link]
{font-size: 14;text-color: @label_dark;text-halo-color: @label_halo_light;}
line|z18-[highway=secondary],
line|z18-[highway=secondary_link]
{font-size: 14;text-color: @label_dark;text-halo-opacity: 1;text-halo-color: @label_halo_light;}
/* 6.RESIDENTAL & TERTIARY 12-22 ZOOM */
line|z12-[highway=residential],
line|z12-[highway=tertiary],
line|z18-[highway=residential_link],
line|z18-[highway=tertiary_link]
{text: name;text-color: @label_medium;text-halo-opacity: 0.8;text-halo-radius: 1;text-halo-color: @label_halo_medium;}
line|z12-13[highway=residential],
line|z12-13[highway=tertiary]
{font-size: 10;text-color: @label_light;text-halo-opacity: 0.9;text-halo-color: @road_label_halo;}
line|z14[highway=residential],
line|z14[highway=tertiary],
{font-size: 10.5;}
line|z15[highway=residential],
line|z15[highway=tertiary],
{font-size: 11.5;}
line|z16-17[highway=residential],
line|z16-17[highway=tertiary],
{font-size: 12.5;text-halo-color: @label_halo_light;}
line|z18-[highway=residential],
line|z18-[highway=residential_link],
line|z18-[highway=tertiary],
line|z18-[highway=tertiary_link]
{font-size: 13;text-halo-opacity: 1;text-halo-color: @label_halo_light;}
/* 7.ROAD, STREETS, UNCLASSIFIED & SERVICE 14-22 ZOOM */
line|z14-[highway=unclassified],
line|z14-[highway=road],
line|z14-[highway=living_street],
line|z16-[highway=service],
{text: name;text-color: @label_medium;text-halo-opacity: 0.8;text-halo-radius: 1;text-halo-color: @label_halo_medium;}
line|z14[highway=unclassified],
line|z14[highway=living_street],
line|z14[highway=road],
{font-size: 10.5;}
line|z15[highway=unclassified],
line|z15[highway=living_street],
line|z15[highway=road],
{font-size: 11;}
line|z16-17[highway=unclassified],
line|z16-17[highway=living_street],
{font-size: 12;text-halo-color: @label_halo_light;}
line|z16-17[highway=service],
line|z16-17[highway=road],
{font-size: 11;text-halo-color: @label_halo_light;}
line|z18-[highway=unclassified],
line|z18-[highway=living_street],
line|z18-[highway=service],
line|z18-[highway=road],
{font-size: 12.5;text-halo-opacity: 1;text-halo-color: @label_halo_light;}
/* 8.OTHERS ROADS 15-22 ZOOM */
/*line|z15-[highway=cycleway],
line|z15-[highway=construction],
line|z15-[highway=proposed],
line|z15-[highway=track],
line|z15-[highway=path],
line|z15-[highway=bridleway],
line|z15-[highway=footway],
line|z16-[leisure=track],
line|z16-[route=hiking],
line|z16-[highway=steps],
line|z16-[highway=ford],
line|z16-[highway=raceway],
{text: name;text-color: @label_medium;text-halo-opacity: 0.8;text-halo-radius: 1;text-halo-color: @label_halo_light;}
line|z15[highway=construction],
line|z15[highway=proposed],
line|z15[highway=bridleway],
line|z15[highway=path],
line|z15[highway=footway],
line|z15[highway=cycleway],
line|z15[highway=track]
{font-size: 8;}
line|z16-17[highway=ford],
line|z16-17[highway=cycleway],
line|z16-17[highway=construction],
line|z16-17[highway=proposed],
line|z16-17[highway=track],
line|z16-17[highway=raceway],
line|z16-17[leisure=track],
line|z16-17[highway=path],
line|z16-17[route=hiking],
line|z16-17[highway=bridleway],
line|z16-17[highway=footway],
{font-size: 9;}
line|z18-[highway=ford],
line|z18-[highway=cycleway],
line|z18-[highway=construction],
line|z18-[highway=proposed],
line|z18-[highway=track],
line|z18-[highway=raceway],
line|z18-[leisure=track],
line|z18-[highway=path],
line|z18-[route=hiking],
line|z18-[highway=bridleway],
line|z18-[highway=footway],
{font-size: 10;}*/
/* 9.RAIL 15-22 ZOOM */
/*
line[railway=rail],
line[railway=light_rail],
line[railway=yard],
line[railway=construction],
line[railway=disused],
line[railway=preserved],
line[railway=abandoned],
line[railway=monorail],
line[railway=narrow_gauge],
line[railway=funicular]
*/
/* 10.PISTE 15-22 ZOOM */
/*
line[piste:lift],
line[piste:lift=j-bar],
line[piste:lift=magic_carpet],
line[piste:lift=platter],
line[piste:lift=rope_tow],
line[piste:lift=t-bar],
line[power=line],
line[aerialway=cable_car],
line[aerialway=chair_lift],
line[aerialway=gondola],
line[aerialway=mixed_lift],
line[aerialway=drag_lift],
line[aerialway=j-bar],
line[aerialway=t-bar],
line[aerialway=magic_carpet],
line[aerialway=platter],
line[aerialway=rope_tow],
*/
/* 10.3 Piste & Route 14-22 ZOOM */
/*
line[piste:type=downhill],
line[piste:type=nordic],
line[piste:type=sled]
{color: @piste;opacity: 1;}
line|z14[route=ski],
line|z14[leisure=skiing]
*/
/* 11. FERRY */
/*line|z10-[route=ferry],
line|z10-[route=ferry_motorcar]
{text: name;text-color: @water_label;text-position: line;z-index: 120;}
line|z10-16[route=ferry],
line|z10-16[route=ferry_motorcar]
{font-size: 9;}
line|z17-[route=ferry],
line|z17-[route=ferry_motorcar]
{font-size: 10;}*/
/* 12. ONEWAY ARROWS */
/* line|z15-[highway=primary][hwtag=oneway]::arrows <-- не работает по типам магистралей */
line|z15[hwtag=oneway]::arrows
{pattern-offset: 80; pattern-image: arrow-xs.svg;pattern-spacing: 160;}
line|z16[hwtag=oneway]::arrows
{pattern-offset: 120;pattern-image: arrow-s.svg;pattern-spacing: 160;}
line|z17[hwtag=oneway]::arrows
{pattern-offset: 160;pattern-image: arrow-s.svg;pattern-spacing: 200;}
line|z18-[hwtag=oneway]::arrows
{pattern-offset: 200;pattern-image: arrow-m.svg;pattern-spacing: 200;}
/* 13.JUNCTION */
node|z15-[highway=motorway_junction]
{text: name;text-color: #3A302B;text-position: center;}
node|z15[highway=motorway_junction]
{font-size: 9;}
node|z16-[highway=motorway_junction]
{font-size: 10;}

View file

@ -0,0 +1,2 @@
@traffic_arrow_light: 1.0;
@traffic_arrow_dark: 0.5;

View file

@ -0,0 +1,68 @@
way::*
{
text-position: line;
}
way|z1-12::*
{
linejoin: bevel;
}
way|z13-::*
{
linejoin: round;
}
way|z1-15::*
{
linecap: butt;
}
way|z16-::*
{
linecap: round;
}
*::*
{
text-halo-color: @white;
text-anchor-horizontal: center;
text-anchor-vertical: center;
icon-width: 16;
icon-height: 16;
}
*::int_name
{
text-offset: 20;
}
node::* {
text-anchor-vertical: top;
}
area::* {
text-position: center;
text-anchor-vertical: center;
}
*[amenity],
*[office],
*[historic],
*[tourism],
*[leisure],
*[man_made],
*[natural],
*[power],
*[landuse],
*[craft],
*[internet_access],
{
text-position: center
}
area[aeroway],
area[tourism]
{
fill-position: background;
}

View file

@ -0,0 +1,187 @@
/* BASE */
@white: #ffffff;
@background:#E3E1D2; /*E6E6D5 #EDEAE1; /* @background: #f1eee8; */
/*@backgroundone: #DEDECD;*/
/* BOUNDARIES */
@border_country: #63635C;
@border_country_light: #73726B;
@border_region: #73726B;
/* ROADS */
@trunk: #FF8800; /*#ED8800; #FF8800;*/
@trunk_hard: #F7632C;
@trunk_medium: #F86B39;
@trunk_light: #F87C4A;
@primary: #E5B643;
/* YELLOW ROADS BUNDLE */
@primary_yellow: #FCD767;
@primary_yellow_case: #E5A643;
@trunk_yellow: #FF8800;
@trunk_yellow_case: #CD764C;
/* ORANGE ROADS BUNDLE */
@trunk: #FF8800;
@trunk_orange: #FF5919;
@trunk_orange_medium: #FF7F33;
@trunk_orange_light: #FF7A26;
@primary_orange: #FF8726;
@primary_orange_medium: #FF9440;
@primary_orange_light: #FFA14C;
@secondary: #FFFFFF;
@residential: #FCFCFC;
@unclassified: #FCFCFC;
@pedestrian: #FCFCFC;
@footway: #FCFCFC;
@cycleway: #FF87AD;
@construction: #BBBBAA;
@track: #635730;
@bridleway: #3D361E;
/* bridges */
@bridge_background: #E5E4D5;
@bridge_casing: #808080;
@casing_road: #F5F3E4; /*#BDBBAF; #FCFCF7; #E3E1D5;*/
/* tunnels */
@primary_tunnel_orange: #FCA462;
@primary_tunnel_yellow: #FCD767;
@trunk_tunnel_orange: #FCA462;
@trunk_tunnel_yellow: #FF8800;
@primary_tunnel_casing: #808080;
@trunk_tunnel_casing: #808080;
@secondary_tunnel: #FFFFFF;
@secondary_tunnel_casing: #808080;
@tertiary_tunnel: #FFFFFF;
@tertiary_tunnel_casing: #808080;
@unclassified_tunnel: #FFFFFF;
@unclassified_tunnel_casing: #808080;
/*roads_links */
@trunk_link: #FFFFFF;
@primary_link: #FFFFFF;
@secondary_link: #FFFFFF;
@tertiary_link: #f8f8f8;
/* TRANSPORT */
@railway_light: #B2B1A2;
@railway: #8C8B80;
@railway_dash: #EEEEEE;
@railway_tunnel: #808080;
@aerialway: #444444;
@tram: #7A7A7A;
@tram_1: #E82033;
@ferry: #4499Bb;
/*aerodrome*/
@aerodrome0: #D4BFF2;
@aerodrome1: #D4BFF2;
@aerodrome2: #D1C0EB;
@aerodrome3: #CFC1E8;
@aerodrome4: #CDC0E3;
@aerodrome5: #C8BCDE;
/* NATURAL */
@glacier: #FFFFFF;
@water: #8BD3E0;
/*@water_1: #9AD2D9;*/
@river: #36B0BF;
/*@river_1: #9AD2D9;*/
@wetland: #c9ddd6;
@forest: #C8DBAD;/*#AABF65;*/
@park: #C8DBAD; /*A5BF60 #A4B275 #BCCC74*/
@natpark: #C8DBAD;
@beach: #FCEC7E;
/*forest-park*/
@green0: #C6D9AB;
@green1: #C6D9AB;
@green2: #C6D9AB;
@green3: #C6D9AB;
@green4: #C6D9AB;
@green5: #C6D9AB;
/* BUILDINGS */
@housename: #65655E;
@building_label: #61615A;
@building: #D4D3CA;/*#C9C8BB;*/
@building_dark: #C7C6BF;/*#C2C0B3;*/
@building_border: #A1A096;
@building_dark_border: #9B9A8F;
/* LANDUSE */
@pedestrian_area: #EDE8D6;
@pedestrian_area_light: #F2EEDA;
@unversity: #F8E4BA;
@hospital: #F8D9D9;/*FADCDB*/
@industrial: #DED8E0;/*#D5D5DE; #E4E2EB;*/
@sport: #C8DBAD;
@parking: #F2F2CE;/*#F0EBC5;DCDCB9; #F2F2CE;*/
/* BARRIERS */
@fence: #999999;
/* LABELS COLORS */
@label_extra_dark: #000000;
@label_dark: #222222;
@label_medium: #333333;
@label_light: #444444;
@label_extra_light: #7F7F7F;
@label_halo_bg: #E3E1D2;
@label_halo_dark: #E3E1D2;
@label_halo_medium: #EDEBDB;
@label_halo_light: #FFFFFF;
/* PLACE LABELS */
@city_label: #666666;
@city_label_light: #7F7F7F;
@city_halo: #DDDDCC;
@city_halo_light: #DDDDCC;
@country_label: #8C8C8C;
@state_label: #8C8C8C;
@district_label: #7F7F7F;
@poi_label: #444444;
@subway_label: #333333;
@railway_label: #333333;
/* ROADS LABELS */
@primary_road_label: #2E2E2E;
@secondary_road_label: #333333;
@road_label_halo: #FFFFFF;
@shield_text: #000000;
@shield_text_halo: #000000;
@shield: #FFFFFF;
@shield_outline: #000000;
/* blue - #2E89B0; #687E94; #598DBE; */
@label_dark: #333333;
@label_light: #444444;
@dark: #333333;
/* NATURAL LABELS */
@water_label: #4499Bb;
@park_label: #3A7921;
@park_label_1: #499953;
@halo_park_label: #FFFFFF;
@halo_water_label: #fff;
/* UNIVERSAL HALO */
@label_halo: #FFFFFF;
/* PISTE */
@piste: #C47AFF;
@piste_novice:#5feb2e;
@piste_easy: #0b27fb;
@piste_intermadiate: #fc0e1b;
@piste_expert: #220625;
@piste_advanced: #0a0a0d;

View file

@ -0,0 +1,71 @@
@import("colors.mapcss");
@import("../include/common_colors.mapcss");
@import("../include/defaults_new.mapcss");
@import("../include/Basemap.mapcss");
@import("../include/Basemap_label.mapcss");
@import("../include/Roads.mapcss");
@import("../include/Roads_label.mapcss");
@import("../include/Icons.mapcss");
canvas
{
background-color: @background;
fill-color: @water;
default-lines: false;
default-points: false;
}
colors
{
GuiText-color: #4D4D4D;
GuiText-opacity: 0.86;
MyPositionAccuracy-color: #000000;
MyPositionAccuracy-opacity: 0.08;
Selection-color: #1E96F0;
Selection-opacity: 0.64;
Route-color: #0087FF;
RouteOutline-color: #055FCD;
RouteTrafficG0-color: #9B2300;
RouteTrafficG1-color: #F03C0A;
RouteTrafficG2-color: #F03C0A;
RouteTrafficG3-color: #F5D728;
RouteTrafficG3-opacity: @traffic_arrow_dark;
RoutePedestrian-color: #1D339E;
RoutePedestrian-opacity: 0.8;
RouteBicycle-color: #9C27B0;
RouteBicycle-opacity: 0.8;
Arrow3D-color: #50AAFF;
Arrow3DObsolete-color: #82AAC8;
Arrow3DObsolete-opacity: 0.72;
Arrow3DShadow-color: #3C3C3C;
Arrow3DShadow-opacity: 0.24;
Arrow3DOutline-color: #FFFFFF;
TrackHumanSpeed-color: #1D339E;
TrackCarSpeed-color: #1579F4;
TrackPlaneSpeed-color: #0AC4FF;
TrackUnknownDistance-color: #616161;
TrafficG0-color: #9B2305;
TrafficG1-color: #E63C37;
TrafficG2-color: #E63C37;
TrafficG3-color: #FAB423;
TrafficG3-opacity: @traffic_arrow_dark;
TrafficG4-color: #9BAF37;
TrafficG5-color: #468755;
TrafficTempBlock-color: #464646;
TrafficUnknown-color: #000000;
TrafficArrowLight-color: #FFFFFF;
TrafficArrowDark-color: #6B5114;
TrafficOutline-color: #FFFFFF;
RoadShieldBlackText-color: #000000;
RoadShieldWhiteText-color: #FFFFFF;
RoadShieldUKYellowText-color: #FFCC66;
RoadShieldBlueBackground-color: #2E6FC9;
RoadShieldGreenBackground-color: #22723B;
RoadShieldRedBackground-color: #CD2828;
RoadShieldOrangeBackground-color: #FFBE00;
PoiHotelTextOutline-color: #FFFFFF;
PoiHotelTextOutline-opacity: 0.6;
PoiDeletedMask-color: #FFFFFF;
PoiDeletedMask-opacity: 0.3;
}

View file

@ -0,0 +1,179 @@
/* ~~~~ CONTENT OF COLORS-NIGHT ~~~~~
1.BASEMAP
2.BOUNDARY
3.NATURAL
3.1 Main natural
3.2 Vegetation
4.LANDUSE
4.1 Main landuse
4.2 Aerodrome
4.3 Barriers
4.4 Buildings
5.ROADS
5.1 All roads
5.2 Bridges
5.3 Tunnels
5.4 Piste
5.5 Transport
6.LABELS COLORS
6.1 Main labels
6.2 Natural labels
6.3 Place labels
6.4 Road labels
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/
/* 1.BASEMAP */
@white: #444444;
@background: #050505;
/* 2.BOUNDARY */
@border_country: #4C4C4C;
@border_region: #5C5C5C;
/* 3.NATURAL */
/* 3.1 Main natural */
@glacier: #111111;
@water: #002222;
@river: #062026;
@wetland: #001919;
@beach: #28281A;
/*3.2 Vegeration*/
@forest: #090F0A;
@green0: #090F0A;
@green1: #090F0A;
@green2: #090F0A;
@green3: #090F0A;
@green4: #090F0A;
@green5: #090F0A;
/* 4.LANDUSE */
/*4.1 Main landuse*/
@pedestrian_area: #262222;
@pedestrian_area_light: #262222;
@university: #261F13;
@hospital: #261916;
@industrial: #141014;
@sport: #070F0A;
@parking: #1F1A10;
/*4.2 Aerodrome*/
@aerodrome0: #41334F;
@aerodrome1: #4C3C5C;
@aerodrome2: #392D45;
@aerodrome3: #392D45;
@aerodrome4: #342A40;
@aerodrome5: #292133;
/* 4.3 Barriers */
@fence: #444444;
/* 4.4 Buildings */
@building: #191919;
@building_dark: #191919;
@building_border: #303030;
@building_dark_border: #474747;
/* 5.ROADS */
/* 5.1 All roads */
@trunk: #4C2A19;
@trunk_orange: #4C2A19;
@trunk_orange_medium: #4C2A19;
@trunk_orange_light: #4C2A17;
@primary_orange: #5E351D;
@primary_orange_medium: #5E351D;
@primary_orange_light: #5E351D;
@secondary: #3B3939;
@residential: #363434;
@unclassified: #333131;
@pedestrian: #4D4744;
@footway: #2B2827;
@cycleway: #6E3D47;
@construction: #332F2D;
@track: #2B2827;
@tracktype: #262525;
@bridleway: #2B2827;
/* 5.2 Bridges */
@bridge_background: #121212;
@bridge_casing: #0D0D0D;
@casing_road: #0D0D0D;
/* 5.3 Tunnels */
@trunk_tunnel_orange: #381F14;
@trunk_tunnel_casing: #000000;
@primary_tunnel_orange: #4C2A1B;
@primary_tunnel_casing: #000000;
@secondary_tunnel: #2B2827;
@secondary_tunnel_casing: #000000;
@tertiary_tunnel: #2B2827;
@tertiary_tunnel_casing: #000000;
@unclassified_tunnel: #2B2827;
@unclassified_tunnel_casing: #000000;
/* 5.4 Piste */
@piste: #623D7F;
@piste_novice:#5feb2e;
@piste_easy: #0b27fb;
@piste_intermadiate: #fc0e1b;
@piste_expert: #333333;
@piste_advanced: #222222;
/* 5.5 Transport */
@railway_light: #333030;
@railway: #171514;
@railway_tunnel: #222222;
@railway_dash: #111111;
@aerialway: #4E4E3D;
@tram: #5C5C51;
@ferry: #2A4541;
/* 6.LABELS COLORS */
/* 6.1 Main labels */
@label_dark: #888888;
@label_medium: #8C8C8C;
@label_light: #666666;
@label_halo_medium: #111100;
@label_halo_light: #111100;
/* 6.2 Natural labels */
@water_label: #004A59;
@park_label: #2B4918;
@halo_park_label: #111;
/* 6.3 Place labels */
@city_label: #999999;
@city_label_1: #828282;
@city_label_2: #737373;
@country_label: #444444;
@state_label: #444444;
@district_label: #555555;
@housename: #737373;
@building_label: #737373;
@poi_label: #666666;
@subway_label: #555555;
/* 6.4 Road labels */
@road_label_halo: #000000;
@shield_text: #b2b2b2;
@shield_text_halo: #000000;
@shield: #000000;
@shield_outline: #b2b2b2;

View file

@ -0,0 +1,71 @@
@import("colors.mapcss");
@import("../include/common_colors.mapcss");
@import("../include/defaults_new.mapcss");
@import("../include/Basemap.mapcss");
@import("../include/Basemap_label.mapcss");
@import("../include/Roads.mapcss");
@import("../include/Roads_label.mapcss");
@import("../include/Icons.mapcss");
canvas
{
background-color: @background;
fill-color: @water;
default-lines: false;
default-points: false;
}
colors
{
GuiText-color: #FFFFFF;
GuiText-opacity: 0.7;
MyPositionAccuracy-color: #FFFFFF;
MyPositionAccuracy-opacity: 0.06;
Selection-color: #4BB9E6;
Selection-opacity: 0.64;
Route-color: #0087FF;
RouteOutline-color: #055FCD;
RouteTrafficG0-color: #9B2300;
RouteTrafficG1-color: #F03C0A;
RouteTrafficG2-color: #F03C0A;
RouteTrafficG3-color: #F5D728;
RouteTrafficG3-opacity: @traffic_arrow_dark;
RoutePedestrian-color: #FFB94B;
RoutePedestrian-opacity: 0.7;
RouteBicycle-color: #FF4B8C;
RouteBicycle-opacity: 0.7;
Arrow3D-color: #41C8FF;
Arrow3DObsolete-color: #82AAC8;
Arrow3DObsolete-opacity: 0.72;
Arrow3DShadow-color: #3C3C3C;
Arrow3DShadow-opacity: 0.24;
Arrow3DOutline-color: #FFFFFF;
TrackHumanSpeed-color: #FF9800;
TrackCarSpeed-color: #FFCA28;
TrackPlaneSpeed-color: #FFF5A0;
TrackUnknownDistance-color: #969696;
TrafficG0-color: #410F00;
TrafficG1-color: #781919;
TrafficG2-color: #781919;
TrafficG3-color: #8C5A00;
TrafficG3-opacity: @traffic_arrow_dark;
TrafficG4-color: #555519;
TrafficG5-color: #285032;
TrafficTempBlock-color: #232323;
TrafficUnknown-color: #000000;
TrafficArrowLight-color: #AAAAAA;
TrafficArrowDark-color: #1E1E1E;
TrafficOutline-color: #000000;
RoadShieldBlackText-color: #000000;
RoadShieldWhiteText-color: #FFFFFF;
RoadShieldUKYellowText-color: #FFCC66;
RoadShieldBlueBackground-color: #2E6FC9;
RoadShieldGreenBackground-color: #22723B;
RoadShieldRedBackground-color: #CD2828;
RoadShieldOrangeBackground-color: #FFBE00;
PoiHotelTextOutline-color: #000000;
PoiHotelTextOutline-opacity: 0.6;
PoiDeletedMask-color: #FFFFFF;
PoiDeletedMask-opacity: 0.3;
}