earthenterprise
earthenterprise copied to clipboard
gemodifyimageryproject deletes all existing resources from a project
Describe the bug
I have these resources up in a project:
After using this bash command:
gemodifyimageryproject -o Project/project --maxleveloverride 10 Source/i500
It seems that all of the other resources have disappeared (excluding the resource I have modified), as the following screenshot shows:
To Reproduce
- Create a project
- Add resources to it and build it
- Use the CLI command to modify it, see what happens.
Expected behavior
gemodifyimageryproject
should modify only the given resources.
Desktop
- Server OS: Ubuntu 18.04, Fusion runs on 16.04 docker machine.
- Client OS: Same as server.
Maybe it somehow related to this file, specifically this line
P.S: any tips on how to compile Fusion for development environments? As for now I rebuild for each change I make (which takes huge amount of time).