addedInput schema / properties / color / maxLength
Added value: +64
addedInput schema / properties / color / minLength
Added value: +1
addedInput schema / properties / coordinates / items / anyOf
Added value: +[
+ {
+ "items": [
+ {
+ "description": "Longitude in decimal degrees",
+ "maximum": 180,
+ "minimum": -180,
+ "type": "number"
+ },
+ {
+ "description": "Latitude in decimal degrees",
+ "maximum": 90,
+ "minimum": -90,
+ "type": "number"
+ }
+ ],
+ "maxItems": 2,
+ "minItems": 2,
+ "type": "array"
+ },
+ {
+ "items": [
+ {
+ "$ref": "#/properties/coordinates/items/anyOf/0/items/0"
+ },
+ {
+ "$ref": "#/properties/coordinates/items/anyOf/0/items/1"
+ },
+ {
+ "description": "Optional height in meters",
+ "maximum": 50000000,
+ "minimum": -12000,
+ "type": "number"
+ }
+ ],
+ "maxItems": 3,
+ "minItems": 3,
+ "type": "array"
+ }
+]
addedInput schema / properties / coordinates / items / description
Added value: +"Coordinate tuple [longitude, latitude, optional height]"
removedInput schema / properties / coordinates / items / items
Removed value: -{
- "type": "number"
-}
removedInput schema / properties / coordinates / items / type
Removed value: -"array"
addedInput schema / properties / coordinates / maxItems
Added value: +10000
addedInput schema / properties / coordinates / minItems
Added value: +3
addedInput schema / properties / extrudedHeight / maximum
Added value: +100000
addedInput schema / properties / extrudedHeight / minimum
Added value: +0
addedInput schema / properties / label / maxLength
Added value: +200
addedInput schema / properties / opacity / maximum
Added value: +1
addedInput schema / properties / opacity / minimum
Added value: +0
addedInput schema / properties / outlineColor / maxLength
Added value: +64
addedInput schema / properties / outlineColor / minLength
Added value: +1