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><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"><br>
<html xmlns="<a href="http://www.w3.org/1999/xhtml">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 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", "GML/peatonalred.gml",<br> {<br> style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor: "red", 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", "GML/LINDERO.gml", <br> {<br> style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor: "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", "GML/edificaciones.gml", <br>
{<br> style: {strokeWidth:1, strokeColor:"#CCCCCC", fillColor: "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 falta o cual es el error<br><br> <br clear="all">Ricardo Rodríguez<br>Ing. Topográfico<br>Univalle<br>