spatial_upload
Upload a layer zip to the Spatial Portal and get an upload ID for creating a layer. Preview by default; set dryRun false and confirm true to apply changes.
Instructions
Upload a layer zip (wiki step 2). Returns the upload id; then spatial_create_layer [changes spatial-service]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| dryRun | No | Preview only (default). Set false, together with confirm:true, to really do it | |
| confirm | No | Must be true (and dryRun false) to really do it |