summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2014-07-09 19:28:35 -0700
committerMike Morris <michael.patrick.morris@gmail.com>2014-07-09 19:28:35 -0700
commit529277b0a262687c9d6ce087ecf68826dc4b1558 (patch)
treee2c7e7177f1e0a3ccf9753eaf21524fecac3781e /bin
parent374b1a1c657b2ede04d2c17e716674d51ecd6834 (diff)
downloadqtlocation-mapboxgl-529277b0a262687c9d6ce087ecf68826dc4b1558.tar.gz
fix invalid json
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 f6ae95ef0c..e760ea102a 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -1610,7 +1610,7 @@ module.exports = {
"source-layer": "country_label_line",
"type": "line",
"render": {
- "text-max-width": 5,
+ "text-max-width": 5
},
"style": {
"line-color": "@country_text",