maps update
This commit is contained in:
parent
56df7f64fc
commit
3444d6fe41
1 changed files with 198 additions and 114 deletions
|
|
@ -312,7 +312,7 @@
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"paint": {
|
"paint": {
|
||||||
"fill-color": "#f0e8f8"
|
"fill-color": "#CCE5A6"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -333,6 +333,27 @@
|
||||||
"fill-opacity": 0.2
|
"fill-opacity": 0.2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "landuse_farmland",
|
||||||
|
"type": "fill",
|
||||||
|
"metadata": {
|
||||||
|
"mapbox:group": "1444849388993.3071"
|
||||||
|
},
|
||||||
|
"source": "mapbox",
|
||||||
|
"source-layer": "landcover",
|
||||||
|
"filter": [
|
||||||
|
"all",
|
||||||
|
[
|
||||||
|
"==",
|
||||||
|
"class",
|
||||||
|
"farmland"
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"paint": {
|
||||||
|
"fill-color": "#6a4",
|
||||||
|
"fill-opacity": 0.2
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "aeroway_fill",
|
"id": "aeroway_fill",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
|
|
@ -1243,8 +1264,25 @@
|
||||||
"mapbox:group": "1444849345966.4436"
|
"mapbox:group": "1444849345966.4436"
|
||||||
},
|
},
|
||||||
"paint": {
|
"paint": {
|
||||||
"line-color": "rgba(255, 255, 255, 1)",
|
"line-color": "rgba(255, 255, 255, 1)",
|
||||||
"line-width": 2
|
"line-width": {
|
||||||
|
"base": 1.2,
|
||||||
|
"stops": [
|
||||||
|
[
|
||||||
|
12,
|
||||||
|
0
|
||||||
|
],
|
||||||
|
[
|
||||||
|
14,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
20,
|
||||||
|
11.5
|
||||||
|
]
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"line-opacity": 1
|
||||||
},
|
},
|
||||||
"type": "line",
|
"type": "line",
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
|
|
@ -1270,6 +1308,7 @@
|
||||||
},
|
},
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
|
"minzoom": 13,
|
||||||
"filter": [
|
"filter": [
|
||||||
"all",
|
"all",
|
||||||
[
|
[
|
||||||
|
|
@ -1538,6 +1577,7 @@
|
||||||
},
|
},
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation",
|
||||||
|
"minzoom": 14,
|
||||||
"filter": [
|
"filter": [
|
||||||
"all",
|
"all",
|
||||||
[
|
[
|
||||||
|
|
@ -2545,6 +2585,11 @@
|
||||||
">=",
|
">=",
|
||||||
"admin_level",
|
"admin_level",
|
||||||
3
|
3
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"<",
|
||||||
|
"admin_level",
|
||||||
|
5
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
|
|
@ -2787,7 +2832,7 @@
|
||||||
"mapbox:group": "1444849320558.5054"
|
"mapbox:group": "1444849320558.5054"
|
||||||
},
|
},
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "water",
|
"source-layer": "water_name",
|
||||||
"filter": [
|
"filter": [
|
||||||
"==",
|
"==",
|
||||||
"$type",
|
"$type",
|
||||||
|
|
@ -2797,7 +2842,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 5,
|
"text-max-width": 5,
|
||||||
"text-size": 12
|
"text-size": 12
|
||||||
},
|
},
|
||||||
|
|
@ -2807,45 +2852,6 @@
|
||||||
"text-halo-color": "rgba(255,255,255,0.7)"
|
"text-halo-color": "rgba(255,255,255,0.7)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "rail_station_label",
|
|
||||||
"type": "symbol",
|
|
||||||
"metadata": {
|
|
||||||
"mapbox:group": "1444849297111.495"
|
|
||||||
},
|
|
||||||
"source": "mapbox",
|
|
||||||
"source-layer": "poi",
|
|
||||||
"layout": {
|
|
||||||
"text-size": 12,
|
|
||||||
|
|
||||||
"text-font": [
|
|
||||||
"Open Sans Semibold"
|
|
||||||
],
|
|
||||||
"text-padding": 2,
|
|
||||||
"visibility": "visible",
|
|
||||||
"text-offset": [
|
|
||||||
0,
|
|
||||||
0.6
|
|
||||||
],
|
|
||||||
"text-anchor": "top",
|
|
||||||
"text-field": "{name_en}",
|
|
||||||
"text-max-width": 9
|
|
||||||
},
|
|
||||||
"paint": {
|
|
||||||
"text-color": "#666",
|
|
||||||
"text-halo-color": "#ffffff",
|
|
||||||
"text-halo-width": 1,
|
|
||||||
"text-halo-blur": 0.5
|
|
||||||
},
|
|
||||||
"filter": [
|
|
||||||
"all",
|
|
||||||
[
|
|
||||||
"==",
|
|
||||||
"class",
|
|
||||||
"railway"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "railway_line",
|
"id": "railway_line",
|
||||||
"type": "line",
|
"type": "line",
|
||||||
|
|
@ -2876,6 +2882,46 @@
|
||||||
"line-join": "round",
|
"line-join": "round",
|
||||||
"visibility": "visible"
|
"visibility": "visible"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "rail_station_label",
|
||||||
|
"type": "symbol",
|
||||||
|
"metadata": {
|
||||||
|
"mapbox:group": "1444849297111.495"
|
||||||
|
},
|
||||||
|
"source": "mapbox",
|
||||||
|
"source-layer": "poi",
|
||||||
|
"minzoom": 13,
|
||||||
|
"layout": {
|
||||||
|
"text-size": 12,
|
||||||
|
"icon-image": "rail-11",
|
||||||
|
"text-font": [
|
||||||
|
"Open Sans Semibold"
|
||||||
|
],
|
||||||
|
"text-padding": 2,
|
||||||
|
"visibility": "visible",
|
||||||
|
"text-offset": [
|
||||||
|
0,
|
||||||
|
0.6
|
||||||
|
],
|
||||||
|
"text-anchor": "top",
|
||||||
|
"text-field": "{name}",
|
||||||
|
"text-max-width": 9
|
||||||
|
},
|
||||||
|
"paint": {
|
||||||
|
"text-color": "#666",
|
||||||
|
"text-halo-color": "#ffffff",
|
||||||
|
"text-halo-width": 1,
|
||||||
|
"text-halo-blur": 0.5
|
||||||
|
},
|
||||||
|
"filter": [
|
||||||
|
"all",
|
||||||
|
[
|
||||||
|
"==",
|
||||||
|
"class",
|
||||||
|
"railway"
|
||||||
|
]
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "airport_label",
|
"id": "airport_label",
|
||||||
|
|
@ -2884,7 +2930,7 @@
|
||||||
"mapbox:group": "1444849297111.495"
|
"mapbox:group": "1444849297111.495"
|
||||||
},
|
},
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "poi",
|
"source-layer": "aerodrome_label",
|
||||||
"minzoom": 11,
|
"minzoom": 11,
|
||||||
"filter": [
|
"filter": [
|
||||||
"all",
|
"all",
|
||||||
|
|
@ -2892,21 +2938,14 @@
|
||||||
"==",
|
"==",
|
||||||
"$type",
|
"$type",
|
||||||
"Point"
|
"Point"
|
||||||
],
|
|
||||||
[
|
|
||||||
"in",
|
|
||||||
"rank",
|
|
||||||
1,
|
|
||||||
2,
|
|
||||||
3
|
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
|
"icon-image": "airport-11",
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Semibold"
|
"Open Sans Semibold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-padding": 2,
|
"text-padding": 2,
|
||||||
"text-offset": [
|
"text-offset": [
|
||||||
|
|
@ -2931,13 +2970,18 @@
|
||||||
},
|
},
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "transportation_name",
|
"source-layer": "transportation_name",
|
||||||
|
"minzoom": 13,
|
||||||
"filter": [
|
"filter": [
|
||||||
"!=",
|
"all",
|
||||||
"class",
|
[
|
||||||
"ferry"
|
"!in",
|
||||||
|
"class",
|
||||||
|
"ferry",
|
||||||
|
"path"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Regular"
|
"Open Sans Regular"
|
||||||
],
|
],
|
||||||
|
|
@ -2963,44 +3007,37 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "road_label_highway_shield",
|
"id": "road_shield",
|
||||||
"type": "symbol",
|
"type": "symbol",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"mapbox:group": "1456163609504.0715"
|
"mapbox:group": "1456163609504.0715"
|
||||||
},
|
},
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "transportation",
|
"source-layer": "transportation_name",
|
||||||
"minzoom": 8,
|
"minzoom": 8,
|
||||||
"filter": [
|
"filter": [
|
||||||
"<=",
|
"all",
|
||||||
"reflen",
|
[
|
||||||
6
|
"==",
|
||||||
|
"class",
|
||||||
|
"motorway"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-field": "{ref}",
|
"text-field": "{ref}",
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Semibold"
|
"Open Sans Semibold"
|
||||||
],
|
],
|
||||||
"text-size": 11,
|
"text-size": 11,
|
||||||
"icon-image": "motorway_{reflen}",
|
"symbol-placement": "line",
|
||||||
"symbol-placement": {
|
"visibility": "visible",
|
||||||
"base": 1,
|
"symbol-spacing": 500,
|
||||||
"stops": [
|
"text-rotation-alignment": "viewport",
|
||||||
[
|
"icon-rotation-alignment": "viewport",
|
||||||
10,
|
"icon-image": "motorway_{ref_length}"
|
||||||
"point"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
11,
|
|
||||||
"line"
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"symbol-spacing": 500,
|
|
||||||
"text-rotation-alignment": "viewport",
|
|
||||||
"icon-rotation-alignment": "viewport"
|
|
||||||
},
|
},
|
||||||
"paint": {}
|
"paint": {},
|
||||||
|
"maxzoom": 24
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "place_label_other",
|
"id": "place_label_other",
|
||||||
|
|
@ -3023,9 +3060,8 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Bold"
|
"Open Sans Bold"
|
||||||
],
|
],
|
||||||
"text-transform": "uppercase",
|
|
||||||
"text-letter-spacing": 0.1,
|
"text-letter-spacing": 0.1,
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-size": {
|
"text-size": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
|
|
@ -3064,7 +3100,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Regular"
|
"Open Sans Regular"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 8,
|
"text-max-width": 8,
|
||||||
"text-size": {
|
"text-size": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
|
|
@ -3103,7 +3139,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Regular"
|
"Open Sans Regular"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 8,
|
"text-max-width": 8,
|
||||||
"text-size": {
|
"text-size": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
|
|
@ -3142,7 +3178,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Semibold"
|
"Open Sans Semibold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 8,
|
"text-max-width": 8,
|
||||||
"text-size": {
|
"text-size": {
|
||||||
"base": 1.2,
|
"base": 1.2,
|
||||||
|
|
@ -3189,7 +3225,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-letter-spacing": 0.2,
|
"text-letter-spacing": 0.2,
|
||||||
"symbol-placement": "line",
|
"symbol-placement": "line",
|
||||||
"text-size": {
|
"text-size": {
|
||||||
|
|
@ -3237,7 +3273,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 6,
|
"text-max-width": 6,
|
||||||
"text-letter-spacing": 0.2,
|
"text-letter-spacing": 0.2,
|
||||||
"symbol-placement": "point",
|
"symbol-placement": "point",
|
||||||
|
|
@ -3286,7 +3322,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-letter-spacing": 0.2,
|
"text-letter-spacing": 0.2,
|
||||||
"symbol-placement": "line",
|
"symbol-placement": "line",
|
||||||
"text-size": {
|
"text-size": {
|
||||||
|
|
@ -3334,7 +3370,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 5,
|
"text-max-width": 5,
|
||||||
"text-letter-spacing": 0.2,
|
"text-letter-spacing": 0.2,
|
||||||
"symbol-placement": "point",
|
"symbol-placement": "point",
|
||||||
|
|
@ -3383,7 +3419,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-letter-spacing": 0.2,
|
"text-letter-spacing": 0.2,
|
||||||
"symbol-placement": "line",
|
"symbol-placement": "line",
|
||||||
"text-size": {
|
"text-size": {
|
||||||
|
|
@ -3431,7 +3467,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 5,
|
"text-max-width": 5,
|
||||||
"text-letter-spacing": 0.2,
|
"text-letter-spacing": 0.2,
|
||||||
"symbol-placement": "point",
|
"symbol-placement": "point",
|
||||||
|
|
@ -3480,7 +3516,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-letter-spacing": 0.2,
|
"text-letter-spacing": 0.2,
|
||||||
"symbol-placement": "line",
|
"symbol-placement": "line",
|
||||||
"text-size": {
|
"text-size": {
|
||||||
|
|
@ -3528,7 +3564,7 @@
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Italic"
|
"Open Sans Italic"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 5,
|
"text-max-width": 5,
|
||||||
"text-letter-spacing": 0.2,
|
"text-letter-spacing": 0.2,
|
||||||
"text-line-height": 1.6,
|
"text-line-height": 1.6,
|
||||||
|
|
@ -3566,15 +3602,23 @@
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": [
|
"filter": [
|
||||||
|
"all",
|
||||||
|
[
|
||||||
">=",
|
">=",
|
||||||
"rank",
|
"rank",
|
||||||
4
|
4
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"==",
|
||||||
|
"class",
|
||||||
|
"country"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Bold"
|
"Open Sans Bold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 6.25,
|
"text-max-width": 6.25,
|
||||||
"text-transform": "uppercase",
|
"text-transform": "uppercase",
|
||||||
"text-size": {
|
"text-size": {
|
||||||
|
|
@ -3606,15 +3650,23 @@
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": [
|
"filter": [
|
||||||
|
"all",
|
||||||
|
[
|
||||||
"==",
|
"==",
|
||||||
"rank",
|
"rank",
|
||||||
3
|
3
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"==",
|
||||||
|
"class",
|
||||||
|
"country"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Bold"
|
"Open Sans Bold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 6.25,
|
"text-max-width": 6.25,
|
||||||
"text-transform": "uppercase",
|
"text-transform": "uppercase",
|
||||||
"text-size": {
|
"text-size": {
|
||||||
|
|
@ -3646,15 +3698,23 @@
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": [
|
"filter": [
|
||||||
|
"all",
|
||||||
|
[
|
||||||
"==",
|
"==",
|
||||||
"rank",
|
"rank",
|
||||||
2
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"==",
|
||||||
|
"class",
|
||||||
|
"country"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Bold"
|
"Open Sans Bold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 6.25,
|
"text-max-width": 6.25,
|
||||||
"text-transform": "uppercase",
|
"text-transform": "uppercase",
|
||||||
"text-size": {
|
"text-size": {
|
||||||
|
|
@ -3686,15 +3746,23 @@
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "place",
|
"source-layer": "place",
|
||||||
"filter": [
|
"filter": [
|
||||||
|
"all",
|
||||||
|
[
|
||||||
"==",
|
"==",
|
||||||
"rank",
|
"rank",
|
||||||
1
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"==",
|
||||||
|
"class",
|
||||||
|
"country"
|
||||||
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Bold"
|
"Open Sans Bold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 6.25,
|
"text-max-width": 6.25,
|
||||||
"text-transform": "uppercase",
|
"text-transform": "uppercase",
|
||||||
"text-size": {
|
"text-size": {
|
||||||
|
|
@ -3737,13 +3805,19 @@
|
||||||
"==",
|
"==",
|
||||||
"rank",
|
"rank",
|
||||||
1
|
1
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"!in",
|
||||||
|
"class",
|
||||||
|
"railway",
|
||||||
|
"attraction"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Semibold"
|
"Open Sans Semibold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-padding": 2,
|
"text-padding": 2,
|
||||||
"text-offset": [
|
"text-offset": [
|
||||||
|
|
@ -3778,16 +3852,21 @@
|
||||||
"Point"
|
"Point"
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"==",
|
"<=",
|
||||||
"rank",
|
"rank",
|
||||||
2
|
2
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"!=",
|
||||||
|
"class",
|
||||||
|
"railway"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Semibold"
|
"Open Sans Semibold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-padding": 2,
|
"text-padding": 2,
|
||||||
"text-offset": [
|
"text-offset": [
|
||||||
|
|
@ -3813,7 +3892,7 @@
|
||||||
},
|
},
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "poi",
|
"source-layer": "poi",
|
||||||
"minzoom": 15,
|
"minzoom": 16,
|
||||||
"filter": [
|
"filter": [
|
||||||
"all",
|
"all",
|
||||||
[
|
[
|
||||||
|
|
@ -3830,13 +3909,18 @@
|
||||||
"<",
|
"<",
|
||||||
"rank",
|
"rank",
|
||||||
10
|
10
|
||||||
|
],
|
||||||
|
[
|
||||||
|
"!=",
|
||||||
|
"class",
|
||||||
|
"railway"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Semibold"
|
"Open Sans Semibold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-padding": 2,
|
"text-padding": 2,
|
||||||
"text-offset": [
|
"text-offset": [
|
||||||
|
|
@ -3862,7 +3946,7 @@
|
||||||
},
|
},
|
||||||
"source": "mapbox",
|
"source": "mapbox",
|
||||||
"source-layer": "poi",
|
"source-layer": "poi",
|
||||||
"minzoom": 16,
|
"minzoom": 17,
|
||||||
"filter": [
|
"filter": [
|
||||||
"all",
|
"all",
|
||||||
[
|
[
|
||||||
|
|
@ -3876,16 +3960,16 @@
|
||||||
10
|
10
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"<",
|
"!=",
|
||||||
"rank",
|
"class",
|
||||||
20
|
"railway"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"layout": {
|
"layout": {
|
||||||
"text-font": [
|
"text-font": [
|
||||||
"Open Sans Semibold"
|
"Open Sans Semibold"
|
||||||
],
|
],
|
||||||
"text-field": "{name_en}",
|
"text-field": "{name}",
|
||||||
"text-max-width": 9,
|
"text-max-width": 9,
|
||||||
"text-padding": 2,
|
"text-padding": 2,
|
||||||
"text-offset": [
|
"text-offset": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue