[Spanish] Re: Spanish Digest, Vol 35, Issue 15
pere roca ristol
peroc79 at gmail.com
Tue Jan 19 01:27:19 EST 2010
Subject: [Spanish] ayuda(archivos en openlayers)
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.
ánimos,
Pere
2010/1/19 <spanish-request en lists.osgeo.org>
> Send Spanish mailing list submissions to
> spanish en lists.osgeo.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.osgeo.org/mailman/listinfo/spanish
> or, via email, send a message with subject or body 'help' to
> spanish-request en lists.osgeo.org
>
> You can reach the person managing the list at
> spanish-owner en lists.osgeo.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Spanish digest..."
>
>
> Today's Topics:
>
> 1. ayuda(archivos en openlayers) (Ricardo Rodr?guez)
> 2. Re: ayuda(archivos en openlayers) (Iv?n S?nchez Ortega)
> 3. Fedora geo-?spin? (Ismael Olea)
> 4. Comunidad foss4g en Chile... cooming soon (C?sar Medina)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 18 Jan 2010 16:14:22 -0500
> From: Ricardo Rodr?guez <ricardorodot02 en gmail.com>
> Subject: [Spanish] ayuda(archivos en openlayers)
> To: spanish en lists.osgeo.org
> Message-ID:
> <3fe9e6d71001181314m2b737e99rd31c52e950c78d3e en mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hola a todos estado trabajondo con openlayers en el ultimo mes
> pero no logro ver mis archivos este el codigo de la pagina :
>
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
> http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml">
>
> <head>
> <script src="OpenLayers-2.8/lib/OpenLayers.js"></script>
> <script type="text/javascript">
>
> var map;
> function init() {
>
> map = new OpenLayers.Map('map',
> {
> controls:[
> new OpenLayers.Control.Navigation(),
> new OpenLayers.Control.PanZoomBar(),
> new OpenLayers.Control.LayerSwitcher(),
> new OpenLayers.Control.Attribution(),
> new OpenLayers.Control.ScaleLine(),
> new OpenLayers.Control.KeyboardDefaults()],
> sphericalMercator: true,
> maxExtent: new
> OpenLayers.Bounds(865279.849223,864491.039124,1060079.6192,1060833.118),
>
> maxResolution: 'auto',
> numZoomLevels: 5,
> units: 'm'}
> );
>
> var redpeatonal = new OpenLayers.Layer.GML ("red peatonal",
> "GML/peatonalred.gml",
> {
> style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor: "red",
> fillOpacity: 0.5},
> projection: new OpenLayers.Projection("EPSG:21891"),
> format: OpenLayers.Format.GML
> }
> );
> map.addLayer(redpeatonal);
> //redpeatonal.isBaseLayer=true;
> var Lindero = new OpenLayers.Layer.GML ("Lindero",
> "GML/LINDERO.gml",
> {
> style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor:
> "yellow", fillOpacity: 0.5},
> projection: new OpenLayers.Projection("EPSG:21891"),
> format: OpenLayers.Format.GML
> }
> );
> map.addLayer(Lindero);
>
> var edificaciones = new OpenLayers.Layer.GML ("edificaciones",
> "GML/edificaciones.gml",
> {
> style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor:
> "yellow", fillOpacity: 0.5},
> projection: new OpenLayers.Projection("EPSG:21891"),
> format: OpenLayers.Format.GML
> }
> );
> map.addLayer(edificaciones);
>
> //add both layers here
> map.addLayers([redpeatonal, Lindero, edificaciones]);
> map.zoomToMaxExtent();
> }
> </script>
> </head>
>
> <body onload="init()">
> <div id="map" style="width: 600px; height: 300px"></div>
> </body>
> </html>
>
> la verdad no se que estoy haciendo mal por favor que me hace
> falta o cual es el error
>
>
> Ricardo Rodríguez
> Ing. Topográfico
> Univalle
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.osgeo.org/pipermail/spanish/attachments/20100118/dcd39576/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Tue, 19 Jan 2010 01:36:35 +0100
> From: Iv?n S?nchez Ortega <ivan en sanchezortega.es>
> Subject: Re: [Spanish] ayuda(archivos en openlayers)
> To: spanish en lists.osgeo.org
> Cc: Ricardo Rodr?guez <ricardorodot02 en gmail.com>
> Message-ID: <201001190136.39205.ivan en sanchezortega.es>
> Content-Type: text/plain; charset="utf-8"
>
> El Lunes, 18 de Enero de 2010, Ricardo RodrÃguez escribió:
> > hola a todos estado trabajondo con openlayers en el ultimo mes
> > pero no logro ver mis archivos este el codigo de la pagina :
> [...]
> > la verdad no se que estoy haciendo mal por favor que me
> hace
> > falta o cual es el error
>
> En vez de ponernos el código que utilizas, ¿puedes decirnos si esto está
> publicado en algún servidor web?
>
> De esta manera, es posible ver de primera mano los problemas que pudiera
> haber. PodrÃa ser que las rutas de los ficheros estén mal, pero ahora
> mismo
> es muy difÃcil saberlo.
>
> --
> ----------------------------------
> Iván Sánchez Ortega <ivan en sanchezortega.es>
>
> Now listening to: Orsten - Zinzin Lounge (2008) - [15] Fleur Blanche (4:04)
> (0.000000%)
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: not available
> Type: application/pgp-signature
> Size: 198 bytes
> Desc: This is a digitally signed message part.
> Url :
> http://lists.osgeo.org/pipermail/spanish/attachments/20100119/3fd18e7f/attachment-0001.bin
>
> ------------------------------
>
> Message: 3
> Date: Tue, 19 Jan 2010 01:57:16 +0100
> From: Ismael Olea <ismael en olea.org>
> Subject: [Spanish] Fedora geo-?spin?
> To: osgeo-es <spanish en lists.osgeo.org>
> Message-ID: <1263862637.26095.49.camel en lisergia.olea.org>
> Content-Type: text/plain; charset="iso-8859-15"
>
> Skipped content of type multipart/signed-------------- next part
> --------------
> A non-text attachment was scrubbed...
> Name: smime.p7s
> Type: application/x-pkcs7-signature
> Size: 3635 bytes
> Desc: not available
> Url :
> http://lists.osgeo.org/pipermail/spanish/attachments/20100119/3d7acd6a/smime-0001.bin
>
> ------------------------------
>
> Message: 4
> Date: Mon, 18 Jan 2010 23:43:06 -0300
> From: C?sar Medina <ciesaremedina en hotmail.com>
> Subject: [Spanish] Comunidad foss4g en Chile... cooming soon
> To: spanish lists.osgeo.org <spanish en lists.osgeo.org>
> Message-ID: <BLU147-W3414F58268179282EB682CAF650 en phx.gbl>
> Content-Type: text/plain; charset="windows-1252"
>
>
> hola a todos, como estan ?
> 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 http://2010.foss4g.org/ en Barcelona.
> 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
> http://foss4gchile.blogspot.com/2010/01/comunidad-foss4g-en-chile-cooming-soon.html#comments
> saludos y será hasta la próxima....
> César
> http://www.linkedin.com/in/cesarmedinam
> http://foss4gchile.blogspot.com/
> mail: ciesareMedina (at) gmail (dot) com
> msn: ciesareMedina (at) hotmail (dot) com
> skype: ciesare_medinatwitter: ciesaremedina
> _________________________________________________________________
> Keep your friends updated—even when you’re not signed in.
>
> 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
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.osgeo.org/pipermail/spanish/attachments/20100118/7677c6da/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Spanish mailing list
> Spanish en lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/spanish
>
>
> End of Spanish Digest, Vol 35, Issue 15
> ***************************************
>
--
Pere Roca Ristol
Biòleg i especialista GIS
Museo Nacional de Ciencias Naturales (CSIC)
Visita l'EDIT mapViewer!
http://edit.csic.es/geo/mapviewer/edit.html
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: http://lists.osgeo.org/pipermail/spanish/attachments/20100119/19f99576/attachment.html
More information about the Spanish
mailing list