Select to view content in your preferred language

WmtsLayer blurred

560
1
02-17-2014 09:55 AM
DavidPilcher
Deactivated User
Hi,

We are using the esri:map control in Silverlight together with a WmtsLayer and the output is blurred due to what looks like internal scaling in the ESRI map control

[ATTACH=CONFIG]31532[/ATTACH]

The above screenshot (sorry about mouse written note) shows the images that are being sent to the map control, captured using Fiddler on the right, and the screen display on the left.  Is there an option we might have incorrectly used that might cause this blurring, or one we can set to prevent this?

This is the Silverlight code:

        <esri:Map>
            <esri:LayerCollection >
                <esritk:WmtsLayer Url="http://<wmtsurl>" Layer="Maps:OSM" ImageFormat="png"/>
            </esri:LayerCollection>
        </esri:Map>


Thanks,

Dave
0 Kudos
1 Reply
DavidPilcher
Deactivated User
As is often the case and you look at something for a while, you find something that helps.

It appears using the Map SnapToLevels option helps some circumstances.
0 Kudos