changedInput schema / properties / imageryStyle / additionalProperties
Previous value: -falseNew value: +true
removedInput schema / properties / imageryStyle / properties / alpha
Removed value: -{
- "description": "Imagery alpha in range 0-1",
- "maximum": 1,
- "minimum": 0,
- "type": "number"
-}
removedInput schema / properties / imageryStyle / properties / brightness
Removed value: -{
- "description": "Imagery brightness multiplier",
- "type": "number"
-}
removedInput schema / properties / imageryStyle / properties / contrast
Removed value: -{
- "description": "Imagery contrast multiplier",
- "type": "number"
-}
removedInput schema / properties / imageryStyle / properties / gamma
Removed value: -{
- "description": "Imagery gamma correction",
- "type": "number"
-}
removedInput schema / properties / imageryStyle / properties / hue
Removed value: -{
- "description": "Imagery hue shift in radians",
- "type": "number"
-}
removedInput schema / properties / imageryStyle / properties / saturation
Removed value: -{
- "description": "Imagery saturation multiplier",
- "type": "number"
-}
changedInput schema / properties / labelStyle / additionalProperties
Previous value: -{}New value: +true
addedInput schema / properties / labelStyle / properties
Added value: +{}
addedInput schema / properties / layerId / maxLength
Added value: +200
addedInput schema / properties / layerId / minLength
Added value: +1
changedInput schema / properties / layerStyle / additionalProperties
Previous value: -falseNew value: +true
removedInput schema / properties / layerStyle / properties / category
Removed value: -{
- "additionalProperties": false,
- "description": "GeoJSON category style",
- "properties": {
- "colors": {
- "description": "Optional CSS color palette",
- "items": {
- "type": "string"
- },
- "minItems": 1,
- "type": "array"
- },
- "field": {
- "description": "Property field used for category styling",
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "field"
- ],
- "type": "object"
-}
removedInput schema / properties / layerStyle / properties / choropleth
Removed value: -{
- "additionalProperties": false,
- "description": "GeoJSON choropleth style",
- "properties": {
- "breaks": {
- "description": "Ascending class break values; colors length must be breaks length minus one",
- "items": {
- "type": "number"
- },
- "minItems": 2,
- "type": "array"
- },
- "colors": {
- "description": "CSS colors for each choropleth interval",
- "items": {
- "type": "string"
- },
- "minItems": 1,
- "type": "array"
- },
- "field": {
- "description": "Property field used for choropleth classification",
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "field",
- "breaks",
- "colors"
- ],
- "type": "object"
-}
removedInput schema / properties / layerStyle / properties / color
Removed value: -{
- "description": "CSS color for entity layer features",
- "type": "string"
-}
removedInput schema / properties / layerStyle / properties / gradient
Removed value: -{
- "description": "Two CSS colors used as index gradient",
- "items": [
- {
- "type": "string"
- },
- {
- "type": "string"
- }
- ],
- "maxItems": 2,
- "minItems": 2,
- "type": "array"
-}
removedInput schema / properties / layerStyle / properties / opacity
Removed value: -{
- "description": "Opacity in range 0-1",
- "maximum": 1,
- "minimum": 0,
- "type": "number"
-}
removedInput schema / properties / layerStyle / properties / pointSize
Removed value: -{
- "description": "Point or billboard size",
- "minimum": 0,
- "type": "number"
-}
removedInput schema / properties / layerStyle / properties / randomColor
Removed value: -{
- "description": "Apply random colors to original GeoJSON entities",
- "type": "boolean"
-}
removedInput schema / properties / layerStyle / properties / strokeWidth
Removed value: -{
- "description": "Polyline or polygon outline width",
- "minimum": 0,
- "type": "number"
-}
changedInput schema / properties / primitiveStyle / additionalProperties
Previous value: -falseNew value: +true
removedInput schema / properties / primitiveStyle / properties / color
Removed value: -{
- "description": "CSS fill color for GeoJSON Primitive materials",
- "type": "string"
-}
removedInput schema / properties / primitiveStyle / properties / lineWidth
Removed value: -{
- "description": "Polyline width in range 0-255",
- "maximum": 255,
- "minimum": 0,
- "type": "number"
-}
removedInput schema / properties / primitiveStyle / properties / opacity
Removed value: -{
- "description": "Fill alpha in range 0-1",
- "maximum": 1,
- "minimum": 0,
- "type": "number"
-}
removedInput schema / properties / primitiveStyle / properties / outlineColor
Removed value: -{
- "description": "CSS outline color for GeoJSON Primitive materials",
- "type": "string"
-}
removedInput schema / properties / primitiveStyle / properties / outlineWidth
Removed value: -{
- "description": "Outline width in range 0-255",
- "maximum": 255,
- "minimum": 0,
- "type": "number"
-}
removedInput schema / properties / primitiveStyle / properties / pointSize
Removed value: -{
- "description": "Point size in range 0-255",
- "maximum": 255,
- "minimum": 0,
- "type": "number"
-}
changedInput schema / properties / tileStyle / additionalProperties
Previous value: -falseNew value: +true
removedInput schema / properties / tileStyle / properties / color
Removed value: -{
- "description": "3D Tiles 颜色表达式,如 \"color('red')\" 或条件表达式",
- "type": "string"
-}
removedInput schema / properties / tileStyle / properties / meta
Removed value: -{
- "additionalProperties": {
- "type": "string"
- },
- "description": "3D Tiles meta 属性",
- "type": "object"
-}
removedInput schema / properties / tileStyle / properties / pointSize
Removed value: -{
- "description": "3D Tiles 点大小表达式",
- "type": "string"
-}
removedInput schema / properties / tileStyle / properties / show
Removed value: -{
- "description": "3D Tiles 显示条件表达式,如 \"${Height} > 50\"",
- "type": "string"
-}