function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
empucempuc 

Embeded VF page with Google map functionality

Hello Everyone!

 

I've wanted to add address visualization on some SFDC page-layout standard page with Google Maps functionality (as a embeded VF section). I  found existing piece of code - here : http://phollaio.tumblr.com/post/22058038379/inline-google-maps-using-visualforce and modified it to my needs. Its works really nice on IE / FF, but the problem is with Chrome which display a blank section there :( I've tried to find any security settings on chrome, which could block it, but without any results :( 

 

Maybe some of You already encountered the same problem?

 

Thanks in advance for any feed back and help!

 

Best Answer chosen by Admin (Salesforce Developers) 
empucempuc

Ok. Problem solved. It's sufficient to replace the non secure javascript library urls for secure urls (http -> https). 

Google Maps are correctly displayed on all checked browsers including Chrome.