The GIS View shows the following message: This page can't load Google Maps correctly - For Development Purposes only
Release: 10.3.x
Component: OneClick
You have to supply your own API_KEY, either a free or paid version of Google's APIs.
Notes:
$SPECROOT\tomcat\webapps\spectrum\console\googleAPIKEY.config
UseLicense=Yes
API_KEY=<new_api_key>
Replace the "<new_api_key>" with the API key obtained from Google APIs. Save and close the file.
The Old APIKey you created needs to be replaced.
You need to create a new APIKey using the following link:
1. Open the following link and perform the request of the API Key:
2. In Oneclick server, open the "$SPECROOT\tomcat\webapps\spectrum\console\googleAPIKEY.config" file and configure the lines as below:
UseLicense=Yes
API_KEY=<old api key>
Replace "<old api key>" with the API key obtained from Google in Step 1 above.
3. Save the file.