diff options
author | Nicki Dlugash <nicki@mapbox.com> | 2014-05-30 17:46:42 -0400 |
---|---|---|
committer | Nicki Dlugash <nicki@mapbox.com> | 2014-05-30 17:46:42 -0400 |
commit | 49dac9bfbad0c7f46c70e033d198190a7fa654b2 (patch) | |
tree | df05b135f0e7dd22cda7a172607ff64feb241cc4 /bin | |
parent | 62c7eab83d199a8c6393038a8ecd093d54f9c305 (diff) | |
download | qtlocation-mapboxgl-49dac9bfbad0c7f46c70e033d198190a7fa654b2.tar.gz |
added new style properties to largest marine labels
Diffstat (limited to 'bin')
-rw-r--r-- | bin/style.js | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/style.js b/bin/style.js index 4b44d56ba6..733cb0c025 100644 --- a/bin/style.js +++ b/bin/style.js @@ -680,7 +680,10 @@ module.exports = { "field": "labelrank", "value": 1, "font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "fontSize": 30 + "fontSize": 30, + "maxWidth": 8, + "letterSpacing": 0.4, + "lineHeight": 2, }, "marine_label_point_2": { "source": "outdoors", @@ -692,7 +695,10 @@ module.exports = { "field": "labelrank", "value": 2, "font": "Open Sans Semibold Italic, Arial Unicode MS Bold", - "fontSize": 24 + "fontSize": 24, + "maxWidth": 8, + "letterSpacing": 0.4, + "lineHeight": 1.5, }, "marine_label_point_other": { "source": "outdoors", |