Show point below places

This commit is contained in:
lukasmartinelli 2016-08-06 18:01:26 +02:00
parent cd496a0592
commit 5b4f4db291

View File

@ -6,7 +6,7 @@
"mapbox:groups": { "mapbox:groups": {
"group_road": { "group_road": {
"name": "Road", "name": "Road",
"collapsed": true "collapsed": false
}, },
"1444849364238.8171": { "1444849364238.8171": {
"name": "Building", "name": "Building",
@ -58,7 +58,7 @@
}, },
"group_place_label": { "group_place_label": {
"name": "Place Label", "name": "Place Label",
"collapsed": true "collapsed": false
}, },
"group_poi_label": { "group_poi_label": {
"name": "POI Label", "name": "POI Label",
@ -3246,12 +3246,13 @@
6 6
], ],
"layout": { "layout": {
"text-field": "{ref}", "text-size": 10,
"icon-image": "default-{reflen}",
"icon-rotation-alignment": "viewport",
"symbol-spacing": 500,
"text-font": [ "text-font": [
"Open Sans Semibold" "Roboto Regular"
], ],
"text-size": 11,
"icon-image": "motorway_{reflen}",
"symbol-placement": { "symbol-placement": {
"base": 1, "base": 1,
"stops": [ "stops": [
@ -3265,9 +3266,12 @@
] ]
] ]
}, },
"symbol-spacing": 500, "text-offset": [
0,
0.1
],
"text-rotation-alignment": "viewport", "text-rotation-alignment": "viewport",
"icon-rotation-alignment": "viewport" "text-field": "{ref}"
}, },
"paint": {} "paint": {}
}, },
@ -3389,7 +3393,25 @@
16 16
] ]
] ]
} },
"icon-image": {
"base": 1,
"stops": [
[
0,
"dot-9"
],
[
8,
""
]
]
},
"text-anchor": "bottom",
"text-offset": [
0,
0
]
}, },
"paint": { "paint": {
"text-color": "#333", "text-color": "#333",
@ -3414,7 +3436,7 @@
], ],
"layout": { "layout": {
"text-font": [ "text-font": [
"Roboto Bold" "Roboto Medium"
], ],
"text-field": "{name_en}", "text-field": "{name_en}",
"text-max-width": 8, "text-max-width": 8,
@ -3430,7 +3452,25 @@
24 24
] ]
] ]
} },
"icon-image": {
"base": 1,
"stops": [
[
0,
"dot-9"
],
[
8,
""
]
]
},
"text-anchor": "bottom",
"text-offset": [
0,
0
]
}, },
"paint": { "paint": {
"text-color": "#333", "text-color": "#333",