Anyone out there have any idea of which Smart I widget is used to typically display a Google Map linked to a Facilities Location, as seen in may of the demos on KC.
Hi Gregg,
I think most of those examples use the HTML WebReport widget. They probably just have the embed code provided by Google in the widget source. If you are licensed for WebReports you can use this as per the documentation here: https://knowledge.opentext.com/knowledge/piroot/lleswebr/v160205/lleswebr-agd/en/html/webr-widgets-htmlwebrep-bg.htm
If you aren't licensed for WebReports then I think the only way to do this is by creating your own custom widget using the Smart UI SDK. Unless there is another widget I'm not aware of.
RegardsIan
Hi,
This is the code for the HTML Webreport to show the map
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script><iframe scrolling='no' frameborder='0' height='500' width='900' src='https://www.google.com/maps/embed/v1/place?q=[LL_REPTAG_&csuiContainerID CAT:"Facility":"Postcode":DISPLAY /],[LL_REPTAG_&csuiContainerID CAT:"Facility":"Country":DISPLAY /]&key=AIzaSyA6b5FQ-IIcT_p33-P9620PzFuKgsaGAe0'></iframe>[LL_WEBREPORT_STARTROW /][LL_WEBREPORT_ENDROW /]
Great thanks very much