summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-26 12:21:33 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-26 12:21:33 +0100
commit0c6f993695f403b89453b2410b48455d0885097f (patch)
tree013e61cf6958ff4fde6a73e0d505512cd0ffd3f9 /bin
parent700dcc9260a57b7ccdd9a93fcecbca73640104ac (diff)
downloadqtlocation-mapboxgl-0c6f993695f403b89453b2410b48455d0885097f.tar.gz
add min/max functions and refactor FunctionProperty
fixes #83
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/style.js b/bin/style.js
index 7d2b3557d2..8568c282da 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -240,6 +240,7 @@ module.exports = {
"opacity": [ "linear", 15, 0, 1.0, 0, 0.75 ]
},
"restaurant_poi": {
+ "enabled": [ "min", 18 ],
"type": "point",
"color": "#cccccc",
"size": 18,