Description
Strategy Web provides mapping capabilities for the ESRI platform and allows users to plot areas, markers and analyze data in a geographical context. However, Strategy Administrators need to consider certain connectivity requirements in order to allow the Strategy platform to contact the mapping services. The following diagrams will explain the complete data flow as well as all the servers involved in the process.
Important Notes:
Workflows
Cloud Map configuration
- The client (browser) makes the request for ESRI maps to the Strategy Web Server.
- The Strategy Web Server requests a token for the client using the ESRI key that has been configured.
- The ESRI server validates the key and sends back a token to the Strategy Web Server.
- The Strategy Web Server sends the ESRI configuration with the ESRI Server information and the client token.
- The client requests the base maps with the client token to the Cloud Map Server.
- The Cloud Map Server sends the map tiles to the client.
- The client requests the grid data to the Strategy Web Server.
- The Strategy Web Server requests the grid data to the Intelligence Server.
- The Intelligence Server serves the grid data to the Strategy Web Server.
- The Strategy Web Server returns the data to the client.
- If the map uses markers, the client calculates and plots the data points.
- If the map uses areas, the client requests the polygons in JSON to the Map Layer Server.
- The Map Layer Server servers the polygons in JSON format to the client, calculates the dimensions and plots the areas.