@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.cjs +16 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +16 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +4 -0
package/dist/index.cjs
CHANGED
|
@@ -4045,6 +4045,14 @@
|
|
|
4045
4045
|
length: 2,
|
|
4046
4046
|
value: "number",
|
|
4047
4047
|
"property-type": "data-constant",
|
|
4048
|
+
minimum: [
|
|
4049
|
+
-180,
|
|
4050
|
+
-90
|
|
4051
|
+
],
|
|
4052
|
+
maximum: [
|
|
4053
|
+
180,
|
|
4054
|
+
90
|
|
4055
|
+
],
|
|
4048
4056
|
transition: false,
|
|
4049
4057
|
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].",
|
|
4050
4058
|
example: [
|
|
@@ -4070,6 +4078,14 @@
|
|
|
4070
4078
|
length: 2,
|
|
4071
4079
|
value: "number",
|
|
4072
4080
|
"property-type": "data-constant",
|
|
4081
|
+
minimum: [
|
|
4082
|
+
-90,
|
|
4083
|
+
-90
|
|
4084
|
+
],
|
|
4085
|
+
maximum: [
|
|
4086
|
+
90,
|
|
4087
|
+
90
|
|
4088
|
+
],
|
|
4073
4089
|
transition: false,
|
|
4074
4090
|
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).",
|
|
4075
4091
|
example: [
|