addedInput schema / properties / bbox
Added value: +{
+ "description": "Geographic extent [west, south, east, north] in degrees",
+ "items": [
+ {
+ "maximum": 180,
+ "minimum": -180,
+ "type": "number"
+ },
+ {
+ "maximum": 90,
+ "minimum": -90,
+ "type": "number"
+ },
+ {
+ "maximum": 180,
+ "minimum": -180,
+ "type": "number"
+ },
+ {
+ "maximum": 90,
+ "minimum": -90,
+ "type": "number"
+ }
+ ],
+ "maxItems": 4,
+ "minItems": 4,
+ "type": "array"
+}
changedInput schema / properties / duration / default
Previous value: -2New value: +1.5
addedInput schema / properties / duration / maximum
Added value: +60
addedInput schema / properties / duration / minimum
Added value: +0
removedInput schema / properties / east
Removed value: -{
- "description": "East boundary longitude (degrees)",
- "type": "number"
-}
removedInput schema / properties / north
Removed value: -{
- "description": "North boundary latitude (degrees)",
- "type": "number"
-}
removedInput schema / properties / south
Removed value: -{
- "description": "South boundary latitude (degrees)",
- "type": "number"
-}
removedInput schema / properties / west
Removed value: -{
- "description": "West boundary longitude (degrees)",
- "type": "number"
-}
changedInput schema / required
Previous value: -[
- "west",
- "south",
- "east",
- "north"
-]New value: +[
+ "bbox"
+]