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