Skip to content

Commit

Permalink
mention settin bounds in projection docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ansis committed Oct 19, 2021
1 parent c63fd55 commit 5af4076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -3972,7 +3972,7 @@
"type": "enum",
"values": {
"albers": {
"doc": "An Albers projection centered on the continental United States. You can configure the center of the projection by passing the Map constructor a Projection object with `center` and `parallels` properties."
"doc": "An Albers equal-area projection centered on the continental United States. You can configure the projection for a different region by setting `center` and `parallels` properties. You may want to set max bounds to constrain the map to the relevant region."
},
"equalEarth": {
"doc": "An Equal Earth projection."
Expand All @@ -3981,7 +3981,7 @@
"doc": "An Equirectangular projection. This projection is very similar to the Plate Carrée projection."
},
"lambertConformalConic": {
"doc": "A conformal, conic version of the Lambert projection. The Lambert projection has a center of [0, 30] by default, but this is configurable."
"doc": "A Lambert conformal conic projection. You can configure the projection for a region by setting `center` and `parallels` properties. You may want to set max bounds to constrain the map to the relevant region."
},
"mercator": {
"doc": "The Mercator projection is the default projection."
Expand Down

0 comments on commit 5af4076

Please sign in to comment.