Configure application

The 3D Public Survey application consumes the scene you authored and geographic information from your organization.

To configure the 3D Public Survey application, complete the following steps:

  1. Using Windows Explorer, browse to the <your directory>\Application\3DPublicSurvey\js folder and open the configuration.json file in Microsoft Notepad or another text editor.
  2. Enter the web scene ID for your Public Survey scene,
        
            "webscene": "9eba0390d6064e7e9334bea7d3f6c5ed"
                
            
  3. Enter the portal URL. This can be ArcGIS Online, ArcGIS Enterprise, or Portal for ArcGIS organization.
        
            "portalurl": "https://www.arcgis.com"
                
            
  4. Enter the Survey Response layer name,
        
            "survey": "SurveyResponses_np1"
                
            
  5. Save the file and exit.
Top