Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYury Melnichek <melnichek@gmail.com>2015-07-13 19:00:42 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:31 +0300
commit7c210808db216a39ef8098c99d268d8c1749867d (patch)
tree306ee410e05ba74a26c6abb90bcb2c02e77d77b2 /data
parent12de05e4060c0fda18367dea37bbfe482d4e5e88 (diff)
[style] Oceans: make text larger and draw names only on z1-9.
Diffstat (limited to 'data')
-rw-r--r--data/styles/include/base_water.mapcss12
1 files changed, 4 insertions, 8 deletions
diff --git a/data/styles/include/base_water.mapcss b/data/styles/include/base_water.mapcss
index 2a0d428555..1b21bc6bf8 100644
--- a/data/styles/include/base_water.mapcss
+++ b/data/styles/include/base_water.mapcss
@@ -1,21 +1,17 @@
-node|z1-[place=ocean]
+node|z1-9[place=ocean]
{
text: name;
- font-size:8;
+ font-size: 12;
text-color:@sea_name;
z-index:-1
}
-node|z2-[place=ocean]
-{
- font-size:9;
-}
node|z5-[place=ocean]
{
- font-size:10;
+ font-size: 14;
}
node|z7-[place=ocean]
{
- font-size:11;
+ font-size: 16;
}
node|z3-[place=sea]
{