Hi,
I just downloaded MapSuite 3.0 desktop for the first time and playing with it. It is really cool. I am currently evaluating MapSuite to replace MapObjects 2.4 from our application.
I am trying to add a shape file to winformMap control but nothing is visible. I am sure, I am doing something wrong. Could someone please help me out.
Here is my code.
ShapeFileFeatureLayer austinLayer = new ShapeFileFeatureLayer(@"C:\Program Files\ThinkGeo\Map Suite Desktop Evaluation Edition 3.0 (BETA)\Samples\SampleData\Data\Austinstreets.shp");
Thank you, Suresh.
austinLayer.Open();
winformsMap1.CurrentExtent = austinLayer.FeatureSource.GetBoundingBox();
winformsMap1.StaticOverlay.Layers.Add(austinLayer);
winformsMap1.Refresh();