


Since there's no Database Structure or Java-class was changed. There are NO DOWN-RESTART/ADMIN-MODE required. Backup file mxmap.js (copy/rename put into your backup folder) AppServer/profiles/ctgAppSrv01/installedApps/ctgCell01/MAXIMO.ear/maximouiweb.war/webclient/javascript/dojo-20171016-1334/layers/map/mxmap.js \AppServer\profiles\ctgAppSrv01\installedApps\ctgCell01\MAXIMO.ear\maximouiweb.war\webclient\javascript\dojo-20171016-1334\layers\map\mxmap.js The final step is to edit dojo (.js) file mxmap.js file under the following path Add/Change the value on MAPMANAGER.GMAPSLICENSE text-labeled "Google client ID" field in Map Manager application with YOUR_GOOGLE_MAPS_API_KEY.ģ. Change the property value of on Global Properties (System Properties application) from value 3.8 (default) to value 3.38 (or as per valid versioning Map API on Google, check for release channels and version numbers)Ģ. Now, let's follow these step to fixed and to use only API Key for authenticate requests:ġ. Parameter “ &v= ” (API version as set in ), “ &sensor=true ” (no longer required, and recommend to remove), and “ &client= ” (to be changed to &key=) That warning occurred because some of the parameters are no longer required for the Maps JavaScript API and need to update with the relevant elements and parameters.Ĭurrent URL was generated every time sent authenticating requests to Google Maps: Google Maps JavaScript API warning: SensorNotRequired Google Maps JavaScript API warning: RetiredVersion Meanwhile, try to check from browser window console log about error/warning when the map request loaded ( Checking Errors in Your Browser -> using Developer Tools or press F12 on your keyboard)Īctually, there are two warning regarding RetiredVersion and SensorNotRequired when using Google Maps provider in Maximo 7.6.0: Remember to ensure that network firewall accepts outgoing connections from client browser to Google links on port 443 used when map is loaded and displayed into client browser: When decide and planning to migrate to use only API Key instead of Client ID for authenticating requests Google Maps in Maximo 7.6.0 environment.Īs we may know that "Client ID" (all client IDs begin with a gme- prefix) was required when using Google Maps provider in Maximo 7.6.0.īefore begin, first is Maximo 7.6.0 should already configure maps in Map Manager application to enabling maps as per in this guideĪnd already obtained the appropriate API Key from Google Maps Platform the map provider that you select.
