ThinkGeo.com    |     Documentation    |     Premium Support

How to open .adf file layer

Hello,


we have purchased ThinkGeo MVC map suit web server edition, Our requirement for the GIS we are using DEM with .adf file layers for showing information to the web clients accessing the Map. But Right now we are facing a problem that we are not able to populate layer of .adf file. We have shown your me sample of mvc from your thinkgoe website. we have also download the mvc samples and run it . In the sample we have add this layer but still not success to populate the .adf layer. 


We gave add the following files in App_Data Folder in the Sample project.


1.dblbnd.adf

2.hdr.adf

3.log

4.metadata.xml

5.prj.adf

6.sta.adf

7.w001001.adf

8.w001001x.adf


Can you please give me the solution how can i integrate in thinkgeo to populate this layer .adf . Above mention 8 file are enough Or need another One file. please if possible to give us MVC.net solution example like that as soon as possible .


Thank You



Hi Pankit, 
  
 In fact we support ADF via GDAL, so we are not very clearly about the ADF type data. 
  
 In our sample project, it contains the file 1, 2, 5, 6, 7, 8 in your list and an additional vat.adf. But I think that’s not important one, because after I delete that, the shape shows correctly. 
  
 I think if you cannot render the ADF in your side, there are two reasons: 
  
 1. You miss some dependencies dlls for render ADF, please use our sample data test that, if our sample project cannot works correct in you machine, please fix the environment first. 
  
 2. Your data is broken. If you can render our sample data correct in you machine but still cannot render your data correct, could you please check the data is OK from its provider. 
  
 And it looks you asked the same question in ticket yesterday. Please download the sample project from there. 
  
 Regards, 
  
 Don

hi,



   thanks for your replay

   yes i have download project from link , but i am get ting some problem to open it please find Attachment i have send, please inform me if i am wrong any ware  






036_Untitled.png (48 KB)

Hi Pankit, 
  
 Sorry the screen shot image is too fuzy so I can just guess what’s the problem you met. Please let me know if I missed any item. 
  
 1. Missing vat.adf, I deleted that just like I said before, it is in our sample data but not in your data list, and after I deleted that the render works correct, so I think that’s not necessary. 
  
 2. Missing dlls, FdoExtension & MapSuiteCore, please download our latest dll package and then you can get them from that. 
 For example: 
 MvcEditionFull8.0.78.0DllPackage.zip\Spatial Extensions\Fdo Extension\FdoExtension.dll 
 MvcEditionFull8.0.78.0DllPackage.zip\Managed Assemblies\MapSuiteCore.dll 
  
 3. Code exception, I think that maybe caused by you haven’t copy necessary dlls to system folder, please view this topic for detail: 
 download.thinkgeo.com/Webinars/ExtendingMapSuite_FDO_OGR_GDAL.pdf 
 And you can download the package here: download.thinkgeo.com/MapSuiteFdoExtension2013-01-24.zip 
 For more information please view our WIKI: wiki.thinkgeo.com/wiki/Map_Suite_Services_Edition 
  
 4. For the line “GdalRasterLayer rasterLayer = new GdalRasterLayer(@”…\Data\ArcInfo Binary Grid\w001001.adf");", Sorry I cannot see what’s the comment for this line, so I don’t know what’s the question here, please let me know that. 
  
 Regards, 
  
 Don