Merge branch 'MODE-11365' of github.com:monosolutions/tileserver-gl into MODE-11365

This commit is contained in:
siozosdr 2019-06-24 15:26:08 +02:00
commit 0a75cc192a
5 changed files with 47 additions and 15 deletions

View file

@ -2948,7 +2948,7 @@
"mapbox:group": "1444849297111.495"
},
"source": "mapbox",
"source-layer": "rail_station_label",
"source-layer": "poi",
"layout": {
"text-size": 12,
"icon-image": "{class}-11",
@ -2970,7 +2970,15 @@
"text-halo-color": "hsl(0, 0%, 100%)",
"text-halo-width": 1,
"text-halo-blur": 0.5
}
},
"filter": [
"all",
[
"==",
"class",
"railway"
]
]
},
{
"id": "poi_label_r10+",

View file

@ -2944,7 +2944,7 @@
"mapbox:group": "1444849297111.495"
},
"source": "mapbox",
"source-layer": "rail_station_label",
"source-layer": "poi",
"layout": {
"text-size": 12,
"icon-image": "{class}-11",
@ -2965,7 +2965,15 @@
"text-color": "hsl(0, 0%, 100%)",
"text-halo-blur": 0.5,
"text-halo-width": 1
}
},
"filter": [
"all",
[
"==",
"class",
"railway"
]
]
},
{
"id": "poi_label_r10+",

View file

@ -2960,7 +2960,7 @@
"mapbox:group": "1444849297111.495"
},
"source": "mapbox",
"source-layer": "rail_station_label",
"source-layer": "poi",
"layout": {
"text-size": 12,
"icon-image": "{class}-11",
@ -2982,7 +2982,15 @@
"text-halo-color": "hsl(0, 0%, 100%)",
"text-halo-width": 1,
"text-halo-blur": 0.5
}
},
"filter": [
"all",
[
"==",
"class",
"railway"
]
]
},
{
"id": "poi_label_r10+",

View file

@ -2995,7 +2995,7 @@
"mapbox:group": "1444849297111.495"
},
"source": "mapbox",
"source-layer": "rail_station_label",
"source-layer": "poi",
"layout": {
"text-size": 12,
"icon-image": "{class}-11",
@ -3017,7 +3017,15 @@
"text-halo-color": "hsl(0, 0%, 100%)",
"text-halo-width": 1,
"text-halo-blur": 0.5
}
},
"filter": [
"all",
[
"==",
"class",
"railway"
]
]
},
{
"id": "railway_line",

View file

@ -2837,13 +2837,13 @@
"text-halo-width": 1,
"text-halo-blur": 0.5
},
"filter": [
"all",
[
"==",
"class",
"railway"
]
"filter": [
"all",
[
"==",
"class",
"railway"
]
]
},
{