<?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: KmlLayer - &amp;quot;viewRefreshMode&amp;quot; in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725353#M18590</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dominique, I am using ArcGIS Explorer Online. I feed kml data from 3 different server to this application, i don't want to create a personal application. If i understood correctly, the problem is that ArcGIS Explorer Online doesn't support Silverlight version 2.3. Right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case, is there an upgrade roadmap for ArcGIS Explorer Online to support Silverlight version 2.3?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2012 13:05:09 GMT</pubDate>
    <dc:creator>SanLefo</dc:creator>
    <dc:date>2012-02-27T13:05:09Z</dc:date>
    <item>
      <title>KmlLayer - &amp;quot;viewRefreshMode&amp;quot;</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725348#M18585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if it's something I've missed, but I was wondering if the network link refresh is supported or planned for implementation.&amp;nbsp;&amp;nbsp; Refreshing during specified time intervals are great, but it would be even better is to refresh when the extent of the map changes (as indicated by the "viewRefreshMode" element of the kml doc, thus passing along the BBOX query string parameter)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know I can grab the source code and play with it, but I wanted to prioritize my work.&amp;nbsp; Like all developers, I can work on other things if this is planned in the near future.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 08:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725348#M18585</guid>
      <dc:creator>MichaelLibio</dc:creator>
      <dc:date>2011-04-08T08:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer - "viewRefreshMode"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725349#M18586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello friend.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i understood correctly, you've managed to refresh kml data in Arcgis Explorer Online, using the "OnInteval" code. I have a problem making this command work. I created a .kml file with the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;kml xmlns:atom="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2005/Atom" rel="nofollow" target="_blank"&gt;http://www.w3.org/2005/Atom&lt;/A&gt;&lt;SPAN&gt;" xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.opengis.net/kml/2.2" rel="nofollow" target="_blank"&gt;http://www.opengis.net/kml/2.2&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;NetworkLink&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;Url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;refreshMode&amp;gt;onInterval&amp;lt;/refreshMode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;refreshInterval&amp;gt;20&amp;lt;/refreshInterval&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;href&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://92.118.182.164:7080" rel="nofollow" target="_blank"&gt;http://92.118.182.164:7080&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/href&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/Url&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/NetworkLink&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/kml&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the "Add Service" and added the kml file. When i try to load the data on a Map, it just loads for one time. Althought it seems like it is trying to refresh data, it keeps showing the same positions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas of what i am doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2012 19:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725349#M18586</guid>
      <dc:creator>SanLefo</dc:creator>
      <dc:date>2012-02-25T19:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer - "viewRefreshMode"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725350#M18587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;RefreshInterval is supported from 2.3. Which version are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that refresh based on Regions and Lods will be supported in 3.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 06:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725350#M18587</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-02-27T06:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer - "viewRefreshMode"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725351#M18588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the reply, dbroux.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As i've checked, the GE Servers i am using produce kml files version 2.0. Arcgis Server 10 produce kml webservices version 2.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there an upgrade at least for Arcgis Server, concerning this kml version matter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 08:59:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725351#M18588</guid>
      <dc:creator>SanLefo</dc:creator>
      <dc:date>2012-02-27T08:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer - "viewRefreshMode"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725352#M18589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I meant version 2.3 of the ArcGIS API for Silverlight (not of the kml version).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry it was not clear.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 12:28:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725352#M18589</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-02-27T12:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer - "viewRefreshMode"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725353#M18590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dominique, I am using ArcGIS Explorer Online. I feed kml data from 3 different server to this application, i don't want to create a personal application. If i understood correctly, the problem is that ArcGIS Explorer Online doesn't support Silverlight version 2.3. Right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this is the case, is there an upgrade roadmap for ArcGIS Explorer Online to support Silverlight version 2.3?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 13:05:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725353#M18590</guid>
      <dc:creator>SanLefo</dc:creator>
      <dc:date>2012-02-27T13:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer - "viewRefreshMode"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725354#M18591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;San,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right the current version of ArcGIS Explorer Online is based on the version 2.2 of ArcGIS API for Silverlight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At this time, there is no immediate plan to upgrade to 2.3 or 2.4 but you should get better answers by posting your question on the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/114-ArcGIS-Explorer-Online"&gt;ArcGIS Explorer Online forum&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2012 14:45:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725354#M18591</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-02-27T14:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer - "viewRefreshMode"</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725355#M18592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After telling the ArcGIS Explorer OnLine team about this issue, it turns out that ArcGIS Explorer Online is using its own implementation of the KML layer (and not the toolkit version), so ArcGIS Silverlight 2.2 or 2.3 should not matter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Might be a browser cache issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will get better answer on the &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/114-ArcGIS-Explorer-Online"&gt;ArcGIS Explorer OnLine forum&lt;/A&gt;&lt;SPAN&gt;.(I saw you posted your question there)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2012 07:42:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-amp-quot-viewrefreshmode-amp-quot/m-p/725355#M18592</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-02-28T07:42:36Z</dc:date>
    </item>
  </channel>
</rss>

