@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/package.json
CHANGED
package/reference/v8.json
CHANGED
|
@@ -4118,6 +4118,8 @@
|
|
|
4118
4118
|
"length": 2,
|
|
4119
4119
|
"value": "number",
|
|
4120
4120
|
"property-type": "data-constant",
|
|
4121
|
+
"minimum": [-180, -90],
|
|
4122
|
+
"maximum": [180, 90],
|
|
4121
4123
|
"transition": false,
|
|
4122
4124
|
"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].",
|
|
4123
4125
|
"example": [
|
|
@@ -4143,6 +4145,8 @@
|
|
|
4143
4145
|
"length": 2,
|
|
4144
4146
|
"value": "number",
|
|
4145
4147
|
"property-type": "data-constant",
|
|
4148
|
+
"minimum": [-90, -90],
|
|
4149
|
+
"maximum": [90, 90],
|
|
4146
4150
|
"transition": false,
|
|
4147
4151
|
"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).",
|
|
4148
4152
|
"example": [
|