Usage of GoogleMaps in KReporter 4.x

You now need a GoogleMaps API Key.
Generate the key by following instructions at https://developers.google.com/maps/documentation/javascript/get-api-key

Once you have it, open config.php file of you CRM Installation, go to the bottom of the page an add following line:
$sugar_config['KReports]['googlemapskey'] = "YouGeneratedKey";

2 Likes