Customizing Your Start Page

The startup page is the page that opens when the user opens TerraExplorer Fusion without a project parameter in the URL. You can customize the demo projects that are listed on this page.

To customize the startup page:

1.     Open the TEWConfig.json file saved under the application's "./Custom" folder. This is the only file in which startup page customizations can be made.

{
"DemoProjects": [
{
"projectName": "Features Demo",
"projectImageURL": "./custom/images/DefaultDemo.png",
"projectUrl": "https://cloud.skylineglobe.com/SG/demos/projects/TEF_Demo_Project"
},
{
"projectName": "Close Range",
"projectImageURL": "./custom/images/PhotoInspection.png",
"projectUrl": "https://cloud.skylineglobe.com/SG/Demos/projects/PhotoInspection&presentation=Photo%20Inspection"
},
{
"projectName": "Mexico Beach",
"projectImageURL": "./custom/images/MexicoBeach.png",
"projectUrl": "https://cloud.skylineglobe.com/SG/demos/projects/Mexico_Beach_Emergency_Response&presentation=Presentation\\%20Mexico%20Beach"
}
]
}

2.     Make the required changes, e.g., add/change projects or change the project images, and save the file.