<?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: ArcGISImageServiceLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272847#M7119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;still using 1.1.&amp;nbsp; i'll bump myself up to 1.2.&amp;nbsp; thanks morten.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 May 2010 16:00:47 GMT</pubDate>
    <dc:creator>LanceCrumbliss</dc:creator>
    <dc:date>2010-05-11T16:00:47Z</dc:date>
    <item>
      <title>ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272845#M7117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bit of a mystery here.&amp;nbsp; i've got an ImageService layer in my map.&amp;nbsp; it displays and works fine as long as it never leaves the maps current view extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for example, the image service layer covers the approximate extents of houston.&amp;nbsp; if the user pans out of the houston area proper, say to The Woodlands (just north of houston), the imagery is no longer in view because the imagery doesn't cover that far north.&amp;nbsp; that's to be expected.&amp;nbsp; however, panning back south to houston does not refresh the imagery.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when initially panning out of the imagery's coverage (up to The Woodlands in my example above), fiddler shows&amp;nbsp; "error":{"code":500,"message":"Failed to get image data.","details":[]}}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;moreover, there are no further calls by the Map to the image server after receiving the error above, even if i pan/zoom back to the original extent at which the imagery displayed properly before.&amp;nbsp; zoom in/zoom out....nada.&amp;nbsp; it simply displays the last retrieved image from the image server, never refreshing the extent or zoom.&amp;nbsp; it's like the layer's connection to the image server's URL is broken after the error and the last image retrieved is the last image you get.&amp;nbsp; we will need to be able to pan outside the extent of the image service, so setting a restraining extent is not an option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any help would be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 12:56:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272845#M7117</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2010-05-11T12:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272846#M7118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This was a known issue in v1.1 but has since been resolved. Are you using v1.2 or v2.0beta ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 15:07:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272846#M7118</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-05-11T15:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272847#M7119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;still using 1.1.&amp;nbsp; i'll bump myself up to 1.2.&amp;nbsp; thanks morten.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;lance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 16:00:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272847#M7119</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2010-05-11T16:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272848#M7120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi morten,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;v1.2 resolved the issue of panning back to within the coverage area of the image service. however, there is still the follwing issue. i didn't mention it above, as i thought it might be related to the issue i posted about. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;here is what happens: when zooming beyond the coverage of the image in the image service, the progress indicator will never reach 100%. as a result, the spinning logo we have as a progress indicator(borderWaitProgressBar) will not dissapear. e.Progress maxes out at 50%. the code for it is below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; 
Private Sub MyMap_Progress(ByVal sender As System.Object, ByVal e As ProgressEventArgs)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; borderWaitProgressBar.Visibility = Not (e.Progress &amp;lt; 100)
End Sub
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i've got a messy fix for it by changing the contents of the sub to&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;Not&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; font-family: Consolas;"&gt; _bBaseMapIsImageServerLayer &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;Then&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; font-family: Consolas;"&gt;borderWaitProgressBar.Visibility = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;Not&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; font-family: Consolas;"&gt;&lt;SPAN style="font-size: 2; font-family: Consolas;"&gt; (e.Progress &amp;lt; 100)&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;Else&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; font-family: Consolas;"&gt;borderWaitProgressBar.Visibility = &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;Not&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; font-family: Consolas;"&gt;&lt;SPAN style="font-size: 2; font-family: Consolas;"&gt; (e.Progress &amp;lt; 50)&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;End&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;If&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;&lt;SPAN style="color: #0000ff; font-size: 2; font-family: Consolas;"&gt;but it isn't ideal as there are other DynamicLayers that draw on the image as well and hiding the progress indicator at 50% isn't accurate for those.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272848#M7120</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2021-12-11T13:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272849#M7121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;so, is this still a known issue with v1.2?&amp;nbsp; what about v2.0?&amp;nbsp; if there is a correct way to go about this, any help would be appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 10:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272849#M7121</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2010-05-14T10:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272850#M7122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;so, is this still a known issue with v1.2?&amp;nbsp; what about v2.0?&amp;nbsp; if there is a correct way to go about this, any help would be appreciated.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just thought i'd ask one more time if this is a known issue in v2.0 as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 11:20:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272850#M7122</guid>
      <dc:creator>LanceCrumbliss</dc:creator>
      <dc:date>2010-06-04T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISImageServiceLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272851#M7123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry I dropped the ball on this thread. Yes this is currently a known issue. I'll see what we can do...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jun 2010 14:25:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/arcgisimageservicelayer/m-p/272851#M7123</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-06-04T14:25:41Z</dc:date>
    </item>
  </channel>
</rss>

