diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/style.js b/bin/style.js index c5d98180f7..b3e692904b 100644 --- a/bin/style.js +++ b/bin/style.js @@ -3,6 +3,7 @@ module.exports = { "version": 3, "sprite": "http://mapbox-kkaefer.s3.amazonaws.com/static/outdoors-gl/sprite", + "glyphs": "http://mapbox.s3.amazonaws.com/gl-glyphs-256/{{fontstack}}/{{range}}.pbf", "constants": { "@land": "#eee", "@water": "#999", @@ -19,7 +20,6 @@ module.exports = { "mapbox.mapbox-streets-v5": { "type": "vector", "url": "mapbox://mapbox.mapbox-streets-v5", - "glyphs": "http://mapbox.s3.amazonaws.com/gl-glyphs-256/{fontstack}/{range}.pbf", "maxZoom": 14 } }, |