Strange effect it seems arcgis (10.2.3) for WPF shows tiles of multiple zoom levels

4878
1
07-11-2014 04:12 AM
Labels (1)
JohannesBumüller
New Contributor

As I do not expect any response on Stackoverflow (.net - Strange effect it seems arcgis (10.2.3) shows tiles of multiple zoom levels - Stack Overflow), I wanted to try it here.

I have to layers one base layer and an overlay layer with transparent tiles containing only seamarks, My XAML looks like that:

   <esri:MapView x:Name="MyMapView" Grid.ColumnSpan="2" Margin="0,0,10,0" DragEnter="MyMapView_DragEnter" DragLeave="MyMapView_DragLeave" MouseDoubleClick="MyMapView_MouseDoubleClick" MouseLeftButtonDown="MyMapView_MouseLeftButtonDown" MouseLeftButtonUp="MyMapView_MouseLeftButtonUp" MouseMove="MyMapView_MouseMove">
  
<esri:Map x:Name="MyMap" >
  
<esri:ArcGISTiledMapServiceLayer ID="BaseMap"
ServiceUri="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/>
  
<esri:OpenStreetMapLayer ID="SeamarkMap" DisplayName="SeamarkMap" TemplateUri="http://tiles.openseamap.org/seamark/{level}/{col}/{row}.png" />
  
</esri:Map>
  
</esri:MapView>

All maks of the SeamarkMap-Layer are rendered but if I zoom in, Images like the attatched one come out. It seems like on a layer Tiles of different zoom levels and scale remain visible. Did I a configuration mistake or is it a Bug?

1tdhT.png

0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

Your code indicates it is not the 'ArcGIS Runtime SDK for WPF' which you are working with, but rather the beta ArcGIS Runtime SDK for .NET. Until it is released (later this summer) please post questions regarding the new .NET SDK in the beta forum: https://betacommunity.esri.com/home.html‌.

Cheers

Mike

0 Kudos