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
RagingForceRagingForce 

google maps and kml using Geoxml3

Hi guys i am having problems when using google maps v3 and Geoxml3, i have a visualforce page that contains a map that renders kml files from a remote site, now the problem I have is that Geoxml3  will not allow this becasue of the following:

 

Geoxml3  is subject to the same cross-domain download restrictions as any JavaScript, so any KML document you expect it to process will need to be served from the same domain as the containing map page.

 

Are there any work arounds to this, or could anyone go into some detail how this could be accomplished? maybe proxy server not sure how this works or should be implemented?