summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-07-09 18:51:14 -0700
committerMike Morris <michael.patrick.morris@gmail.com>2014-07-09 18:51:14 -0700
commit203177403ff9b4e11af9aff25a96f3a247802640 (patch)
tree6471e0243fded92d2b04131bd00d418785bc30dd /bin
parentece851f2169f00c0dadb6b7b4e484111588cce98 (diff)
parentd9bebe84a50141f4a11299e501c3b4ff65106dea (diff)
downloadqtlocation-mapboxgl-203177403ff9b4e11af9aff25a96f3a247802640.tar.gz
Merge branch 'master' into fuzz-pipe
Diffstat (limited to 'bin')
-rwxr-xr-xbin/style.json300
1 files changed, 95 insertions, 205 deletions
diff --git a/bin/style.json b/bin/style.json
index a26a37f2fa..11d4a42ee1 100755
--- a/bin/style.json
+++ b/bin/style.json
@@ -190,9 +190,7 @@
},
"layers": [{
"id": "background",
- "render": {
- "type": "background"
- },
+ "type": "background",
"style": {
"background-color": "@land"
},
@@ -204,9 +202,7 @@
"source": "mapbox",
"source-layer": "landcover",
"filter": { "class": "snow" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@snow"
},
@@ -218,9 +214,7 @@
"source": "mapbox",
"source-layer": "landcover",
"filter": { "class": "crop" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@crop"
},
@@ -232,9 +226,7 @@
"source": "mapbox",
"source-layer": "landcover",
"filter": { "class": "grass" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@grass",
"fill-opacity": {
@@ -254,9 +246,7 @@
"source": "mapbox",
"source-layer": "landcover",
"filter": { "class": "scrub" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@scrub",
"fill-opacity": {
@@ -276,9 +266,7 @@
"source": "mapbox",
"source-layer": "landcover",
"filter": { "class": "wood" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@wood",
"fill-opacity": {
@@ -298,9 +286,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "wood" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@wood"
},
@@ -313,9 +299,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "school" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@school"
},
@@ -327,9 +311,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "sand" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@sand"
},
@@ -342,9 +324,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "pitch" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "rgba(255,255,255,0.5)",
"fill-outline-color": "@pitch"
@@ -358,9 +338,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "park" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@park"
},
@@ -372,9 +350,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "industrial" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "rgba(246,250,255,0.5)"
},
@@ -386,9 +362,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "scrub" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@scrub"
},
@@ -401,9 +375,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "grass" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@grass"
},
@@ -416,9 +388,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "crop" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@crop"
},
@@ -431,9 +401,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "rock" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@rock"
},
@@ -446,9 +414,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "snow" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@snow"
},
@@ -461,9 +427,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "hospital" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@hospital"
},
@@ -475,9 +439,7 @@
"source": "mapbox",
"source-layer": "landuse",
"filter": { "class": "cemetery" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@cemetery"
},
@@ -489,9 +451,7 @@
"source": "mapbox",
"source-layer": "landuse_overlay",
"filter": { "class": ["wetland", "wetland_noveg"] },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "rgba(210,225,225,0.2)",
"fill-image": "wetland_noveg_64"
@@ -505,9 +465,7 @@
"source": "mapbox",
"source-layer": "landuse_overlay",
"filter": { "class": ["breakwater", "pier"] },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@land"
},
@@ -519,8 +477,8 @@
"source": "mapbox",
"source-layer": "waterway",
"filter": { "type": ["river", "canal"] },
+ "type": "line",
"render": {
- "type": "line",
"line-cap": "round"
},
"style": {
@@ -536,8 +494,8 @@
"source": "mapbox",
"source-layer": "waterway",
"filter": { "type": "stream" },
+ "type": "line",
"render": {
- "type": "line",
"line-cap": "round"
},
"style": {
@@ -552,9 +510,7 @@
"id": "building_shadow",
"source": "mapbox",
"source-layer": "building",
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "#d5d1c6",
"fill-translate": [1, 1],
@@ -606,9 +562,7 @@
"source": "mapbox",
"source-layer": "hillshade",
"filter": { "class": "full_highlight" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"rasterize": "@hillshade_rasterize",
"style": {
"fill-color": "#fffff3",
@@ -631,9 +585,7 @@
"source": "mapbox",
"source-layer": "hillshade",
"filter": { "class": "medium_highlight" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"rasterize": "@hillshade_rasterize",
"style": {
"fill-color": "#ffd",
@@ -656,9 +608,7 @@
"source": "mapbox",
"source-layer": "hillshade",
"filter": { "class": "medium_shadow" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"rasterize": "@hillshade_rasterize",
"style": {
"fill-color": "#206",
@@ -681,9 +631,7 @@
"source": "mapbox",
"source-layer": "hillshade",
"filter": { "class": "full_shadow" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"rasterize": "@hillshade_rasterize",
"style": {
"fill-color": "#103",
@@ -706,8 +654,8 @@
"source": "mapbox",
"source-layer": "contour",
"filter": { "index": 5 },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round"
},
"style": {
@@ -730,8 +678,8 @@
"id": "contour_line_regular",
"source": "mapbox",
"source-layer": "contour",
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round"
},
"style": {
@@ -755,9 +703,7 @@
"source": "mapbox",
"source-layer": "barrier_line",
"filter": { "class": "gate" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-width": 2.5,
"line-color": "#aab"
@@ -771,9 +717,7 @@
"source": "mapbox",
"source-layer": "barrier_line",
"filter": { "class": "fence" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#aeada3",
"line-width": "@fence_width"
@@ -787,9 +731,7 @@
"source": "mapbox",
"source-layer": "barrier_line",
"filter": { "class": "hedge" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#8de99b",
"line-width": "@hedge_width"
@@ -803,9 +745,7 @@
"source": "mapbox",
"source-layer": "barrier_line",
"filter": { "class": "land" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "@land",
"line-width": "@barrier_line_land_width"
@@ -819,9 +759,7 @@
"source": "mapbox",
"source-layer": "barrier_line",
"filter": { "class": "land" },
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@land"
},
@@ -833,9 +771,7 @@
"source": "mapbox",
"source-layer": "barrier_line",
"filter": { "class": "cliff" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#987",
"line-width": 4
@@ -848,9 +784,7 @@
"id": "water",
"source": "mapbox",
"source-layer": "water",
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "@water",
"fill-outline-color": "#a2bdc0"
@@ -863,9 +797,7 @@
"id": "aeroway_fill",
"source": "mapbox",
"source-layer": "aeroway",
- "render": {
- "type": "fill"
- },
+ "type": "fill",
"style": {
"fill-color": "#ddd"
},
@@ -877,9 +809,7 @@
"source": "mapbox",
"source-layer": "aeroway",
"filter": { "type": "runway" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#ddd",
"line-width": "@runway_width"
@@ -893,9 +823,7 @@
"source": "mapbox",
"source-layer": "aeroway",
"filter": { "type": "taxiway" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#ddd",
"line-width": "@taxiway_width"
@@ -909,9 +837,7 @@
"source": "mapbox",
"source-layer": "tunnel",
"filter": { "class": "motorway_link" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "@case",
"line-dasharray": [6, 6],
@@ -927,9 +853,7 @@
"source": "mapbox",
"source-layer": "tunnel",
"filter": { "class": "service" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#000",
"line-opacity": 0.04,
@@ -947,9 +871,7 @@
"source": "mapbox",
"source-layer": "tunnel",
"filter": { "class": "main" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "@case",
"line-dasharray": [6, 6],
@@ -973,9 +895,7 @@
"source": "mapbox",
"source-layer": "tunnel",
"filter": { "class": ["street", "street_limited"] },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#d9d5c6",
"line-width": "@street_casing_width",
@@ -1043,9 +963,7 @@
"source": "mapbox",
"source-layer": "tunnel",
"filter": { "class": "motorway" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "@case",
"line-dasharray": [6, 6],
@@ -1088,9 +1006,7 @@
"source": "mapbox",
"source-layer": "road",
"filter": { "class": "path" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#ffd",
"line-opacity": 0.4,
@@ -1108,9 +1024,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "type": "footway" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#bba",
"line-dasharray": [10, 4],
@@ -1126,9 +1040,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "type": "path" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#987",
"line-dasharray": [10, 4],
@@ -1152,9 +1064,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "type": "cycleway" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#488",
"line-dasharray": [10, 4],
@@ -1170,9 +1080,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "type": "mtb" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#488",
"line-dasharray": [12, 4],
@@ -1188,9 +1096,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "type": "piste" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#87b",
"line-dasharray": [8, 4],
@@ -1206,9 +1112,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "type": "steps" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#bba",
"line-dasharray": [10, 4],
@@ -1225,9 +1129,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "class": "major_rail" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#c8c4c0",
"line-width": 0.8
@@ -1241,8 +1143,8 @@
"source": "mapbox",
"source-layer": "road",
"filter": { "class": "motorway_link" },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round",
"line-cap": "round"
},
@@ -1259,8 +1161,8 @@
"source": "mapbox",
"source-layer": "road",
"filter": { "class": "service" },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round",
"line-cap": "round"
},
@@ -1279,8 +1181,8 @@
"source": "mapbox",
"source-layer": "road",
"filter": { "class": "main" },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round",
"line-cap": "round"
},
@@ -1305,8 +1207,8 @@
"source": "mapbox",
"source-layer": "road",
"filter": { "class": ["street", "street_limited"] },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round",
"line-cap": "round"
},
@@ -1377,8 +1279,8 @@
"source": "mapbox",
"source-layer": "road",
"filter": { "class": "motorway" },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round",
"line-cap": "round"
},
@@ -1435,9 +1337,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "class": "motorway_link" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "@case",
"line-width": "@motorway_link_casing_width"
@@ -1451,9 +1351,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "class": "service" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#000",
"line-opacity": 0.04,
@@ -1469,9 +1367,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "class": "main" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "@case",
"line-width": "@main_casing_width",
@@ -1493,9 +1389,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "class": ["street", "street_limited"] },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "#d9d5c6",
"line-width": "@street_casing_width",
@@ -1563,9 +1457,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "class": "motorway" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "@case",
"line-width": "@motorway_casing_width",
@@ -1606,9 +1498,7 @@
"source": "mapbox",
"source-layer": "bridge",
"filter": { "class": "aerialway" },
- "render": {
- "type": "line"
- },
+ "type": "line",
"style": {
"line-color": "white",
"line-opacity": 0.5,
@@ -1637,8 +1527,8 @@
"source": "mapbox",
"source-layer": "admin",
"filter": { "admin_level": [3, 4, 5] },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round"
},
"style": {
@@ -1664,8 +1554,8 @@
"source": "mapbox",
"source-layer": "admin",
"filter": { "admin_level": 2 },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round",
"line-cap": "round"
},
@@ -1682,8 +1572,8 @@
"source": "mapbox",
"source-layer": "admin",
"filter": { "maritime": 1 },
+ "type": "line",
"render": {
- "type": "line",
"line-join": "round",
"line-cap": "round"
},
@@ -1716,9 +1606,9 @@
"id": "country_label_line",
"source": "mapbox",
"source-layer": "country_label_line",
+ "type": "line",
"render": {
"text-max-width": 5,
- "type": "line"
},
"style": {
"line-color": "@country_text",
@@ -1735,8 +1625,8 @@
"source": "mapbox",
"source-layer": "country_label",
"filter": { "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold, Arial Unicode MS Bold",
@@ -1760,8 +1650,8 @@
"source": "mapbox",
"source-layer": "marine_label",
"filter": { "$type": "LineString", "labelrank": 1 },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "curve",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -1790,8 +1680,8 @@
"source": "mapbox",
"source-layer": "marine_label",
"filter": { "$type": "LineString", "labelrank": 2 },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "curve",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -1819,8 +1709,8 @@
"source": "mapbox",
"source-layer": "marine_label",
"filter": { "$type": "LineString", "labelrank": 3 },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "curve",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -1848,8 +1738,8 @@
"source": "mapbox",
"source-layer": "marine_label",
"filter": { "$type": "LineString", "labelrank": [4, 5, 6] },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "curve",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -1877,8 +1767,8 @@
"source": "mapbox",
"source-layer": "marine_label",
"filter": { "$type": "Point", "labelrank": 1 },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -1908,8 +1798,8 @@
"source": "mapbox",
"source-layer": "marine_label",
"filter": { "$type": "Point", "labelrank": 2 },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -1939,8 +1829,8 @@
"source": "mapbox",
"source-layer": "marine_label",
"filter": { "$type": "Point", "labelrank": 3 },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -1970,8 +1860,8 @@
"source": "mapbox",
"source-layer": "marine_label",
"filter": { "$type": "Point", "labelrank": [4, 5, 6] },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -2001,8 +1891,8 @@
"source": "mapbox",
"source-layer": "state_label",
"filter": { "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Regular, Arial Unicode MS Regular",
@@ -2032,8 +1922,8 @@
"source": "mapbox",
"source-layer": "place_label",
"filter": { "type": "city", "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold, Arial Unicode MS Bold",
@@ -2063,8 +1953,8 @@
"source": "mapbox",
"source-layer": "place_label",
"filter": { "type": "town", "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold, Arial Unicode MS Bold",
@@ -2094,8 +1984,8 @@
"source": "mapbox",
"source-layer": "place_label",
"filter": { "type": "village", "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold, Arial Unicode MS Bold",
@@ -2125,8 +2015,8 @@
"source": "mapbox",
"source-layer": "place_label",
"filter": { "type": ["hamlet", "suburb", "neighbourhood"], "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold, Arial Unicode MS Bold",
@@ -2155,8 +2045,8 @@
"source": "mapbox",
"source-layer": "road_label",
"filter": { "class": ["motorway", "main"], "$type": "LineString" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "curve",
"text-padding": 2,
@@ -2181,8 +2071,8 @@
"source": "mapbox",
"source-layer": "road_label",
"filter": { "class": ["street", "street_limited"], "$type": "LineString" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "curve",
"text-padding": 2,
@@ -2207,8 +2097,8 @@
"source": "mapbox",
"source-layer": "road_label",
"filter": { "class": ["service", "driveway", "path"], "$type": "LineString" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "curve",
"text-padding": 2,
@@ -2233,8 +2123,8 @@
"source": "mapbox",
"source-layer": "contour",
"filter": { "index": [5, 10], "$type": "LineString" },
+ "type": "text",
"render": {
- "type": "text",
"text-path": "curve",
"text-field": "{ele} m",
"text-font": "Open Sans Regular, Arial Unicode MS Regular",
@@ -2258,8 +2148,8 @@
"source": "mapbox",
"source-layer": "water_label",
"filter": { "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -2279,8 +2169,8 @@
"source": "mapbox",
"source-layer": "waterway_label",
"filter": { "$type": "LineString" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "curve",
"text-font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
@@ -2301,8 +2191,8 @@
"source": "mapbox",
"source-layer": "poi_label",
"filter": { "scalerank": [1, 2] },
+ "type": "icon",
"render": {
- "type": "icon",
"icon-image": "{maki}-12",
"icon-size": 12
},
@@ -2312,8 +2202,8 @@
"source": "mapbox",
"source-layer": "poi_label",
"filter": { "scalerank": [1, 2], "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-padding": 2,
@@ -2339,8 +2229,8 @@
"source": "mapbox",
"source-layer": "poi_label",
"filter": { "scalerank": 3 },
+ "type": "icon",
"render": {
- "type": "icon",
"icon-image": "{maki}-12",
"icon-size": 12
},
@@ -2361,8 +2251,8 @@
"source": "mapbox",
"source-layer": "poi_label",
"filter": { "scalerank": 3, "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-padding": 2,
@@ -2396,8 +2286,8 @@
"source": "mapbox",
"source-layer": "poi_label",
"filter": { "scalerank": 4 },
+ "type": "icon",
"render": {
- "type": "icon",
"icon-image": "{maki}-12",
"icon-size": 12
},
@@ -2418,8 +2308,8 @@
"source": "mapbox",
"source-layer": "poi_label",
"filter": { "scalerank": 4, "$type": "Point" },
+ "type": "text",
"render": {
- "type": "text",
"text-field": "{name_en}",
"text-path": "horizontal",
"text-padding": 2,
@@ -2453,8 +2343,8 @@
"source": "mapbox",
"source-layer": "poi_label",
"filter": { "maki": "airport" },
+ "type": "icon",
"render": {
- "type": "icon",
"icon-image": "{maki}-12",
"icon-size": 12
},