<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19412"></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=484133622-08052013>Hi,</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=484133622-08052013></SPAN></FONT> </DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=484133622-08052013>it's not isBaselayer but isBaseLayer:true. Correct the 
typo and all should be nice.</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 
face=Arial></FONT> </DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><SPAN 
class=484133622-08052013>an example with two vector layers as 
baselayers:</SPAN></FONT></DIV>
<DIV dir=ltr align=left><FONT color=#0000ff size=2 face=Arial><A 
href="http://gis.ibbeck.de//ginfo/apps/OLExamples/OL212/BaseLayers/vectorBaseLayer.asp">http://gis.ibbeck.de//ginfo/apps/OLExamples/OL212/BaseLayers/vectorBaseLayer.asp</A></FONT></DIV><FONT 
color=#0000ff size=2 face=Arial></FONT>
<DIV><BR><SPAN class=484133622-08052013><FONT color=#0000ff size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV><SPAN class=484133622-08052013><FONT color=#0000ff size=2 
face=Arial>Arnd</FONT></SPAN></DIV>
<DIV><SPAN class=484133622-08052013><FONT color=#0000ff size=2 
face=Arial></FONT></SPAN> </DIV>
<DIV dir=ltr lang=de class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>Von:</B> openlayers-users-bounces@lists.osgeo.org 
[mailto:openlayers-users-bounces@lists.osgeo.org] <B>Im Auftrag von </B>Gaëtan 
Palka<BR><B>Gesendet:</B> Dienstag, 7. Mai 2013 16:49<BR><B>An:</B> 
openlayers-users<BR><B>Betreff:</B> [OpenLayers-Users] GML vector layer as 
baselayer, possible or not ?<BR></FONT><BR></DIV>
<DIV></DIV>
<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></BODY></HTML>