Skip to content

Commit

Permalink
Remove mention of Globe in projection style spec documentation (#11172)
Browse files Browse the repository at this point in the history
  • Loading branch information
tristen authored Oct 25, 2021
1 parent 17e12c5 commit 1cf7180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style-spec/reference/v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"projection": {
"type": "projection",
"doc": "The projection the map should be rendered in. Suported projections are Albers, Equal Earth, Equirectangular (WGS84), Globe, Lambert conformal conic, Mercator, Natural Earth, and Winkel Tripel. Terrain and fog are not supported for projections other than mercator.",
"doc": "The projection the map should be rendered in. Suported projections are Albers, Equal Earth, Equirectangular (WGS84), Lambert conformal conic, Mercator, Natural Earth, and Winkel Tripel. Terrain and fog are not supported for projections other than mercator.",
"example": {
"name": "albers",
"center": [-154, 50],
Expand Down

0 comments on commit 1cf7180

Please sign in to comment.