ThinkGeo.com    |     Documentation    |     Premium Support

Question about the ThinkGeo javascript from *_GeoResource....axd

 Hi,


Why is the javascript from  *_GeoResource.axd not optimized and minified?


jm.



Hello Jean-marie, 
  
 The reason is we want customer can read the code and easy debug on it, also it allows customer extend the function much easier. 
  
 And we have a property named IsDefaultJavascriptLibraryDisabled, you can set: 
  
 Map1.IsDefaultJavascriptLibraryDisabled = true; 
  
 then it won’t register our javascript library, so you can get the js optimized and minified, and let the program run that one. 
  
 Let us know if you have queries. 
  
 Regards, 
  
 Gary