<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY TEXT="#1a1a1a" LINK="#0000ff" BGCOLOR="#ffffff" BACKGROUND="file:///home/ajuarez">
sure,<BR>
<BR>
this is my page and code<BR>
<BR>
<I><TT>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;DTD/xhtml1-strict.dtd&quot;&gt;</TT></I><BR>
<I><TT>&lt;html xmlns=&quot;<A HREF="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</A>&quot;&gt;</TT></I><BR>
<I><TT>&lt;head&gt;</TT></I><BR>
<I><TT>        &lt;title&gt;Prueba 1a&lt;/title&gt;</TT></I><BR>
<I><TT>&lt;/head&gt;</TT></I><BR>
<I><TT> &lt;script src=&quot;http://172.16.23.21:8080/geoserver/openlayers/OpenLayers.js&quot; type=&quot;text/javascript&quot;&gt;</TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/script&gt;</TT></I><BR>
<BR>
<BR>
<I><TT>&lt;body BGCOLOR=#CCCC98 onload=&quot;load();&quot;&gt;</TT></I><BR>
<BR>
<I><TT>&lt;div id=&quot;map&quot; style=&quot;width: 800px; height: 500px; top:-3px; left:-350px; border: 9px solid #EBE9D4;&quot;&gt;&lt;/div&gt;</TT></I><BR>
<BR>
<I><TT>&lt;script type=&quot;text/javascript&quot;&gt;</TT></I><BR>
<I><TT>function load() {</TT></I><BR>
<I><TT>        format = 'image/png';</TT></I><BR>
<I><TT>        var options = {</TT></I><BR>
<I><TT>        </TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; controls:[</TT></I><BR>
<I><TT>                        new OpenLayers.Control.Navigation(),</TT></I><BR>
<I><TT>                        new OpenLayers.Control.PanZoomBar(),</TT></I><BR>
<I><TT>                        new OpenLayers.Control.LayerSwitcher({'ascending':false}),</TT></I><BR>
<I><TT>                        new OpenLayers.Control.ScaleLine(),</TT></I><BR>
<I><TT>                        new OpenLayers.Control.MousePosition(),</TT></I><BR>
<I><TT>                        new OpenLayers.Control.KeyboardDefaults() ],</TT></I><BR>
<I><TT>                numZoomLevels: 31,units: 'm' };</TT></I><BR>
<I><TT>        var map = new OpenLayers.Map(&quot;map&quot;, options);</TT></I><BR>
<BR>
<I><TT>        l1 = new OpenLayers.Layer.WMS(</TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Limites', &quot;<A HREF="http://www.aplicanet.gob.mx:8080/geoserver/wms">http://www.aplicanet.gob.mx:8080/geoserver/wms</A>&quot;,</TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {layers: 'sde:SPF_CATASTRO.LMA',</TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srs: 'EPSG:900913',</TT></I><BR>
<I><TT>                        transparent: true,</TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; format: format,</TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tiled: 'true'</TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; },{singleTile: true, isBaseLayer: true});</TT></I><BR>
<I><TT>        l1.setVisibility(true); </TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.addLayer(l1);</TT></I><BR>
<BR>
<I><TT>        var layer2 = new OpenLayers.Layer.WFS( </TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'CEC', &quot;<A HREF="http://www.aplicanet.gob.mx:8080/geoserver/wfs">http://www.aplicanet.gob.mx:8080/geoserver/wfs</A>&quot;,</TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {typename: 'sde:DTYT.SSC_RUTAS_2009',maxfeatures: 10}, </TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { featureClass: OpenLayers.Feature.WFS}); </TT></I><BR>
<I><TT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.addLayer(layer2);</TT></I><BR>
<I><TT>map.setCenter(new OpenLayers.LonLat(-99.854736328125,20.80875529543977), 9); </TT></I><BR>
<BR>
<I><TT>}</TT></I><BR>
<I><TT>&lt;/script&gt;</TT></I><BR>
<BR>
<I><TT>&lt;/body&gt;</TT></I><BR>
<I><TT>&lt;/html&gt;</TT></I><BR>
<BR>
<BR>
hopefully you can help me<BR>
<BR>
Thanks.<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Arturo Ju&#225;rez Lima &lt;<A HREF="mailto:ajuarez@queretaro.gob.mx">ajuarez@queretaro.gob.mx</A>&gt;<BR>
GEQ
</TD>
</TR>
</TABLE>
<BR>
<BR>
El jue, 29-10-2009 a las 14:26 +0100, Andreas Hocevar escribi&#243;:
<BLOCKQUOTE TYPE=CITE>
<PRE>
It is hard to guess your guess when you don't provide code. Please 
provide a code snippet and explain what does not work and what you don't 
understand.

Regards,
Andreas.

Arturo Ju&#225;rez Lima wrote:
&gt; Thanks Andreas, I was make question because I am trying add to a shape 
&gt; in format WFS with openlayers, but I can't show my shape in my map, 
&gt; then, I was guess, that maybe when I use a shape in WFS, maybe have a 
&gt; EPSG in special. But you tell me that my guess is incorrect, then my 
&gt; option are falling.
&gt;
&gt; could you give me a another guess, please :-)???
&gt;
&gt; thanks
&gt; -- 
&gt; Arturo Ju&#225;rez Lima &lt;<A HREF="mailto:ajuarez@queretaro.gob.mx">ajuarez@queretaro.gob.mx</A> 
&gt; &lt;<A HREF="mailto:ajuarez@queretaro.gob.mx">mailto:ajuarez@queretaro.gob.mx</A>&gt;&gt;
&gt; GEQ
&gt;
&gt;
&gt;
&gt; El jue, 29-10-2009 a las 08:05 +0100, Andreas Hocevar escribi&#243;:
&gt;&gt; was that meant for geoserver-users? You sent it to the OpenLayers
&gt;&gt; users list. 
&gt; ------------------------------------------------------------------------
&gt;
&gt; _______________________________________________
&gt; Users mailing list
&gt; <A HREF="mailto:Users@openlayers.org">Users@openlayers.org</A>
&gt; <A HREF="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A>
&gt;   


</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>