ThinkGeo.com    |     Documentation    |     Premium Support

Loading multiple states into MultipleShapeFileFeatureLayer?

Anyone have an example of this?


 


What I want to do is load say 4 states into one MultipleShapeFileFeatureLayer.


 


             string mapDir = ConfigurationManager.AppSettings["MapDataDirectory"];          


            string shapeFile = mapDir + "\\USA\\TLKA" + "\\??" + "\\*.shp";


            string shapeFileIndex = mapDir + "\\USA\\TLKA" + "\\??" + "\\*.mids";


 


Does not seem to work like I found in other posts.


 


 - Josh



 Figured something out.


 


I load the few states that I may have points.


Plot my points.


Get all the features inside the bounding box of my points.


Then use those features to find the closest features to my original points.


 


 - Josh



Hello Josh, 
  
 I’m glad it’s working for you, but looks like this is not talking about a same problem?  
  
 Regards, 
  
 Gary