addedInput schema / properties / break_count / description
Added value: +"Number of classes for graduated symbology."
addedInput schema / properties / class_colors
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Explicit colour per class for graduated symbology, lowest class first, e.g. [[244,166,166],[249,220,164],[147,203,163]]. Use it when no built-in ramp has the colours you want.",
+ "title": "Class Colors"
+}
addedInput schema / properties / classification_method
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "NaturalBreaks, EqualInterval, Quantile, StandardDeviation, GeometricInterval or DefinedInterval.",
+ "title": "Classification Method"
+}
addedInput schema / properties / color / description
Added value: +"Fill colour for simple symbology as [r, g, b] or [r, g, b, alpha]."
addedInput schema / properties / color_ramp / description
Added value: +"Colour ramp name, e.g. \"Viridis\" -- see list_color_ramps."
addedInput schema / properties / field / description
Added value: +"Field to symbolise by (all types except simple)."
addedInput schema / properties / fields
Added value: +{
+ "anyOf": [
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Several fields for unique_values symbology.",
+ "title": "Fields"
+}
addedInput schema / properties / label
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Legend label for simple symbology.",
+ "title": "Label"
+}
addedInput schema / properties / layer_name / description
Added value: +"Layer or table name as shown by get_layers, or a full dataset path."
addedInput schema / properties / map_name / description
Added value: +"Map to act on; defaults to the active map."
addedInput schema / properties / max_symbol_size
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Largest size for graduated_symbols.",
+ "title": "Max Symbol Size"
+}
addedInput schema / properties / min_symbol_size
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Smallest size for graduated_symbols.",
+ "title": "Min Symbol Size"
+}
addedInput schema / properties / outline_color / description
Added value: +"Outline colour as [r, g, b]."
addedInput schema / properties / outline_width
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Outline width in points.",
+ "title": "Outline Width"
+}
addedInput schema / properties / renderer_type / description
Added value: +"simple, unique_values, graduated_colors, graduated_symbols or unclassed_colors."
addedInput schema / properties / symbol_size
Added value: +{
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Point/line symbol size in points.",
+ "title": "Symbol Size"
+}
addedInput schema / properties / transparency
Added value: +{
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Layer transparency 0-100.",
+ "title": "Transparency"
+}
addedInput schema / properties / value_colors
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Explicit colours per category for unique_values, e.g. {\"Forest\": [34, 139, 34]}.",
+ "title": "Value Colors"
+}