addedInput schema / properties / dpi
Added value: +{
+ "default": 96,
+ "description": "Resolution.",
+ "title": "Dpi",
+ "type": "integer"
+}
addedInput schema / properties / height / description
Added value: +"Image height in pixels."
addedInput schema / properties / map_name / description
Added value: +"Map to act on; defaults to the active map."
addedInput schema / properties / output_path / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / output_path / default
Added value: +null
addedInput schema / properties / output_path / description
Added value: +"Optional file to save to; omit for a temporary image."
removedInput schema / properties / output_path / type
Removed value: -"string"
addedInput schema / properties / return_image
Added value: +{
+ "default": true,
+ "description": "Return the image inline.",
+ "title": "Return Image",
+ "type": "boolean"
+}
addedInput schema / properties / width / description
Added value: +"Image width in pixels."
addedInput schema / properties / zoom_to_layer
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Zoom to this layer before exporting.",
+ "title": "Zoom To Layer"
+}
removedInput schema / required
Removed value: -[
- "output_path"
-]
changedOutput schema / (root)
Previous value: -{
- "properties": {
- "result": {
- "title": "Result",
- "type": "string"
- }
- },
- "required": [
- "result"
- ],
- "title": "export_map_viewOutput",
- "type": "object"
-}New value: +null