Skip to content

Commit

Permalink
Merge pull request #179 from mapbox/no-color-array
Browse files Browse the repository at this point in the history
Remove array colors as defaults
  • Loading branch information
tmcw committed Oct 8, 2014
2 parents 4de4b0c + aada979 commit cd80535
Showing 1 changed file with 7 additions and 42 deletions.
49 changes: 7 additions & 42 deletions reference/v5.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,12 +559,7 @@
},
"fill-color": {
"type": "color",
"default": [
0,
0,
0,
1
],
"default": "#000000",
"function": true,
"transition": true
},
Expand Down Expand Up @@ -609,12 +604,7 @@
},
"line-color": {
"type": "color",
"default": [
0,
0,
0,
1
],
"default": "#000000",
"function": true,
"transition": true
},
Expand Down Expand Up @@ -692,24 +682,14 @@
},
"icon-color": {
"type": "color",
"default": [
0,
0,
0,
1
],
"default": "#000000",
"function": true,
"transition": true,
"doc": "The color of the icon. This can only be used with sdf icons."
},
"icon-halo-color": {
"type": "color",
"default": [
0,
0,
0,
0
],
"default": "rgba(0, 0, 0, 0)",
"function": true,
"transition": true,
"doc": "The color of the icon's halo. Icon halos can only be used with sdf icons."
Expand Down Expand Up @@ -764,23 +744,13 @@
},
"text-color": {
"type": "color",
"default": [
0,
0,
0,
1
],
"default": "#000000",
"function": true,
"transition": true
},
"text-halo-color": {
"type": "color",
"default": [
0,
0,
0,
0
],
"default": "rgba(0, 0, 0, 0)",
"function": true,
"transition": true
},
Expand Down Expand Up @@ -867,12 +837,7 @@
"class_background": {
"background-color": {
"type": "color",
"default": [
0,
0,
0,
1
],
"default": "#000000",
"function": true,
"transition": true
},
Expand Down

0 comments on commit cd80535

Please sign in to comment.