ThinkGeo.com    |     Documentation    |     Premium Support

Problem when change Regional and Language Options to other country

Hello,


I used the Web Edition and Openlayers functions to write an application. It runs good until I change "Regional and Language Options" (in Control Panel) to Germany.  Then all gps points are displayed in wrong places. My computer is a XP system. Everything works in the English envirionment. I need it run in other language envrionment.   


Thanks


Yongfeng



Hi Yongfeng, 
  
 Please provide us which version of web edition you are using. Also, send us the code and data to help us recreate your issue. We’ll check it out. If your project is too big, please send to support@thinkgeo.com and ask to forward to me. 
  
 Thanks, 
 Howard

Hi Howard, 
  
 I found what happened. In my application, the gps data is saved in degree and the map application uses metric unit to display. It needs to call forwardMercator() method to do the conversion when I put the polygons and markers on the map. The gps data in metric unit has big number.  When I change the "Regional and Language Options" setting to Germany, it needs to customize the following default settings: 
     • Change “Decimal symbol” to “.” 
     • Change “Digital grouping” to “,” 
  
 My application works after the change. 
  
 Thanks 
 Yongfeng 


Hi Yongfeng, 
  
 Glad to know that you have solved the issue. Please feel free to let us know if you have more questions. 
  
 Thanks, 
 Howard