Skip to content

Commit

Permalink
Update GeoJSON source default values (#471)
Browse files Browse the repository at this point in the history
* update GeoJSON source default values

* Copy edits
  • Loading branch information
mourner authored and lucaswoj committed Aug 22, 2016
1 parent 91687f8 commit 5905f13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,17 +157,17 @@
},
"maxzoom": {
"type": "number",
"default": 14,
"default": 18,
"doc": "Maximum zoom level at which to create vector tiles (higher means greater detail at high zoom levels)."
},
"buffer": {
"type": "number",
"default": 64,
"doc": "Tile buffer size on each side (higher means fewer rendering artifacts near tile edges but slower performance)."
"default": 128,
"doc": "Tile buffer size on each side (measured in 1/512ths of a tile; higher means fewer rendering artifacts near tile edges but slower performance)."
},
"tolerance": {
"type": "number",
"default": 3,
"default": 0.375,
"doc": "Douglas-Peucker simplification tolerance (higher means simpler geometries and faster performance)."
},
"cluster": {
Expand All @@ -177,8 +177,8 @@
},
"clusterRadius": {
"type": "number",
"default": 400,
"doc": "Radius of each cluster when clustering points, relative to 4096 tile."
"default": 50,
"doc": "Radius of each cluster when clustering points, measured in 1/512ths of a tile."
},
"clusterMaxZoom": {
"type": "number",
Expand Down

0 comments on commit 5905f13

Please sign in to comment.