summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNicki Dlugash <nicki@mapbox.com>2014-05-30 16:19:04 -0400
committerNicki Dlugash <nicki@mapbox.com>2014-05-30 16:19:04 -0400
commit4f6e2fcd2a1537f1a381868caf7b4d9562ddee38 (patch)
treec1bc29fa1a7806877862f19e5761a6c08511484e /bin
parent2af43684b2f8284a2e0ab75216377e5be791766e (diff)
downloadqtlocation-mapboxgl-4f6e2fcd2a1537f1a381868caf7b4d9562ddee38.tar.gz
contour labels and waterway label style updates
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js14
1 files changed, 11 insertions, 3 deletions
diff --git a/bin/style.js b/bin/style.js
index b99e41023e..9989184216 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -270,7 +270,8 @@ module.exports = {
"font": "Open Sans Regular, Arial Unicode MS Regular",
"fontSize": 10,
"feature_type": "line",
- "type": "text"
+ "type": "text",
+ "maxAngleDelta": 0.5
},
"building": {
"source": "outdoors",
@@ -828,9 +829,9 @@ module.exports = {
"path": "curve",
"font": "Open Sans Semibold Italic, Arial Unicode MS Bold",
"fontSize": 12,
- "textMinDistance": 15,
"feature_type": "line",
- "type": "text"
+ "type": "text",
+ "maxAngleDelta": 0.5
},
"poi": {
"source": "outdoors",
@@ -1945,6 +1946,13 @@ module.exports = {
{"z": 13, "val": 0.11}
]
},
+ "contour_label": {
+ "color": "text",
+ "stroke": "land",
+ "strokeWidth": 0.3,
+ "strokeBlur": 3,
+ "size": 10
+ },
"water": {
"color": "water",
"stroke": "#a2bdc0"