Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
43
data/styles/outdoors/include/Basemap_label.mapcss
Normal file
43
data/styles/outdoors/include/Basemap_label.mapcss
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
/* Keep here changes of the base map style file only. */
|
||||
@import("../../default/include/Basemap_label.mapcss");
|
||||
|
||||
/* Barriers, cliffs */
|
||||
|
||||
line|z14-[natural=cliff],
|
||||
{text: name; font-size: 11; text-color: @label_light; text-halo-opacity: 0.8; text-halo-radius: 1; text-halo-color: @label_halo_medium;}
|
||||
line|z16-[natural=cliff],
|
||||
{font-size: 12; text-color: @label_medium; text-halo-color: @label_halo_light;}
|
||||
|
||||
line[power=line],
|
||||
{text-position: line;}
|
||||
line|z15-[power=line],
|
||||
{text: name; font-size: 10; text-color: @label_light; text-halo-opacity: 0.7; text-halo-radius: 1; text-halo-color: @label_halo_medium;}
|
||||
line|z16-[power=line],
|
||||
{font-size: 11;}
|
||||
|
||||
|
||||
/* 9. ISOLINES */
|
||||
|
||||
line[isoline]
|
||||
{text-position: line;}
|
||||
|
||||
line|z10-[isoline=step_1000],
|
||||
{text:name; font-size: 9; text-color: @label_isoline1000;}
|
||||
|
||||
line|z11-[isoline=step_500],
|
||||
{text:name; font-size: 9; text-color: @label_isoline500;}
|
||||
|
||||
line|z13-[isoline=step_100],
|
||||
{text:name; font-size: 9; text-color: @label_isoline100;}
|
||||
|
||||
line|z15-[isoline=step_1000],
|
||||
line|z15-[isoline=step_500],
|
||||
line|z15-[isoline=step_100],
|
||||
{font-size: 10;}
|
||||
|
||||
line|z15-[isoline=step_50],
|
||||
line|z15-[isoline=zero],
|
||||
{text:name; font-size: 10; text-color: @label_isoline50;}
|
||||
|
||||
line|z16-[isoline=step_10],
|
||||
{text:name; font-size: 10; text-color: @label_isoline10;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue