Subject: [Spanish] ayuda(archivos en openlayers)<br><br> Ricardo, usa Firebug, mira si hay errores en consola y en "Red", "Todo" a ver si tienes alguna GET en rojo, lo que significaría que no encuentra algun script o archivo que hace que todo falle. <br>
<br> ánimos,<br> Pere<br><br><div class="gmail_quote">2010/1/19 <span dir="ltr"><<a href="mailto:spanish-request@lists.osgeo.org">spanish-request@lists.osgeo.org</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send Spanish mailing list submissions to<br>
<a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:spanish-request@lists.osgeo.org">spanish-request@lists.osgeo.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:spanish-owner@lists.osgeo.org">spanish-owner@lists.osgeo.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Spanish digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. ayuda(archivos en openlayers) (Ricardo Rodr?guez)<br>
2. Re: ayuda(archivos en openlayers) (Iv?n S?nchez Ortega)<br>
3. Fedora geo-?spin? (Ismael Olea)<br>
4. Comunidad foss4g en Chile... cooming soon (C?sar Medina)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 18 Jan 2010 16:14:22 -0500<br>
From: Ricardo Rodr?guez <<a href="mailto:ricardorodot02@gmail.com">ricardorodot02@gmail.com</a>><br>
Subject: [Spanish] ayuda(archivos en openlayers)<br>
To: <a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a><br>
Message-ID:<br>
<<a href="mailto:3fe9e6d71001181314m2b737e99rd31c52e950c78d3e@mail.gmail.com">3fe9e6d71001181314m2b737e99rd31c52e950c78d3e@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
hola a todos estado trabajondo con openlayers en el ultimo mes<br>
pero no logro ver mis archivos este el codigo de la pagina :<br>
<br>
<br>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<br>
<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"><br>
<html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>"><br>
<br>
<head><br>
<script src="OpenLayers-2.8/lib/OpenLayers.js"></script><br>
<script type="text/javascript"><br>
<br>
var map;<br>
function init() {<br>
<br>
map = new OpenLayers.Map('map',<br>
{<br>
controls:[<br>
new OpenLayers.Control.Navigation(),<br>
new OpenLayers.Control.PanZoomBar(),<br>
new OpenLayers.Control.LayerSwitcher(),<br>
new OpenLayers.Control.Attribution(),<br>
new OpenLayers.Control.ScaleLine(),<br>
new OpenLayers.Control.KeyboardDefaults()],<br>
sphericalMercator: true,<br>
maxExtent: new<br>
OpenLayers.Bounds(865279.849223,864491.039124,1060079.6192,1060833.118),<br>
<br>
maxResolution: 'auto',<br>
numZoomLevels: 5,<br>
units: 'm'}<br>
);<br>
<br>
var redpeatonal = new OpenLayers.Layer.GML ("red peatonal",<br>
"GML/peatonalred.gml",<br>
{<br>
style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor: "red",<br>
fillOpacity: 0.5},<br>
projection: new OpenLayers.Projection("EPSG:21891"),<br>
format: OpenLayers.Format.GML<br>
}<br>
);<br>
map.addLayer(redpeatonal);<br>
//redpeatonal.isBaseLayer=true;<br>
var Lindero = new OpenLayers.Layer.GML ("Lindero",<br>
"GML/LINDERO.gml",<br>
{<br>
style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor:<br>
"yellow", fillOpacity: 0.5},<br>
projection: new OpenLayers.Projection("EPSG:21891"),<br>
format: OpenLayers.Format.GML<br>
}<br>
);<br>
map.addLayer(Lindero);<br>
<br>
var edificaciones = new OpenLayers.Layer.GML ("edificaciones",<br>
"GML/edificaciones.gml",<br>
{<br>
style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor:<br>
"yellow", fillOpacity: 0.5},<br>
projection: new OpenLayers.Projection("EPSG:21891"),<br>
format: OpenLayers.Format.GML<br>
}<br>
);<br>
map.addLayer(edificaciones);<br>
<br>
//add both layers here<br>
map.addLayers([redpeatonal, Lindero, edificaciones]);<br>
map.zoomToMaxExtent();<br>
}<br>
</script><br>
</head><br>
<br>
<body onload="init()"><br>
<div id="map" style="width: 600px; height: 300px"></div><br>
</body><br>
</html><br>
<br>
la verdad no se que estoy haciendo mal por favor que me hace<br>
falta o cual es el error<br>
<br>
<br>
Ricardo Rodríguez<br>
Ing. Topográfico<br>
Univalle<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/spanish/attachments/20100118/dcd39576/attachment-0001.html" target="_blank">http://lists.osgeo.org/pipermail/spanish/attachments/20100118/dcd39576/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 19 Jan 2010 01:36:35 +0100<br>
From: Iv?n S?nchez Ortega <<a href="mailto:ivan@sanchezortega.es">ivan@sanchezortega.es</a>><br>
Subject: Re: [Spanish] ayuda(archivos en openlayers)<br>
To: <a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a><br>
Cc: Ricardo Rodr?guez <<a href="mailto:ricardorodot02@gmail.com">ricardorodot02@gmail.com</a>><br>
Message-ID: <<a href="mailto:201001190136.39205.ivan@sanchezortega.es">201001190136.39205.ivan@sanchezortega.es</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
El Lunes, 18 de Enero de 2010, Ricardo RodrÃguez escribió:<br>
> hola a todos estado trabajondo con openlayers en el ultimo mes<br>
> pero no logro ver mis archivos este el codigo de la pagina :<br>
[...]<br>
> la verdad no se que estoy haciendo mal por favor que me hace<br>
> falta o cual es el error<br>
<br>
En vez de ponernos el código que utilizas, ¿puedes decirnos si esto está<br>
publicado en algún servidor web?<br>
<br>
De esta manera, es posible ver de primera mano los problemas que pudiera<br>
haber. PodrÃa ser que las rutas de los ficheros estén mal, pero ahora mismo<br>
es muy difÃcil saberlo.<br>
<br>
--<br>
----------------------------------<br>
Iván Sánchez Ortega <<a href="mailto:ivan@sanchezortega.es">ivan@sanchezortega.es</a>><br>
<br>
Now listening to: Orsten - Zinzin Lounge (2008) - [15] Fleur Blanche (4:04)<br>
(0.000000%)<br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: not available<br>
Type: application/pgp-signature<br>
Size: 198 bytes<br>
Desc: This is a digitally signed message part.<br>
Url : <a href="http://lists.osgeo.org/pipermail/spanish/attachments/20100119/3fd18e7f/attachment-0001.bin" target="_blank">http://lists.osgeo.org/pipermail/spanish/attachments/20100119/3fd18e7f/attachment-0001.bin</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 19 Jan 2010 01:57:16 +0100<br>
From: Ismael Olea <<a href="mailto:ismael@olea.org">ismael@olea.org</a>><br>
Subject: [Spanish] Fedora geo-?spin?<br>
To: osgeo-es <<a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a>><br>
Message-ID: <<a href="mailto:1263862637.26095.49.camel@lisergia.olea.org">1263862637.26095.49.camel@lisergia.olea.org</a>><br>
Content-Type: text/plain; charset="iso-8859-15"<br>
<br>
Skipped content of type multipart/signed-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: smime.p7s<br>
Type: application/x-pkcs7-signature<br>
Size: 3635 bytes<br>
Desc: not available<br>
Url : <a href="http://lists.osgeo.org/pipermail/spanish/attachments/20100119/3d7acd6a/smime-0001.bin" target="_blank">http://lists.osgeo.org/pipermail/spanish/attachments/20100119/3d7acd6a/smime-0001.bin</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Mon, 18 Jan 2010 23:43:06 -0300<br>
From: C?sar Medina <<a href="mailto:ciesaremedina@hotmail.com">ciesaremedina@hotmail.com</a>><br>
Subject: [Spanish] Comunidad foss4g en Chile... cooming soon<br>
To: spanish <a href="http://lists.osgeo.org" target="_blank">lists.osgeo.org</a> <<a href="mailto:spanish@lists.osgeo.org">spanish@lists.osgeo.org</a>><br>
Message-ID: <BLU147-W3414F58268179282EB682CAF650@phx.gbl><br>
Content-Type: text/plain; charset="windows-1252"<br>
<br>
<br>
hola a todos, como estan ?<br>
Esta vez les escribo para darles una noticia: Hace unas semanas, nos estamos colocando de acuerdo con unos amigos para armar en Chile una comunidad FOSS4G,esto, sin animo de dividir, solo de ampliar las probabilidades de que se conoscan aún mas las herramientas Open Source para SIG/GIS por este lado del mundo, y quien sabe, poder tener mas gente de Chile en el <a href="http://2010.foss4g.org/" target="_blank">http://2010.foss4g.org/</a> en Barcelona.<br>
Como bien me decía Jorge Sanz en mi Blog - tarea pendiente que tenia- La idea, es saber si en esta lista hay alguien mas de Chile, para que podamos conversar y compartir experiencias mas cercanas <a href="http://foss4gchile.blogspot.com/2010/01/comunidad-foss4g-en-chile-cooming-soon.html#comments" target="_blank">http://foss4gchile.blogspot.com/2010/01/comunidad-foss4g-en-chile-cooming-soon.html#comments</a><br>
saludos y será hasta la próxima....<br>
César<br>
<a href="http://www.linkedin.com/in/cesarmedinam" target="_blank">http://www.linkedin.com/in/cesarmedinam</a><br>
<a href="http://foss4gchile.blogspot.com/" target="_blank">http://foss4gchile.blogspot.com/</a><br>
mail: ciesareMedina (at) gmail (dot) com<br>
msn: ciesareMedina (at) hotmail (dot) com<br>
skype: ciesare_medinatwitter: ciesaremedina<br>
_________________________________________________________________<br>
Keep your friends updated—even when you’re not signed in.<br>
<a href="http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010" target="_blank">http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.osgeo.org/pipermail/spanish/attachments/20100118/7677c6da/attachment.html" target="_blank">http://lists.osgeo.org/pipermail/spanish/attachments/20100118/7677c6da/attachment.html</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Spanish mailing list<br>
<a href="mailto:Spanish@lists.osgeo.org">Spanish@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/spanish" target="_blank">http://lists.osgeo.org/mailman/listinfo/spanish</a><br>
<br>
<br>
End of Spanish Digest, Vol 35, Issue 15<br>
***************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>Pere Roca Ristol<br>Biòleg i especialista GIS<br>Museo Nacional de Ciencias Naturales (CSIC)<br>Visita l'EDIT mapViewer! <br><a href="http://edit.csic.es/geo/mapviewer/edit.html">http://edit.csic.es/geo/mapviewer/edit.html</a><br>