ThinkGeo.com    |     Documentation    |     Premium Support

Open Project Folder

Dear All,


When I am trying to open Project Folder like code.thinkgeo.com/projects/show/zoomtofullextent, it always open wiki.thinkgeo.com/wiki/Map_Suite_Code_Community, where we can find same url


 


And how to zoom area selected with mouse drag (Track Zoom)


Regards


Sanjay



Sanjay,


Thanks for your post and questions.
 
Try following web link on which you should find the sample ZoomToFullExtent:
wiki.thinkgeo.com/wiki/Map_S...l_extent_2
 
Any more questions please feel free to let me know.
 
Thanks.
 
Yale

Dear Yale, 
  
 My second question is not answered. 
  
 How to zoom the area which is selected by mouse drag (or Track Zoom). 
  
 Regards 
 Sanjay

 Sanjay,


 
By default you can do the Track Zoom In by pressing and holding the "Shift" key, and you can change it by setting the property winformsMap1.ExtentOverlay.LeftClickDragKey.
 
For example the following code will change the control key to "A".

winformsMap1.ExtentOverlay.LeftClickDragKey = Keys.A;

 
Thanks,
 
Ben

Ben, 
 Thanks for reply. 
  
 Its working. Thanks. 
  
 My requirement is Customization of GraticuleAdornmentLayer. I want to display the grid line based on user input. Like user wants grid like on 1 km or 500 mt etc. How to customize grid scale. 
  
 I have Plotted a image on lat long with  
 Dim pointLayer As New InMemoryFeatureLayer() 
 pointLayer.ZoomLevelSet.ZoomLevel01.DefaultPointStyle.PointType = PointType.Bitmap 
 pointLayer.ZoomLevelSet.ZoomLevel01.DefaultPointStyle.Image = New GeoImage("…\Images\Aqua.png") 
 pointLayer.ZoomLevelSet.ZoomLevel01.ApplyUntilZoomLevel = ApplyUntilZoomLevel.Level20 
  
 Dim dynamicOverlay As New LayerOverlay() 
 dynamicOverlay.Layers.Add("PointLayer", pointLayer) 
 WinformsMap1.Overlays.Add("PointOverlay", dynamicOverlay) 
  
 now my requirement is image should select on mouse clik and on press of delete button, image should delete. 
  
 Regards 
 Sanjay

Sanjay,


Thanks for your post and questions.
 
Following code samples provided in our wiki should give you some hints on how to use Graticule grid and customized it, please take a look if you are interested:
wiki.thinkgeo.com/wiki/File:...ection.jpg
wiki.thinkgeo.com/wiki/File:...ticule.jpg
 
About the delete image, please take a look at the following how do I sample, I hope it is what we are trying to achieve:
How Do I\Satellite Image\ Hide or show an raster layer
 
Any more questions please feel free to let me know.
 
Thanks.
 
Yale

Yale, 
 My development work is held up. Today I have downloaded full version from my customer portal. I have unload my trial version from computer and loaded purchased version, but still waiting for registration code provided by support team. In between my code not showing any map, but file is loaded. 
 Even when I am running how do i sample,it not showing any map. Due to this my whole development work is held up. Regarding this I have posted a mail which ticket no is 3370. But from there, still I am wating for reply. 
  
 If u can help, so that at least my development work not held up. 
 Wating for immediate response 
 Regards 
 Sanjay

Sanjay, 
  
 I saw our support Ryan has replied to you via the ticket 3370, it should solve the issue. Please take a try and let us know the status. 
  
 Thanks. 
  
 Yale 


Yale, 
  
 Thanks 
  
 Now my application is running and development process again going on. But I am not able to run How do I Sample. It generates error which I have posted under ticket 3370. After that I can say the progress on my above post 
  
 Regards 
 Sanjay

Sanjay, 
  
 Thanks for your post. 
  
 I have replied the ticket and hope that helps, please take a look at your convenient time. 
  
 Any more questions please feel free to let me know. 
  
 Thanks. 
  
 Yale