ThinkGeo.com    |     Documentation    |     Premium Support

How to chnage MouseCoordinates position

Hi






How do I change MouseCoordinates postion on map. I'm using Bing as background that overlaps mouse coordinates display right beneath ThinkGeo logo.






I am using following code on page load to enable and dispaly mouse coordinates






                    Map1.MapTools.MouseCoordinate.MouseCoordinateType = MouseCoordinateType.LatitudeLongitude;




                    Map1.MapTools.MouseCoordinate.Enabled = true;








Thanks




Hiren



Hiren, 
  
 Please open one file which you can find at [You Application Path]\theme\default\style.css; there is a style which called " 
 div.olControlMousePosition"; it related to the style of the MouseCoordinate control.  
  
 Please try to change it to implement your requirement. 
  
 Thanks, 
 Howard

Howard,



Thnkas for direction.

It works. 



Thanks

Hiren



Hiren, 
  
 That’s great; please let me know if you have more questions. 
  
 Thanks, 
 Howard