summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
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"