How To Display Google Map In Siebel OpenUI Enabled Application?
Hi Team,
We are trying to configure google Maps as per the instructions provided in Doc ID <<1528618.1>>. The files provided are for upto 8.1.1.10 version. We had modified the PR file with define as per 8.1.1.11
Removed code - SiebelApp.S_App.RegisterConstructorAgainstKey( "GoogleMapApiPR", "SiebelAppFacade.GoogleMapApiPR" );
Code introduced - define("siebel/custom/GoogleMapApiPR", [], function () { -----------------------
}());
return "SiebelAppFacade.GoogleMapApiPR";
Code Changed: src="'+SIEBEL_BUILD+'3rdParty/markerclusterer.js">';
to src="3rdParty/markerclusterer.js">';
Mapped PR file in manifest admin screens to the applet.
Expected Result: Google map should get loaded
Actual Result: The applet is not getting rendered (the whole view is not getting loaded seems some issue with code inside PR).