Select to view content in your preferred language

PNGs look fuzzy

504
1
03-01-2011 09:38 AM
JasonCleaver
Frequent Contributor
Hello,

I am creating a map cache using ArcGIS Server 10 and the PNG's look fuzzy in Silverlight.  Now, when I use built-in the Javascript to view the cache, the images look much crisper. 

Any ideas?

-Jason
0 Kudos
1 Reply
dotMorten_esri
Esri Notable Contributor
You are probably zooming in-between levels which JS doesn't support. Set Map.SnapToLevels=true to disable that option, and tiles will only be rendered at their "native" resolution.
0 Kudos