ThinkGeo.com    |     Documentation    |     Premium Support

Extra Zoom Levels

I recently picked up the evaluation version of desktop 3.0.304 and loaded a sample shape file(Austin Streets) onto the provided world map.  When zooming in I am able to get about 2 city blocks on the screen at 1 time at max zoom, I would really like to get it down to 1 city block on the screen.  Is there a way to modify to zoom levels past what is provided?


Jake



Jake, 
  
   you have a few options.  The first option is that you can easily modify the scales on the zoom level set.  You can do something like Layer.ZoomLevelSet.ZoomLevel1.Scale = 1000 or alike.  In this way you can make the zoom levels lower.  We provided 20 pre-named zoom level which may be enough for you.  The other option is to not use the names zoom levels and to create you own and add them to the Layer.ZoomlevelSet.CustomZoomLevels collection.  In this way you create your own set of zoom levels and add them in.  if we see there are items in the collection then we ignore the pre-created ones and just use your custom set.  In this way you can have as many or as few zoom levels as you would like. 
  
 David