earthenterprise icon indicating copy to clipboard operation
earthenterprise copied to clipboard

gemodifyimageryproject deletes all existing resources from a project

Open AnguIar opened this issue 4 years ago • 1 comments

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

  1. Create a project
  2. Add resources to it and build it
  3. 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.

AnguIar avatar Aug 05 '20 19:08 AnguIar

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).

AnguIar avatar Aug 12 '20 11:08 AnguIar