Closed (fixed)
Project:
Openlayers
Version:
6.x-2.0-alpha7
Component:
Layers
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2010 at 20:59 UTC
Updated:
25 Jun 2010 at 21:36 UTC
Hi there,
I'm trying to use a KML Layer with the OpenLayers Module. I configure the URL okey http://maps.google.com/maps/ms?ie=UTF8&hl=pt-BR&t=h&source=embed&oe=UTF8... and it does show up in the map
http://www.sosalagoas.al.org.br/mapa
(the layer is called App Ajude o Nordeste and is disabled by default)
thx,
Pedro Markun
Comments
Comment #1
tmcw commentedThis module doesn't / can't support KML coming from other domains. This is documented in docs/KML.txt, and can be somewhat avoided by either moving the KML to your own server or using a proxy - either a Drupal module like the proxy module or another generic proxy.
Comment #2
markun commentedHey, thanks! Now it's working.