summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-03-26 14:25:59 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-03-26 14:25:59 -0700
commit9b487f2e00416e04cf568d651781183d71eb6756 (patch)
tree091457ba7e607179830e8dd1d4022a00c012db37
parentf24fe2bbab4d0fae2effcf17c71f4296c9c39c7e (diff)
downloadqtlocation-mapboxgl-9b487f2e00416e04cf568d651781183d71eb6756.tar.gz
refs #83: move all POIs to min-based enabling
-rw-r--r--bin/style.js11
1 files changed, 5 insertions, 6 deletions
diff --git a/bin/style.js b/bin/style.js
index 8568c282da..c262dac0ef 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -216,36 +216,35 @@ module.exports = {
"color": "#cccccc",
"size": 18,
"image": "alcohol-shop",
- "opacity": [ "linear", 15, 0, 1.0, 0, 0.75 ]
+ "enabled": [ "min", 17 ]
},
"cafe_poi": {
"type": "point",
"color": "#cccccc",
"size": 18,
"image": "cafe",
- "opacity": [ "linear", 15, 0, 1.0, 0, 0.75 ]
+ "enabled": [ "min", 17 ]
},
"embassy_poi": {
"type": "point",
"color": "#cccccc",
"size": 18,
"image": "embassy",
- "opacity": [ "linear", 15, 0, 1.0, 0, 0.75 ]
+ "enabled": [ "min", 17 ]
},
"park_poi": {
"type": "point",
"color": "#cccccc",
"size": 18,
"image": "park",
- "opacity": [ "linear", 15, 0, 1.0, 0, 0.75 ]
+ "enabled": [ "min", 17 ]
},
"restaurant_poi": {
- "enabled": [ "min", 18 ],
"type": "point",
"color": "#cccccc",
"size": 18,
"image": "restaurant",
- "opacity": [ "linear", 15, 0, 1.0, 0, 0.75 ]
+ "enabled": [ "min", 17 ]
},
"country_label": {
"type": "text",