mapbox-gl-style-spec
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "mapbox-gl-style-spec", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "a specification for mapbox gl styles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -393,2 +393,3 @@ { | ||
"type": "array", | ||
"doc": "Specifies the distance that text is offset from its anchor horizontally and vertically.", | ||
"value": "number", | ||
@@ -577,2 +578,3 @@ "length": 2, | ||
"default": 1, | ||
"doc": "The opacity given to the fill color", | ||
"transition": true | ||
@@ -583,2 +585,3 @@ }, | ||
"default": "#000000", | ||
"doc": "The color of the fill.", | ||
"function": true, | ||
@@ -623,2 +626,3 @@ "transition": true | ||
"type": "number", | ||
"doc": "The opacity at which the line will be drawn", | ||
"function": true, | ||
@@ -630,2 +634,3 @@ "default": 1, | ||
"type": "color", | ||
"doc": "The color with which the line will be drawn", | ||
"default": "#000000", | ||
@@ -683,2 +688,3 @@ "function": true, | ||
"value": "number", | ||
"doc": "Specifies the size and gap between dashes in a line.", | ||
"length": 2, | ||
@@ -699,2 +705,3 @@ "default": [ | ||
"icon-opacity": { | ||
"doc": "The opacity at which the icon will be drawn", | ||
"type": "number", | ||
@@ -766,2 +773,3 @@ "default": 1, | ||
"type": "number", | ||
"doc": "The opacity at which the text will be drawn", | ||
"default": 1, | ||
@@ -781,2 +789,3 @@ "function": true, | ||
"type": "color", | ||
"doc": "The color with which the text will be drawn", | ||
"default": "#000000", | ||
@@ -790,3 +799,4 @@ "function": true, | ||
"function": true, | ||
"transition": true | ||
"transition": true, | ||
"doc": "The color of the text's halo, which helps it stand out from backgrounds." | ||
}, | ||
@@ -835,2 +845,3 @@ "text-halo-width": { | ||
"type": "number", | ||
"doc": "The opacity at which the image will be drawn", | ||
"default": 1, | ||
@@ -850,2 +861,3 @@ "transition": true | ||
"value": "number", | ||
"doc": "Increase or reduce the brightness of the image. First value is the minimum, second is the maximum brightness.", | ||
"length": 2, | ||
@@ -861,2 +873,3 @@ "default": [ | ||
"type": "number", | ||
"doc": "Increase or reduce the saturation of the image.", | ||
"default": 0, | ||
@@ -868,2 +881,3 @@ "function": true, | ||
"type": "number", | ||
"doc": "Increase or reduce the contrast of the image.", | ||
"default": 0, | ||
@@ -886,2 +900,3 @@ "function": true, | ||
"default": "#000000", | ||
"doc": "The color with which the background will be drawn", | ||
"function": true, | ||
@@ -891,3 +906,4 @@ "transition": true | ||
"background-image": { | ||
"type": "string" | ||
"type": "string", | ||
"doc": "Optionally an image which is drawn as the background" | ||
}, | ||
@@ -897,2 +913,3 @@ "background-opacity": { | ||
"default": 1, | ||
"doc": "The opacity at which the background will be drawn", | ||
"function": true, | ||
@@ -899,0 +916,0 @@ "transition": true |
Sorry, the diff of this file is not supported yet
207415
3377