[fdo-users] FDO whith SharpMap
jayasser
j.a.yasser at gmail.com
Thu May 26 11:41:30 EDT 2011
hello everyone
I want to display a layer in a map using SharpMap
mymap = new SharpMap.Map (new System.Drawing.Size ((int)
imgMap.Width.Value, (int) imgMap.Height.Value));
Layer = new SharpMap.Layers.VectorLayer
SharpMap.Layers.VectorLayer ("Carierre_130");
layer.DataSource = (IProvider) new FdoVectorProvider
("OSGeo.SDF", @ "DefaultFileLocation = C: \ Carierre_130.sdf");
the problem in the last line
any ideas??
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/FDO-whith-SharpMap-tp6407493p6407493.html
Sent from the FDO Users mailing list archive at Nabble.com.
More information about the fdo-users
mailing list