Select to view content in your preferred language

Force AGSTiledMapServiceLayer to use Levels of Detail

925
1
10-27-2010 10:26 AM
PatrickMaltagliati
Emerging Contributor
Is there a way to force the map to use the "Levels of Detail" as described by the MapServer?

Thanks.

Pat Malt
0 Kudos
1 Reply
DiveshGoyal
Esri Regular Contributor
The map is aware of the scale levels of the service. I'm assuming you want the map to *snap* to the scale levels specified by the map service. Unfortunately, the only way to force that is if you implement it in your application by listening to "MapDidEndZooming" notifications and zooming the map to the closest scale level programmatically.

We'd be interested in knowing why you want this behavior.
0 Kudos