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
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2016-02-11 16:07:55 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:17:07 +0300
commit6e7d1e69cf5aea70a0e6448149958e74ff0b86b8 (patch)
treed9a753553329f9e7f41a195db71f5571e31847be
parent68a81e2d7fcbc2f5dd1a190aee497392e609695f (diff)
Minor code styles.
TODO: we don’t support mapping-pattern enumeration in *.csv.
-rw-r--r--data/mapcss-mapping.csv2
-rw-r--r--data/styles/clear/include/POI.mapcss8
-rw-r--r--data/styles/clear/include/labels.mapcss101
3 files changed, 53 insertions, 58 deletions
diff --git a/data/mapcss-mapping.csv b/data/mapcss-mapping.csv
index b2a2a0a6ea..69597959d5 100644
--- a/data/mapcss-mapping.csv
+++ b/data/mapcss-mapping.csv
@@ -23,7 +23,7 @@ highway|residential|oneway;[highway=residential][oneway?];x;name;int_name;22;hig
waterway|river;[waterway=river];;name;int_name;23;
addr:interpolation|even;[addr:interpolation=even];x;name;int_name;24;hwtag|oneway
addr:interpolation|odd;[addr:interpolation=odd];x;name;int_name;25;hwtag|private
-amenity|parking;[amenity=parking][access?],[amenity=parking][!access];;name;int_name;26;
+amenity|parking;[amenity=parking][access?];;name;int_name;26;
highway|primary;[highway=primary];;name;int_name;27;
railway|rail;[railway=rail];;name;int_name;28;
highway|service|parking_aisle;[highway=service][service=parking_aisle];;name;int_name;29;
diff --git a/data/styles/clear/include/POI.mapcss b/data/styles/clear/include/POI.mapcss
index 18b0afc0f5..d4739dfd7d 100644
--- a/data/styles/clear/include/POI.mapcss
+++ b/data/styles/clear/include/POI.mapcss
@@ -340,12 +340,14 @@ node|z18-[sport=athletics] { icon-image: pitch-l.svg; text-offset: 10; font-size
node|z18-[sport=golf] { icon-image: golf-l.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label;z-index: 2500; }
node|z18-[sport=gymnastics] { icon-image: pitch-l.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; z-index: 2500;}
-
node|z16-[highway=speed_camera] { icon-image: speedcam-m.svg; z-index: 2400; }
-node|z16[building=hospital], area|z16-[building=hospital] { icon-image: hospital-m.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 2700; }
-node|z17-[building=hospital], area|z17-[building=hospital] { icon-image: hospital-l.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label;z-index: 2700; }
node|z17-[highway=speed_camera] { icon-image: speedcam-l.svg; z-index: 2400; }
+/* We don't have separate building=hospital type
+node|z16-[building=hospital], area|z16-[building=hospital] { icon-image: hospital-m.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 2700; }
+node|z17-[building=hospital], area|z17-[building=hospital] { icon-image: hospital-l.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 2700; }
+*/
+
/* PARKINGS */
area|z16-[amenity=parking] {fill-color: @parking;fill-oppacity:1;fill-position:background;z-index: 6; }
diff --git a/data/styles/clear/include/labels.mapcss b/data/styles/clear/include/labels.mapcss
index b4890ab5a9..4c05913975 100644
--- a/data/styles/clear/include/labels.mapcss
+++ b/data/styles/clear/include/labels.mapcss
@@ -1316,9 +1316,8 @@ area|z16[building],
node|z16[building],
area|z16[addr:housenumber][addr:street],
node|z16[addr:housenumber][addr:street],
-
{
- text: "addr:housename";
+ text: addr:housename;
font-size: 9;
text-color: @housename;
text-position: center;
@@ -1412,7 +1411,6 @@ node|z15-[landuse=construction],
node|z15-[landuse=landfill],
node|z15-[landuse=railway],
node|z15-[landuse=quarry],
-
{
text: name;
font-size: 10;
@@ -1421,7 +1419,8 @@ node|z15-[landuse=quarry],
}
/* COMMERCIAL */
-area|z17-[landuse=commercial]{
+area|z17-[landuse=commercial]
+{
text: name;
font-size: 10;
text-color: @poi_label;
@@ -1429,17 +1428,6 @@ area|z17-[landuse=commercial]{
}
-/*
-area|z16[addr:housenumber][addr:street],
-node|z16[addr:housenumber][addr:street]
-{
- text: "addr:housenumber";
- font-size: 10;
- text-color: @addr_z16;
- text-position: center;
-}
-*/
-
/* NATURAL LABELS - курсив бы */
node|z1-2[place=ocean]{
@@ -1522,10 +1510,12 @@ line[waterway]
area|z10-[natural=lake][bbox_area>=4000000],
area|z10-[landuse=reservoir][bbox_area>=4000000],
area|z10-[natural=water][bbox_area>=4000000]
-{text: name;
-font-size: 9;
-text-color: @water_label;
-z-index: 10000;}
+{
+ text: name;
+ font-size: 9;
+ text-color: @water_label;
+ z-index: 10000;
+}
area|z10-[natural=lake][bbox_area<4000000],
area|z10-[landuse=reservoir][bbox_area<4000000],
@@ -1535,16 +1525,18 @@ area|z10-[natural=water][bbox_area<4000000]
area|z12-[natural=lake][bbox_area>=10000000],
area|z12-[landuse=reservoir][bbox_area>=10000000],
area|z12-[natural=water][bbox_area>=10000000]
- {text: name;
+{
+ text: name;
font-size: 10;
text-color: @water_label;
- z-index: 300;}
+ z-index: 300;
+}
area|z12-[natural=lake][bbox_area<10000000],
area|z12-[landuse=reservoir][bbox_area<10000000],
area|z12-[natural=water][bbox_area<10000000]
- {}
- */
+{}
+*/
line[waterway] {
text-position: line;
@@ -1725,13 +1717,15 @@ line|z17-[route=ferry_motorcar]
area|z10-[natural=lake][bbox_area>=100000000000],
area|z10-[landuse=reservoir][bbox_area>=100000000000],
area|z10-[natural=water][bbox_area>=100000000000]
-{text: name;
-font-size: 20;
-text-color: #090909;
-text-halo-opacity: 0.1;
-text-halo-color: @halo_water_lable;
-text-halo-radius: 0;
-z-index: 100000;}
+{
+ text: name;
+ font-size: 20;
+ text-color: #090909;
+ text-halo-opacity: 0.1;
+ text-halo-color: @halo_water_lable;
+ text-halo-radius: 0;
+ z-index: 100000;
+}
area|z10-[natural=lake][bbox_area<100000000000],
area|z10-[landuse=reservoir][bbox_area<100000000000],
@@ -1753,8 +1747,9 @@ area|z14-[landuse=forest][name] {
text-halo-opacity: 0.8;
}
area|z14-[leisure=park][!name],
-area|z14-[landuse=forest][!name] {
-}
+area|z14-[landuse=forest][!name]
+{}
+
area|z14-[leisure=park][name]::int_name,
area|z14-[landuse=forest][name]::int_name {
text-offset: 18;
@@ -1799,10 +1794,9 @@ area|z15[leisure=garden][name] {
}
*/
area|z15[leisure=park][!name],
-area|z15[landuse=forest][!name]
-/*area|z15[leisure=garden][!name]*/ {
-
-}
+area|z15[landuse=forest][!name],
+/*area|z15[leisure=garden][!name]*/
+{}
area|z16[leisure=park][name],
area|z16[landuse=forest][name]{
@@ -1828,8 +1822,9 @@ area|z16[leisure=garden][name] {
}
area|z16[leisure=park][!name],
area|z16[leisure=garden][!name],
-area|z16[landuse=forest][!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 {
@@ -1843,9 +1838,8 @@ area|z16[landuse=forest][name]::int_name {
}
area|z16[leisure=park][!name]::int_name,
area|z16[leisure=garden][!name]::int_name,
-area|z16[landuse=forest][!name]::int_name {
-
-}
+area|z16[landuse=forest][!name]::int_name
+{}
area|z17[leisure=park][name],
area|z17[landuse=forest][name] {
@@ -1871,11 +1865,10 @@ area|z17[leisure=garden][name] {
icon-min-distance: 10;
}
area|z17[leisure=park][!name],
-area|z17[landuse=forest][!name] {
-}
+area|z17[landuse=forest][!name],
+area|z17[leisure=garden][!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
@@ -1890,9 +1883,8 @@ area|z17[leisure=forest][name]::int_name
}
area|z17[leisure=park][!name]::int_name,
area|z17[leisure=garden][!name]::int_name,
-area|z17[leisure=forest][!name]::int_name {
-
-}
+area|z17[leisure=forest][!name]::int_name,
+{}
area|z18-[leisure=park],
area|z18-[landuse=forest]{
@@ -1964,7 +1956,6 @@ area|z17-[landuse=vineyard],
text-color: @poi_label;
}
-
/* MILITARY */
area|z17-[landuse=military],
@@ -1976,6 +1967,7 @@ node|z17-[landuse=military] {
text-color: @poi_label;
z-index: 1000;
}
+
/* CEMETRY */
area|z15-16[landuse=cemetery] {
@@ -2013,7 +2005,7 @@ 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;
@@ -2036,7 +2028,8 @@ node|z15-[waterway=wair]
node|z14-[natural=cape],
area|z14-[natural=cape]
-{font-size: 8;
-text: name;
-text-color: @poi_label;
- }
+{
+ font-size: 8;
+ text: name;
+ text-color: @poi_label;
+}