INPUT_OBJECT
ExportParametersInput
link
Parameter Name | Type | Description |
---|---|---|
projection | Int | EPSG code for the output projection of the export |
merge | Boolean | (Default True) If False the export will be in 4096 tiled images. Only for use on exports that are too big to fit as a single file. |
emails | [Email] | List of emails to send the link to once the export has finished processing. |
contourInterval | Float | For contour exports, defines the interval in meters |
url | String | URL from which photos are taken to create a map. |
isCustomProjection | Boolean | Flag indicating whether the user has chosen custom projection. |
maxPoints | Int | The number of points for exports that use them. |
skipOverlay | Boolean | Flag indicating whether we omit overlays when exporting. |
fileFormat | ExportFileFormat | File format for the requested export. |
layer | ExportLayer! | Layer you are exporting. |
resolution | Float | Output resolution in centimeters per pixel (cm/px). |
webhook | WebhookInput | Object with URL of the given integration, called during export. |