@mapbox/mapbox-gl-style-spec 13.25.0-beta.1 → 13.25.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -4039,6 +4039,14 @@ var projection = {
4039
4039
  length: 2,
4040
4040
  value: "number",
4041
4041
  "property-type": "data-constant",
4042
+ minimum: [
4043
+ -180,
4044
+ -90
4045
+ ],
4046
+ maximum: [
4047
+ 180,
4048
+ 90
4049
+ ],
4042
4050
  transition: false,
4043
4051
  doc: "The reference longitude and latitude of the projection. `center` takes the form of [lng, lat]. This property is only configurable for conic projections (Albers and Lambert Conformal Conic). All other projections are centered on [0, 0].",
4044
4052
  example: [
@@ -4064,6 +4072,14 @@ var projection = {
4064
4072
  length: 2,
4065
4073
  value: "number",
4066
4074
  "property-type": "data-constant",
4075
+ minimum: [
4076
+ -90,
4077
+ -90
4078
+ ],
4079
+ maximum: [
4080
+ 90,
4081
+ 90
4082
+ ],
4067
4083
  transition: false,
4068
4084
  doc: "The standard parallels of the projection, denoting the desired latitude range with minimal distortion. `parallels` takes the form of [lat0, lat1]. This property is only configurable for conic projections (Albers and Lambert Conformal Conic).",
4069
4085
  example: [