Problem / Error: The client called in and told that already created a map for GIS field map. Google map shows for 'Development purpose only'.
Enabling the debug (F12) shows:
"You have exceeded your request quota for this API"
Release: Any
Component: SPCCSS
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:
https://developers.google.com/maps/documentation/javascript/get-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.