Zooming beyond native resolution

771
2
08-02-2017 11:29 AM
NathanMellor
Occasional Contributor

Is this not something ArcGIS can do?

For example, USA Topo Maps has a native resolution up to level 15. 

Suppose you want to zoom into 17 or 19. 

But it won't let you zoom any farther than 15.

Are there other properties I am missing?

There are a few good reasons why we'd want to do this:  

-Vector layers will have more resolution to zoom in. 

-Offline tiled maps are likely to have a limited range of scale.  

-Its better to see a stretched image than nothing at all, or not being allowed to zoom in. 

This is what the map looks like at 15

At 15

Here is what the map looks like at 19. Doesn't look different, does it? That's because it didn't let us zoom that far. 

At 19.

Then we run across the example of the min and max scale. 

We thought we'd be smart and set min=1 and max=400000. 

Now we can zoom in. And see nothing.

Zooming in to 19.

ArcGIS.com seems to have the same limitations:

http://www.arcgis.com/home/webmap/viewer.html?webmap=931d892ac7a843d7ba29d085e0433465 

0 Kudos
2 Replies
NagmaYasmin
Occasional Contributor III

Hi Nathan,

I believe you could use ArcGISTiledLayer.NoDataTileBehavior to resample the tile layer where the LODs aren't available.

ArcGISTiledLayer Class --> NoDataTileBehavior

ImageTiledLayer.NoDataTileBehavior Property 

Hope that helps.

Nagma

NathanMellor
Occasional Contributor

That is what I am looking for. 

0 Kudos