<div dir="ltr">Hola,<div style>si escribes <a href="http://localhost/openlayers/MisCapas/CofPol.kml" target="_blank" style="font-size:13px;font-family:arial,sans-serif">http://localhost/openlayers/MisCapas/CofPol.kml</a><font color="#500050" face="arial, sans-serif"> en tu navegador te devuelve algo?</font></div>
<div style><font color="#500050" face="arial, sans-serif"><br></font></div><div style><font color="#500050" face="arial, sans-serif">Con el codigo que te ha pasado Wladimir deberia funcionarte. Piensa que las peticiones se hacen via AJAX (por HTTP) asi que tienes que tener tu servidor bien configurado y tambien definido el PROXY en la configuracion de OpenLayers.</font></div>
<div style><font color="#500050" face="arial, sans-serif"><br></font></div><div style><font color="#500050" face="arial, sans-serif">Saludos y animo</font></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/5/10 geodesman <span dir="ltr"><<a href="mailto:juavafer@hotmail.com" target="_blank">juavafer@hotmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
muchas gracias!!! ahora el visor me va, me carga la capa en el desplegable pero no aparece....<br>
<br>
No he instalado ningun protocolo, de momento queria evitarlo a ver si conseguia hacerlo directamente. Es por eso q no me aparece??<br>
<br>
Date: Fri, 10 May 2013 03:54:06 -0700<br>
From: <a href="mailto:ml-node%2Bs1560n5052531h31@n6.nabble.com">ml-node+s1560n5052531h31@n6.nabble.com</a><br>
<div class="im">To: <a href="mailto:juavafer@hotmail.com">juavafer@hotmail.com</a><br>
Subject: Re: añadir kml desde localhost<br>
<br>
<br>
<br>
</div><div class="im">        Hola Juanjo,<br>
<br>
El OpenLayers.Layer.GML está deprecated. Otra cosa es que un KML no es un GML por lo tanto igual no te funcionaria por no son el mismo formato.<br>
<br>
Debes usar esta forma para llamar al KML.<br>
<br>
<br>
En el parametro url puedes poner directamente el link a tu recurso "/openlayers/MisCapas/CofPol.kml"<br>
<br>
<br>
var kml = new OpenLayers.Layer.Vector("KML", {<br>
  strategies: [new OpenLayers.Strategy.Fixed()],<br>
     protocol: new OpenLayers.Protocol.HTTP({<br>
     url: "<a href="http://localhost/openlayers/MisCapas/CofPol.kml" target="_blank">http://localhost/openlayers/MisCapas/CofPol.kml</a>",<br>
<br>
     format: new OpenLayers.Format.KML({<br>
     extractStyles: true,<br>
     extractAttributes: true<br>
     })<br>
   })<br>
});<br>
map.addLayer(kml);<br>
<br>
Saludos,<br>
Bolo<br>
<br>
<br>
<br>
<br>
</div>El 10 de mayo de 2013 12:26, geodesman <[hidden email]> escribió:<br>
<div class="im"><br>
se ven bien y casan. las capas wms son el OSM y google streets que aunque vienen en 90013 soportan 4326. Y la otra es la orto de  la comunidad valenciana q tambien soporta el 4326 asi q por ese lado todo bien. EL kml pues en 4326.<br>

<br>
<br>
<br>
<br>
estoy convencido en q hago defino mal o el path no lo pongo bien<br>
<br>
<br>
<br>
Date: Fri, 10 May 2013 03:00:59 -0700<br>
<br>
</div>From: [hidden email]<br>
<br>
To: [hidden email]<br>
<div><div class="h5"><br>
Subject: Re: añadir kml desde localhost<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
        2013/5/10 geodesman <[hidden email]>:<br>
<br>
<br>
<br>
> No me muestra ningun error, simplemente no funcioa el visor. Tengo tres capas wms añadidas y van perfectamente, pero cuando activo esta ultima simplemente el visor se queda en blanco y solo aparece el titulo y el marco.<br>

