summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-05-30 00:07:22 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2014-05-30 00:07:22 -0400
commit3442403e6707be66ff133bd4690eb380dcc65dce (patch)
treeb6d8615126284aa124b70e0d17c8a00eb02ed197 /bin
parent0b9c45721f4feedee49475454eb2a3f0c193d069 (diff)
downloadqtlocation-mapboxgl-3442403e6707be66ff133bd4690eb380dcc65dce.tar.gz
parse maxWidth, lineHeight and alignment, pass to FontStack::getShaping
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/style.js b/bin/style.js
index c831fd4144..931bde0112 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -765,6 +765,8 @@ module.exports = {
"path": "horizontal",
"font": "Open Sans Semibold, Arial Unicode MS Bold",
"fontSize": 18,
+ "text-max-width": 2,
+ "text-line-height": 1.4,
"feature_type": "point",
"type": "text"
},