hola  a  todos    estado  trabajondo  con openlayers  en el ultimo  mes  pero  no  logro ver mis  archivos   este  el  codigo  de la  pagina :<br><br><br>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br>
&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br><br>  &lt;head&gt;<br>    &lt;script src=&quot;OpenLayers-2.8/lib/OpenLayers.js&quot;&gt;&lt;/script&gt;<br>    &lt;script type=&quot;text/javascript&quot;&gt;<br>
<br>    var map;<br>    function init() {<br><br>        map = new OpenLayers.Map(&#39;map&#39;,<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 OpenLayers.Bounds(865279.849223,864491.039124,1060079.6192,1060833.118),<br>          <br>          maxResolution: &#39;auto&#39;,<br>          numZoomLevels: 5,<br>          units: &#39;m&#39;}<br>
        );<br><br>       var redpeatonal = new OpenLayers.Layer.GML (&quot;red peatonal&quot;, &quot;GML/peatonalred.gml&quot;,<br>            {<br>            style: {strokeWidth:1, strokeColor:&quot;#CCCCCC&quot;, fillColor: &quot;red&quot;, fillOpacity: 0.5},<br>
            projection: new OpenLayers.Projection(&quot;EPSG:21891&quot;),<br>            format: OpenLayers.Format.GML<br>            }<br>            );<br>            map.addLayer(redpeatonal);<br>            //redpeatonal.isBaseLayer=true;<br>
            var Lindero = new OpenLayers.Layer.GML (&quot;Lindero&quot;, &quot;GML/LINDERO.gml&quot;, <br>            {<br>            style: {strokeWidth:1, strokeColor:&quot;#CCCCCC&quot;, fillColor: &quot;yellow&quot;, fillOpacity: 0.5},<br>
            projection: new OpenLayers.Projection(&quot;EPSG:21891&quot;),<br>            format: OpenLayers.Format.GML<br>            }<br>            );<br>            map.addLayer(Lindero);<br>            <br>            var edificaciones = new OpenLayers.Layer.GML (&quot;edificaciones&quot;, &quot;GML/edificaciones.gml&quot;, <br>
            {<br>            style: {strokeWidth:1, strokeColor:&quot;#CCCCCC&quot;, fillColor: &quot;yellow&quot;, fillOpacity: 0.5},<br>            projection: new OpenLayers.Projection(&quot;EPSG:21891&quot;),<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>
    &lt;/script&gt;<br>&lt;/head&gt;<br><br>&lt;body onload=&quot;init()&quot;&gt;<br>    &lt;div id=&quot;map&quot;  style=&quot;width: 600px; height: 300px&quot;&gt;&lt;/div&gt;<br>&lt;/body&gt;<br>&lt;/html&gt;<br><br>
la  verdad  no  se  que  estoy  haciendo  mal   por  favor   que  me  hace  falta   o  cual  es  el  error<br><br> <br clear="all">Ricardo Rodríguez<br>Ing. Topográfico<br>Univalle<br>