ThinkGeo.com    |     Documentation    |     Premium Support

Client API issues

Hi,



I have dowloaded the most recent MVC daily build and I am finding major issues on the Client Side API…



I have been using this code forever and now this kind of code does not work anymore:




var format = new OpenLayers.Format.WKT();
var feature = format.read(_Dto.payLoad).geometry;
Map1.zoomToExtent(feature.getBounds(), false);




the issue is with : 
format.read(_Dto.payLoad).geometry … undefined at execution time I think geometry is the culprit.



jm.

Hi Jm, 
  
 Would you please provide us the “_Dto.payLoad” value which should be a WKT string? I suspect the string is invalid. if that’s true, I guess we need to debug on the higher level like where is it from. 
  
 Thanks, 
 Johnny 


Hi Johnny, 
  
 I have just switched the DLLs. Works with the one from few days ago but not with the latest one (daily build) 
  
 jm

Hi Johnny,  
  
  
 my bad! JavaScript case sensitive…  I just installed Resharper… 
  
 thanks! 
  
 jm

Hi Jm, 
  
 Good to hear it is sorted our by yourself. 
  
 Thanks, 
 Johnny

Hi Jm, 
  
 Good to hear it is sorted out by yourself. 
  
 Thanks, 
 Johnny