summaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-08-22 15:31:57 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-08-22 17:14:51 -0700
commit3d9a2932584b1230c8be47e6935f794cede8fe85 (patch)
treedf9e2a2f50d76f8d5b05aa2ffcefe4c760ca2476 /styles
parent3b43c4ddf2d3a79485deec55938d645a2b09062b (diff)
downloadqtlocation-mapboxgl-3d9a2932584b1230c8be47e6935f794cede8fe85.tar.gz
Support for Mapbox fontstack API
Diffstat (limited to 'styles')
-rw-r--r--styles/bright/style.json2
-rw-r--r--styles/outdoors/style.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/styles/bright/style.json b/styles/bright/style.json
index d132efe982..917244648c 100644
--- a/styles/bright/style.json
+++ b/styles/bright/style.json
@@ -1,7 +1,7 @@
{
"version": 4,
"sprite": "img/sprite",
- "glyphs": "https://mapbox.s3.amazonaws.com/gl-glyphs-256/{fontstack}/{range}.pbf",
+ "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf",
"constants": {
"@name": "{name_en}",
"@sans": "Open Sans Regular, Arial Unicode MS Regular",
diff --git a/styles/outdoors/style.json b/styles/outdoors/style.json
index 9abf917868..a9085c17d0 100644
--- a/styles/outdoors/style.json
+++ b/styles/outdoors/style.json
@@ -1,7 +1,7 @@
{
"version": 4,
"sprite": "https://www.mapbox.com/mapbox-gl-styles/sprites/outdoors",
- "glyphs": "https://mapbox.s3.amazonaws.com/gl-glyphs-256/{fontstack}/{range}.pbf",
+ "glyphs": "mapbox://fontstack/{fontstack}/{range}.pbf",
"constants": {
"@land": "rgb(244,239,225)",
"@water": "#cdd",