Select to view content in your preferred language

3.2 And ArcGISTiledMapServiceLayer  MinimumResolution Property

9219
20
04-15-2014 08:30 AM
LanceCrumbliss
Frequent Contributor
In 3.1, an ArcGISTiledMapServiceLayer with MinimumResolution set to 0 in a Map with SnapToLevels set to False allowed the map to zoom in past the highest ArcGISTiledMapServiceLayer LOD and still show the ArcGISTiledMapServiceLayer, albeit somewhat blurred of course.  However, in 3.2 the ArcGISTiledMapServiceLayer disappears after zooming in past the highest LOD.  This only occurred after upgrading to 3.2. Nothing changed in the code.  Any ideas?

Lance
0 Kudos
20 Replies
RAJENDRABISWAL
New Contributor

Just try to add "MinimumResolution" to 0.01 which used to work for me ..

<esri:ArcGISTiledMapServiceLayer ID="baseMap"  Url="https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer " MinimumResolution="0.01" />

Thanks...

0 Kudos