summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-02 12:10:09 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-07-02 12:10:09 +0200
commitaf87fb6c264e232a6945f7f6304989a459501720 (patch)
tree4e9ecc8e58351a76a48f03b02c83188fd26ff642 /bin
parente93803ac80f1c505739e24593df7ae562517f76d (diff)
downloadqtlocation-mapboxgl-af87fb6c264e232a6945f7f6304989a459501720.tar.gz
load glyphset url from stylesheet
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js2
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
}
},