This commit is contained in:
Lukas Martinelli 2017-01-10 16:16:54 +01:00
parent 5960f499b2
commit b49a003161

View File

@ -3004,12 +3004,12 @@
} }
}, },
{ {
"id": "poi_label_4", "id": "poi_z17",
"type": "symbol", "type": "symbol",
"metadata": {}, "metadata": {},
"source": "openmaptiles", "source": "openmaptiles",
"source-layer": "poi_label", "source-layer": "poi",
"minzoom": 16, "minzoom": 17,
"filter": [ "filter": [
"all", "all",
[ [
@ -3018,15 +3018,15 @@
"Point" "Point"
], ],
[ [
"==", ">=",
"rank", "rank",
4 20
] ]
], ],
"layout": { "layout": {
"icon-image": "{maki}-11", "icon-image": "{class}-11",
"text-anchor": "top", "text-anchor": "top",
"text-field": "{name_en}", "text-field": "{name}",
"text-font": [ "text-font": [
"Roboto Regular" "Roboto Regular"
], ],
@ -3046,11 +3046,58 @@
} }
}, },
{ {
"id": "poi_label_3", "id": "poi_z16",
"type": "symbol", "type": "symbol",
"metadata": {}, "metadata": {},
"source": "openmaptiles", "source": "openmaptiles",
"source-layer": "poi_label", "source-layer": "poi",
"minzoom": 16,
"filter": [
"all",
[
"==",
"$type",
"Point"
],
[
">=",
"rank",
10
],
[
"<",
"rank",
15
]
],
"layout": {
"icon-image": "{class}-11",
"text-anchor": "top",
"text-field": "{name}",
"text-font": [
"Roboto Condensed Italic"
],
"text-max-width": 9,
"text-offset": [
0,
0.6
],
"text-padding": 2,
"text-size": 12
},
"paint": {
"text-color": "#666",
"text-halo-blur": 0.5,
"text-halo-color": "#ffffff",
"text-halo-width": 1
}
},
{
"id": "poi_z15",
"type": "symbol",
"metadata": {},
"source": "openmaptiles",
"source-layer": "poi",
"minzoom": 15, "minzoom": 15,
"filter": [ "filter": [
"all", "all",
@ -3060,15 +3107,20 @@
"Point" "Point"
], ],
[ [
"==", ">=",
"rank", "rank",
3 5
],
[
"<",
"rank",
10
] ]
], ],
"layout": { "layout": {
"icon-image": "{maki}-11", "icon-image": "{class}-11",
"text-anchor": "top", "text-anchor": "top",
"text-field": "{name_en}", "text-field": "{name}",
"text-font": [ "text-font": [
"Roboto Condensed Italic" "Roboto Condensed Italic"
], ],
@ -3088,11 +3140,11 @@
} }
}, },
{ {
"id": "poi_label_2", "id": "poi_z14",
"type": "symbol", "type": "symbol",
"metadata": {}, "metadata": {},
"source": "openmaptiles", "source": "openmaptiles",
"source-layer": "poi_label", "source-layer": "poi",
"minzoom": 14, "minzoom": 14,
"filter": [ "filter": [
"all", "all",
@ -3102,15 +3154,20 @@
"Point" "Point"
], ],
[ [
"==", ">=",
"rank", "rank",
2 1
],
[
"<",
"rank",
5
] ]
], ],
"layout": { "layout": {
"icon-image": "{maki}-11", "icon-image": "{class}-11",
"text-anchor": "top", "text-anchor": "top",
"text-field": "{name_en}", "text-field": "{name}",
"text-font": [ "text-font": [
"Roboto Condensed Italic" "Roboto Condensed Italic"
], ],
@ -3130,11 +3187,11 @@
} }
}, },
{ {
"id": "rail_station_label", "id": "poi_transit",
"type": "symbol", "type": "symbol",
"metadata": {}, "metadata": {},
"source": "openmaptiles", "source": "openmaptiles",
"source-layer": "rail_station_label", "source-layer": "poi",
"layout": { "layout": {
"icon-image": "{maki}-11", "icon-image": "{maki}-11",
"text-anchor": "left", "text-anchor": "left",
@ -3156,49 +3213,17 @@
"text-halo-blur": 0.5, "text-halo-blur": 0.5,
"text-halo-color": "#ffffff", "text-halo-color": "#ffffff",
"text-halo-width": 1 "text-halo-width": 1
} },
},
{
"id": "poi_label_1",
"type": "symbol",
"metadata": {},
"source": "openmaptiles",
"source-layer": "poi_label",
"minzoom": 13,
"filter": [ "filter": [
"all", "all",
[ [
"==", "in",
"$type", "class",
"Point" "bus",
], "rail",
[ "airport"
"==",
"rank",
1
] ]
], ]
"layout": {
"icon-image": "{maki}-11",
"text-anchor": "top",
"text-field": "{name_en}",
"text-font": [
"Roboto Condensed Italic"
],
"text-max-width": 9,
"text-offset": [
0,
0.6
],
"text-padding": 2,
"text-size": 12
},
"paint": {
"text-color": "#666",
"text-halo-blur": 0.5,
"text-halo-color": "#ffffff",
"text-halo-width": 1
}
}, },
{ {
"id": "road_label", "id": "road_label",