Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Commit

Permalink
Remove prerendering properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jan 21, 2015
1 parent 764dec6 commit 02f8029
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions reference/v7.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,6 @@
"type": "filter",
"doc": "A expression specifying conditions on source features. Only features that match the filter are displayed."
},
"layers": {
"type": "array",
"value": "layer",
"doc": "If `type` is `raster`, the child layers are composited together onto the previous level layer level."
},
"layout": {
"type": "layout",
"doc": "Layout properties for the layer."
Expand Down Expand Up @@ -566,21 +561,6 @@
}
},
"layout_raster": {
"raster-size": {
"type": "number",
"default": 256,
"minimum": 0,
"maximum": 3855,
"units": "pixels",
"doc": "The texture image size at which vector layers will be rasterized. Will scale to match the visual tile size."
},
"raster-blur": {
"type": "number",
"default": 0,
"minimum": 0,
"units": "pixels",
"doc": "Blur radius applied to the raster texture before display."
}
},
"filter": {
"type": "array",
Expand Down

0 comments on commit 02f8029

Please sign in to comment.