You may have noticed some issues with the maps on the Contacts
sample dashboard in OWF. The Contacts sample dashboard utilizes Google
Maps for path routing and geographic display. As of June 11, 2018,
Google requires you to have a valid Google Maps API key to enable all
functionality in the map. Prior to that date, developers were able to
use this freely without a key for development purposes. Please see the
Google Maps Platform documentation,
https://cloud.google.com/maps-platform/user-guide/account-changes/#no-plan,
to obtain a key. Once you have obtained a key, you may replace the
API’s <script> link in the example Google Map widget’s index.html
file with the URL to the latest API library and include your KEY. See
step two of Google’s API upgrade instructions here,
https://developers.google.com/maps/documentation/javascript/v2tov3. This information will be reflected in the next documentation update.