<br>
<br>
<br>
<br>
><br>
<br>
<br>
<br>
<br>
<br>
Eso tiene toda la pinta de que la capa se muestra, pero en blanco (por<br>
<br>
<br>
<br>
eso dejan de verse las otras). ¿Has comprobado que las proyecciones<br>
<br>
<br>
<br>
son las correctas? ¿Has comprobado a poner esas capas WMS con esta<br>
<br>
<br>
<br>
capa KML en otro visor (qgis, gvsig,...) y ver si se ven bien juntas?<br>
<br>
<br>
<br>
<br>
<br>
> El kml lo he hecho yo y en el GIS y en googleearth lo veo perfectamente<br>
<br>
<br>
<br>
><br>
<br>
<br>
<br>
> Gracias!<br>
<br>
<br>
<br>
_______________________________________________<br>
<br>
<br>
<br>
Spanish mailing list<br>
<br>
<br>
<br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<br>
<a href="http://es.osgeo.org" target="_blank">http://es.osgeo.org</a><br>
<br>
<a href="http://twitter.com/osgeoes" target="_blank">http://twitter.com/osgeoes</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
                If you reply to this email, your message will be added to the discussion below:<br>
<br>
                <a href="http://osgeo-org.1560.x6.nabble.com/a-adir-kml-desde-localhost-tp5052506p5052520.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/a-adir-kml-desde-localhost-tp5052506p5052520.html</a><br>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
                To unsubscribe from añadir kml desde localhost, click here.<br>
<br>
<br>
<br>
                NAML<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/a-adir-kml-desde-localhost-tp5052506p5052527.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/a-adir-kml-desde-localhost-tp5052506p5052527.html</a><br>

<br>
<br>
Sent from the OSGeo Spanish Local Chapter mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
<br>
Spanish mailing list<br>
<br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<br>
<a href="http://es.osgeo.org" target="_blank">http://es.osgeo.org</a><br>
<br>
<a href="http://twitter.com/osgeoes" target="_blank">http://twitter.com/osgeoes</a><br>
<br>
<br>
<br>
--<br>
Saludos,<br>
<br>
Bolo<br>
<a href="http://www.geoinquiets.cat" target="_blank">www.geoinquiets.cat</a><br>
<br>
<br>
<br>
_______________________________________________<br>
<br>
Spanish mailing list<br>
<br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<a href="http://es.osgeo.org" target="_blank">http://es.osgeo.org</a><br>
<a href="http://twitter.com/osgeoes" target="_blank">http://twitter.com/osgeoes</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
                If you reply to this email, your message will be added to the discussion below:<br>
</div></div>                <a href="http://osgeo-org.1560.x6.nabble.com/a-adir-kml-desde-localhost-tp5052506p5052531.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/a-adir-kml-desde-localhost-tp5052506p5052531.html</a><br>

<div class="im"><br>
<br>
<br>
                To unsubscribe from añadir kml desde localhost, click here.<br>
<br>
                NAML<br>
<br>
<br>
<br>
<br>
--<br>
</div>View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/a-adir-kml-desde-localhost-tp5052506p5052536.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/a-adir-kml-desde-localhost-tp5052506p5052536.html</a><br>

<div class="HOEnZb"><div class="h5">Sent from the OSGeo Spanish Local Chapter mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Spanish mailing list<br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<a href="http://es.osgeo.org" target="_blank">http://es.osgeo.org</a><br>
<a href="http://twitter.com/osgeoes" target="_blank">http://twitter.com/osgeoes</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><font face="'courier new', monospace">|----------------------------------------------------------------</font><div><font face="courier new, monospace">| OpenLayers Cookbook: </font><font face="courier new, monospace"><font color="#0000ee"><u><a href="http://kcy.me/ar2b" target="_blank">http://kcy.me/ar2b</a></u></font></font><font face="courier new, monospace"><br>
</font><div><font face="'courier new', monospace">| Web Page: </font><a href="http://www.acuriousanimal.com" style="font-family:'courier new',monospace" target="_blank">http://www.acuriousanimal.com</a></div>
<div><span style="font-family:'courier new',monospace">| Blog: <a href="http://www.acuriousanimal.com/blog" target="_blank">http://www.acuriousanimal.com/blog</a></span><br><span style="font-family:'courier new',monospace">| Twitter: <a href="http://twitter.com/#%21/acanimal" target="_blank">@acanimal</a></span><font face="'courier new', monospace"></font><br>
<font face="'courier new', monospace">|----------------------------------------------------------------</font></div><div><font face="'courier new', monospace"><div>|   _      __                           </div>
<div>|  /_)    (_ ` _   _  _)_ o  _   _   _  </div><div>| / /  o .__) (_( ) ) (_  ( (_( (_( (_) </div><div>|                                 _)    </div></font></div><div><font face="'courier new', monospace"></font><span style="font-family:'courier new',monospace">|----------------------------------------------------------------</span></div>
</div>
</div>