Can we set autostart to true by default

286
1
10-25-2021 04:23 PM
BillSmith
New Contributor III

Can we change the default setting to true for autostart?

I'm having to modify the file after it is copied into the user directory and set it to true.

copy

C:\Program Files\ArcGIS\Earth\bin\automation\settings.json   to

C:\\Users\\<user.name>\\Documents\\ArcGISEarth\\automation\\settings.json

 

Modify the autostart setting to true, it is false by default.

Install dir file.

{
"version": "1.12",
"autoStart": false,
"baseUrl": "http://localhost:8000"
}

 

After copy to user dir

{
"version": "1.12",
"autoStart": true,
"baseUrl": "http://localhost:8000"
}

 

Pain in the **bleep**!!!

 

0 Kudos
1 Reply
LexieLi
Esri Contributor

Hi @BillSmith 

 

Thanks for your feedback.

Currently, our default setting is true and supports editing the settings.json in <user.name>\Documents\ArcGISEarth\automation. 

We have logged your great suggestions and will improve this in the following releases. We will also keep you updated.

 

Thanks,

Lexie

 

0 Kudos