You need to sign in to do that
Don't have an account?
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!
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.