<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Strange effect it seems arcgis (10.2.3) for WPF shows tiles of multiple zoom levels in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/strange-effect-it-seems-arcgis-10-2-3-for-wpf/m-p/347183#M1733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code indicates it is not the 'ArcGIS Runtime SDK for WPF' &lt;SPAN style="line-height: 1.5;"&gt;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: &lt;/SPAN&gt;&lt;A href="https://betacommunity.esri.com/home.html" style="line-height: 1.5;" title="https://betacommunity.esri.com/home.html"&gt;https://betacommunity.esri.com/home.html&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt;‌.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Jul 2014 12:59:48 GMT</pubDate>
    <dc:creator>MichaelBranscomb</dc:creator>
    <dc:date>2014-07-11T12:59:48Z</dc:date>
    <item>
      <title>Strange effect it seems arcgis (10.2.3) for WPF shows tiles of multiple zoom levels</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/strange-effect-it-seems-arcgis-10-2-3-for-wpf/m-p/347182#M1732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I do not expect any response on Stackoverflow (&lt;A href="http://stackoverflow.com/questions/24680288/strange-effect-it-seems-arcgis-10-2-3-shows-tiles-of-multiple-zoom-levels" title="http://stackoverflow.com/questions/24680288/strange-effect-it-seems-arcgis-10-2-3-shows-tiles-of-multiple-zoom-levels"&gt;.net - Strange effect it seems arcgis (10.2.3) shows tiles of multiple zoom levels - Stack Overflow&lt;/A&gt;), I wanted to try it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to layers one base layer and an overlay layer with transparent tiles containing only seamarks, My XAML looks like that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN class="pln"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="tag"&gt;&amp;lt;esri:MapView&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;x:Name&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"MyMapView"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;Grid&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;.&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;ColumnSpan&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"2"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;Margin&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"0,0,10,0"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;DragEnter&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"MyMapView_DragEnter"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;DragLeave&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"MyMapView_DragLeave"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;MouseDoubleClick&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"MyMapView_MouseDoubleClick"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;MouseLeftButtonDown&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"MyMapView_MouseLeftButtonDown"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;MouseLeftButtonUp&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"MyMapView_MouseLeftButtonUp"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;MouseMove&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"MyMapView_MouseMove"&lt;/SPAN&gt;&lt;SPAN class="tag"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="tag"&gt;&amp;lt;esri:Map&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;x:Name&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"MyMap"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="tag"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="tag"&gt;&amp;lt;esri:ArcGISTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;ID&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"BaseMap"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;ServiceUri&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="tag"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="tag"&gt;&amp;lt;esri:OpenStreetMapLayer&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;ID&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"SeamarkMap"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;DisplayName&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;"SeamarkMap"&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="atn"&gt;TemplateUri&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;=&lt;/SPAN&gt;&lt;SPAN class="atv"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://tiles.openseamap.org/seamark/" rel="nofollow" target="_blank"&gt;http://tiles.openseamap.org/seamark/&lt;/A&gt;&lt;SPAN&gt;{level}/{col}/{row}.png"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt; &lt;/SPAN&gt;&lt;SPAN class="tag"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="tag"&gt;&amp;lt;/esri:Map&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="tag"&gt;&amp;lt;/esri:MapView&amp;gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1tdhT.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/1859_1tdhT.png" style="width: 620px; height: 375px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 11:12:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/strange-effect-it-seems-arcgis-10-2-3-for-wpf/m-p/347182#M1732</guid>
      <dc:creator>JohannesBumüller</dc:creator>
      <dc:date>2014-07-11T11:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Strange effect it seems arcgis (10.2.3) for WPF shows tiles of multiple zoom levels</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/strange-effect-it-seems-arcgis-10-2-3-for-wpf/m-p/347183#M1733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code indicates it is not the 'ArcGIS Runtime SDK for WPF' &lt;SPAN style="line-height: 1.5;"&gt;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: &lt;/SPAN&gt;&lt;A href="https://betacommunity.esri.com/home.html" style="line-height: 1.5;" title="https://betacommunity.esri.com/home.html"&gt;https://betacommunity.esri.com/home.html&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt;‌.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 12:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/strange-effect-it-seems-arcgis-10-2-3-for-wpf/m-p/347183#M1733</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-07-11T12:59:48Z</dc:date>
    </item>
  </channel>
</rss>

