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 and ansis committed Nov 4, 2021
1 parent 240c722 commit f2b980d
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 f2b980d

Please sign in to comment.