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

Commit

Permalink
Add geojson-vt-related options to geojson source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker authored and jfirebaugh committed Jun 17, 2015
1 parent e118055 commit 28dde7a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@
},
"data": {
"type": "*"
},
"maxzoom": {
"type": "number",
"default": 14,
"doc": "Maximum zoom to preserve detail at."
},
"buffer": {
"type": "number",
"default": 64,
"doc": "Tile buffer on each side."
},
"tolerance": {
"type": "number",
"default": 3,
"doc": "Simplification tolerance (higher means simpler)."
}
},
"source_video": {
Expand Down

0 comments on commit 28dde7a

Please sign in to comment.