ThinkGeo.com    |     Documentation    |     Premium Support

How to show google map using decimal degree

 i want to disply google map(Google Overlay) using geography unit as "DECIMAL DEGREE".Please provide me a sample code for displaying google map using decimal degrre as map unit


 


                GoogleOverlay google = new GoogleOverlay("Google Map");


                google.GoogleMapType = GoogleMapType.Normal;


                google.JavaScriptLibraryUri = new Uri(ConfigurationManager.AppSettings["GoogleUriV3"]);


                Map1.CustomOverlays.Add(google);


like this i want to dispaly google map using decimal degree geography unit.



Hi Raj, 
  
   
  
 Thanks for your post, but I am sorry to say that we can’t change GoogleMapsLayer’s projection to decimal degree  for now because GoogleMapsLayer inherits from layer rather rasterLayer. You can vote this enhancement to helpdesk.thinkgeo.com/EnhancementTracker. This captures the enhancement request and provides visibility to the customer letting them know that the enhancement is on a list somewhere and that popularity of the enhancement helps set the priority of when the enhancement would be added to the product. This option doesn’t carry any cost for you.  
  
   
  
 Or if you need this function immediately, your account rep can contact you for a professional services.  
  
   
  
 Johnny