summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEden Halperin <eden@mapbox.com>2014-06-01 09:23:28 -0700
committerEden Halperin <eden@mapbox.com>2014-06-01 09:23:28 -0700
commite1bc73257676dbe10c19cb518fdce4b12ee1325b (patch)
tree0f2ce7ee6aa0423e341619b1f4ccc4879dcf3d32 /bin
parent67bbcd5334a15f659952514b15275892900fd95b (diff)
downloadqtlocation-mapboxgl-e1bc73257676dbe10c19cb518fdce4b12ee1325b.tar.gz
update hillshade stops
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js11
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/style.js b/bin/style.js
index 3b0fd8c5c7..d851c1f16a 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -1822,10 +1822,15 @@ module.exports = {
],
"hillshade_prerender": [
"stops",
- {"z": 13, "val": 0},
- {"z": 14, "val": 1}
+ {"z": 11, "val": 0},
+ {"z": 12, "val": 1}
],
- "hillshade_prerender_size": 1024
+ "hillshade_prerender_size": [
+ "stops",
+ {"z": 11, "val": 1056},
+ {"z": 12, "val": 512},
+ {"z": 13, "val": 256}
+ ]
},
"classes": [
{