<span id="result_box" class="long_text"><span style="background-color: rgb(255, 255, 255);" title="hi all, he tenido problemas para agregar layers con archivos GML y no entiendo donde puede estar el error, que estoy haciendo mal, adicionalmete no quiero utilizar la layer de metacarta, sino unicamente mis archivos gml.">hi
all, I've had trouble adding layers with GML files and do not
understand where he might be wrong, I'm doing wrong, I do not want to
use adicionalmete MetaCarta layer, but only my files gml.<br><br></span><span style="background-color: rgb(255, 255, 255);" title="este un fragmento de lo que estoy haciendo:">this a fragment of what I'm doing:</span></span><br>
<br><br> // create map<br> map = new OpenLayers.Map("map",{<br> units:"m",<br> scales: [2000000,1000000,500000,250000,100000,50000,25000,10000,5000,2500,1000,500,250],<br>
// proyeccion colombia<br> projection:"EPSG:21891",<br> maxExtent: new OpenLayers.Bounds(1059780, 865620,<br> 1061051, 864202)<br>
});<br><br> var Lindero = new OpenLayers.Layer.GML("Lindero", "GML/LINDERO.gml", {<br> format: OpenLayers.Format.GML,<br> formatOptions: {<br> 'extractStyles': true<br>
}<br> });<br> map.addLayer(Lindero);<br> <br> var edificaciones = new OpenLayers.Layer.GML("edificaciones", "GML/edificaciones.gml", {<br> format: OpenLayers.Format.GML,<br> formatOptions: {<br>
'extractStyles': true<br> }<br> });<br> map.addLayer(edificaciones);<br><br> <br> var redpeatonal = new OpenLayers.Layer.GML("red peatonal", "GML/peatonalred.gml", {<br>
format: OpenLayers.Format.GML,<br> formatOptions: {<br> 'extractStyles': true<br> }<br> });<br> map.addLayer(redpeatonal); <br> <br> <br> if (!mapa.getCenter()) mapa.zoomToMaxExtent();<br>
<br><br><br><br><br><br><br><br><span id="result_box" class="long_text"><span style="background-color: rgb(255, 255, 255);" title="gracias por cualquier respuesta">thanks for any response</span></span><br>
<br><br><br><br><br clear="all">Ricardo Rodríguez<br>Ing. Topográfico<br>Univalle<br>