From 8fc9ddb8d72517c77c7315290d59644a4759251c Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 11 Dec 2014 15:05:54 -0800 Subject: [PATCH] raster-size and raster-blur don't support functions Fixes #225 --- docs/index.html | 34 +++++++++++++++++----------------- reference/v6.json | 2 -- 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/docs/index.html b/docs/index.html index c3f2e22..5fc004d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -565,7 +565,7 @@

Sources

{% highlight json%} "mapbox-streets": { "type": "vector", - "url": "mapbox://mapbox.mapbox-streets-v5" + "url": "http://api.example.com/tilejson.json" } {% endhighlight %} @@ -722,7 +722,7 @@

-
The color with which the background will be drawn
+
The color with which the background will be drawn.
@@ -744,7 +744,7 @@

-
Optionally an image which is drawn as the background
+
Optionally an image which is drawn as the background.
@@ -768,7 +768,7 @@

-
The opacity at which the background will be drawn
+
The opacity at which the background will be drawn.
@@ -833,7 +833,7 @@

The opacity given to the fill color +
The opacity given to the fill color.
@@ -1105,7 +1105,7 @@

The opacity at which the line will be drawn +
The opacity at which the line will be drawn.
@@ -1131,7 +1131,7 @@

The color with which the line will be drawn +
The color with which the line will be drawn.
@@ -1217,7 +1217,7 @@

Stroke thickness +
Stroke thickness.
@@ -1275,7 +1275,7 @@

Line blur +
Blur applied to the line, in pixels.
@@ -1519,7 +1519,7 @@

-
Orientation of icon when map is rotated
+
Orientation of icon when map is rotated.
@@ -1709,7 +1709,7 @@

-
Orientation of icon or text when map is rotated
+
Orientation of icon or text when map is rotated.
@@ -2225,7 +2225,7 @@

The opacity at which the icon will be drawn +
The opacity at which the icon will be drawn.
@@ -2450,7 +2450,7 @@

The opacity at which the text will be drawn +
The opacity at which the text will be drawn.
@@ -2507,7 +2507,7 @@

The color with which the text will be drawn +
The color with which the text will be drawn.
@@ -2671,7 +2671,7 @@

raster-size - +
diff --git a/reference/v6.json b/reference/v6.json index b7dfac6..c4fda9e 100644 --- a/reference/v6.json +++ b/reference/v6.json @@ -568,7 +568,6 @@ "layout_raster": { "raster-size": { "type": "number", - "function": true, "default": 256, "minimum": 0, "maximum": 3855, @@ -577,7 +576,6 @@ }, "raster-blur": { "type": "number", - "function": true, "default": 0, "minimum": 0, "units": "pixels",