<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>for a project, I have to change the baselayer but I have 2 constraints :<br></div>- I can't use mapserver or geoserver<br></div>- I have to use specific baselayer that I have to create (roads, city limits, ...)<br>
<br></div>Using GML data, I tried to used the isBaselayer property of .Layer.Vertor but without success :<br><br>alea = new OpenLayers.Layer.Vector("alea", {<br>        isBaselayer: true,<br>        protocol: new OpenLayers.Protocol.HTTP({<br>
            url: "./Data/Alea_37/alea_37_wgs84.gml", <br>            format: new OpenLayers.Format.GML()<br>        }),<br>        strategies: [new OpenLayers.Strategy.Fixed()]<br>    });<br><br></div>I have found three messages with the same topic but none response.<br>
<br></div>Thanks by advance.<br></div>