summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorEden Halperin <eden@mapbox.com>2014-05-12 15:42:18 -0700
committerEden Halperin <eden@mapbox.com>2014-05-12 15:42:18 -0700
commitec90ccd358d21a4d21ede0064114186d701b0002 (patch)
tree92f482e264c6eb90590ae23e15641699926be1d0 /bin
parent66dbcce4fd4dabf4772d44a8fd568fa3f1ddd5e8 (diff)
downloadqtlocation-mapboxgl-ec90ccd358d21a4d21ede0064114186d701b0002.tar.gz
update sprite pointer and fix marine_label
Diffstat (limited to 'bin')
-rw-r--r--bin/style.js80
1 files changed, 5 insertions, 75 deletions
diff --git a/bin/style.js b/bin/style.js
index c97d048cf9..91c0fb1161 100644
--- a/bin/style.js
+++ b/bin/style.js
@@ -151,13 +151,6 @@ module.exports = {
"value": "wetland",
"type": "fill"
},
- "overlay_wetland_noveg": {
- "source": "outdoors",
- "layer": "landuse_overlay",
- "field": "class",
- "value": "wetland_noveg",
- "type": "fill"
- },
"overlay_breakwater_pier": {
"source": "outdoors",
"layer": "landuse_overlay",
@@ -600,39 +593,15 @@ module.exports = {
"type": "line",
"enabled": 3
},
- "marine_label_1": {
- "source": "outdoors",
- "layer": "marine_label",
- "field": "labelrank",
- "value": 1,
- "feature_type": "line",
- "type": "text",
- "text_field": "name",
- "path": "curve",
- "fontSize": 22
- },
- "marine_label_2": {
+ "marine_label": {
"source": "outdoors",
"layer": "marine_label",
- "field": "labelrank",
- "value": 2,
"feature_type": "line",
"type": "text",
"text_field": "name",
"path": "curve",
"fontSize": 16
},
- "marine_label_3": {
- "source": "outdoors",
- "layer": "marine_label",
- "field": "labelrank",
- "value": 3,
- "feature_type": "line",
- "type": "text",
- "text_field": "name",
- "path": "curve",
- "fontSize": 14
- },
"state_label": {
"source": "outdoors",
"layer": "state_label",
@@ -903,10 +872,6 @@ module.exports = {
"bucket": "overlay_wetland"
},
{
- "name": "overlay_wetland_noveg",
- "bucket": "overlay_wetland_noveg"
- },
- {
"name": "overlay_breakwater_pier",
"bucket": "overlay_breakwater_pier"
},
@@ -1239,16 +1204,8 @@ module.exports = {
"bucket": "country_label"
},
{
- "name": "marine_label_1",
- "bucket": "marine_label_1"
- },
- {
- "name": "marine_label_2",
- "bucket": "marine_label_2"
- },
- {
- "name": "marine_label_3",
- "bucket": "marine_label_3"
+ "name": "marine_label",
+ "bucket": "marine_label"
},
{
"name": "state_label",
@@ -1524,10 +1481,6 @@ module.exports = {
},
"overlay_wetland": {
"color": "#e1e9d3",
- "image": "wetland_64"
- },
- "overlay_wetland_noveg": {
- "color": "#e1e9d3",
"image": "wetland_noveg_64"
},
"overlay_breakwater_pier": {
@@ -3559,32 +3512,9 @@ module.exports = {
"width": 0.5,
"opacity": 0.5
},
- "marine_label_1": {
+ "marine_label": {
"color": "marine_text",
- "stroke": [
- 1,
- 1,
- 1,
- 0.8
- ]
- },
- "marine_label_2": {
- "color": "marine_text",
- "stroke": [
- 1,
- 1,
- 1,
- 0.8
- ]
- },
- "marine_label_3": {
- "color": "marine_text",
- "stroke": [
- 1,
- 1,
- 1,
- 0.8
- ]
+ "stroke": "water"
},
"state_label": {
"color": "#666",