...
Introduction
A workflow in Geocap is a way of combining datasets and actions or visualizations in sequence to produce visualizations, movements and powerpoint style 3D presentations. In this section we will have a look at one of the workflows provided with the Atlantis project and then we will create a workflow our self. It is up to you if you want to create a workflow from the Atlantis project or from the new project you built.
Exercises
Tip |
---|
Note that the user may also execute each element one at a time by right clicking on the command and choosing Execute, see the image below. |
Workflows are saved as single files on disk with file extension *.gwf, (Geocap Work Flow). It is a good idea to store them in a folder called workflows next to the db folder on disk. In the next exercises we will create a new empty workflow.
Panel |
---|
borderColor | #404040 |
---|
bgColor | #F0F0F0 |
---|
borderWidth | 1 |
---|
title | Exercise |
---|
borderStyle | dashed |
---|
|
Create a new workflow- Go to File > New > Workflow.
- Browse for workflow folder or create a new one.
- Give your workflow a name and click Save.
- The new workflow window will pop up below the project
|
We are now going to add different commands to our workflow. This can be done in different way. You can turn on the recorder and start executing commands and they will end up in the workflow or you can copy commands from the Toolbox and paste them into the workflow. You can also add elements from the workflow toolbar.
Panel |
---|
borderColor | #404040 |
---|
bgColor | #F0F0F0 |
---|
borderWidth | 1 |
---|
title | Exercise |
---|
borderStyle | dashed |
---|
|
Build the workflow- Select a dataset in your project.
- In the Toolbox right click the command you want to use in your workflow and select Image AddedCopy
- Click the Image Added button in the workflow.
- The command will now be opened in edit mode. Check the settings and click OK
- Continue to add commands to your workflow
|
Panel |
---|
borderColor | #404040 |
---|
bgColor | #F0F0F0 |
---|
borderWidth | 1 |
---|
title | Exercise |
---|
borderStyle | dashed |
---|
|
Execute the workflow- Click the Image Added icon.
- Click the Image Addedicon to execute next element or the Image Added icon to execute all elements in the workflow.
|