ThinkGeo.com    |     Documentation    |     Premium Support

Map extent different in evaluation copy

Hi,


We have purchased the Map Suite Web Edition 3.0 during last week and I have just installed it on my pc.  My extents is now different from the evaluation copy that I first used on my pc.  On the evaluation copy it was displaying correctly and after installation of the full edition it is now different.


Any ideas on why this is happening?


Thanks,


Sonja



Sonja, 
  
 The Full Edition and Evaluation edition should have identical functions; I am wondering are you using different versions for Evaluation and Full Edition? Can you check the versions by running the following codes on both of your system and let me know what it is? 
 
                string version = Map.Version;
 
 Thanks, 
  
 Ben 


I have uninstalled the evaluation edition before I installed the full edition.   
  
 The full edition version is:  MapSuiteCore:3.1.16;WebEdition:3.1.16 
  
 Thanks, 
 Sonja

Sonja, 
  
 I think the version of your evaluation edition was in Beta (3.0.x). We did some enhancements on the CurrentExtent stuff since 3.1.x so it will have some differences from then. In the previous version, we used CurrentExtent to synchronize the client’s and server’s position, it works fine for the first time but after several postbacks, it will always lose some accuracy because of the limits from javascript. That’s why we are using the center point and scale to synchronize current viewport position now, which will not lose any accuracy but yes, it will change a bit your current extent written with the previous version.  
  
 So I think you need to change a bit on the current extent to make it fits the new release. Sorry for the inconvenience and please let me know if you have any issues. 
  
 Thanks, 
  
 Ben