OpenStreetMap is used as the default platform mapping software. Use this procedure to configure M&R to use other mapping software, such as Google Maps.

Procedure

  1. To switch from OpenStreetMaps (osm) to Google Maps (google), navigate to APG/Web-Applications/APGFrontend/APG/conf/common.properties.
    1. Add these lines to common.properties:
      #=========================================================
      Setting for Google Maps (client-side)
      #========================================================= 
      apg.maps.geocode=false
      apg.maps.provider=google
      apg.maps.geocoder=google
      
    2. Restart all managed module services including tomcat.
  2. To switch back to OpenStreetMaps from Google Maps
    1. Comment the lines of code you added to common.properties file to disable them.
    2. Restart all managed module services including tomcat.