<?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: Viewing KML from websource says &amp;quot;unlicensed feature&amp;quot;: Why? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1273817#M11760</link>
    <description>&lt;P&gt;Lite license specifies:&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Viewing KML data accessed as a web resource&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;The key here is "as a web resource".&lt;BR /&gt;&lt;BR /&gt;Under Standard license you'll find:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;View, create, edit, and save KML data stored as a local file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;You are creating a kml dataset in the above example, thus requiring standard.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 20:20:40 GMT</pubDate>
    <dc:creator>dotMorten_esri</dc:creator>
    <dc:date>2023-03-30T20:20:40Z</dc:date>
    <item>
      <title>Viewing KML from websource says "unlicensed feature": Why?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1273697#M11759</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;According to&amp;nbsp;&lt;A href="https://developers.arcgis.com/net/license-and-deployment/license/#licensing-capabilities" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/net/license-and-deployment/license/#licensing-capabilities&lt;/A&gt;&amp;nbsp;I can "&lt;SPAN&gt;Viewing KML data accessed as a web resource (for example, via an http or https link)." with my Lite license.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So following this example&amp;nbsp;&lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/best-way-to-display-overlay-an-image-onto-a-2d-map/td-p/1230346" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/net-maps-sdk-questions/best-way-to-display-overlay-an-image-onto-a-2d-map/td-p/1230346&lt;/A&gt;&amp;nbsp;I've created the following test in my Windows WPF .NET 7 app with ArcGIS v200 installed via NuGet:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var img = new Uri("http://mydomain.com/my.png", UriKind.Absolute);&lt;BR /&gt;var overlayImg = new KmlIcon(img);&lt;BR /&gt;overlayImg.RefreshMode = KmlRefreshMode.OnChange;&lt;BR /&gt;overlayImg.ViewRefreshMode = KmlViewRefreshMode.Never;&lt;BR /&gt;var overlay = new KmlGroundOverlay(fullArea, overlayImg); // fullArea is an Esri.ArcGISRuntime.Geometry.Envelope&lt;BR /&gt;var dataset = new KmlDataset(overlay);&lt;BR /&gt;await dataset.LoadAsync();&lt;BR /&gt;var layer = new KmlLayer(dataset);&lt;BR /&gt;_mapView.Map!.OperationalLayers.Add(layer);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;According to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/3014"&gt;@MichaelBranscomb&lt;/a&gt;&amp;nbsp;this should work (see&amp;nbsp;&lt;A href="https://community.esri.com/t5/net-maps-sdk-questions/do-arcgis-runtime-net-license-levels-restrict/td-p/455286" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/net-maps-sdk-questions/do-arcgis-runtime-net-license-levels-restrict/td-p/455286&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;But it doesn't. I get the LoadError="unlicensed feature".&lt;/P&gt;&lt;P&gt;To make sure my code works I removed my Lite-license and the image shows successfully.&lt;/P&gt;&lt;P&gt;Can anybody tell me if this is a bug in the license check of the Runtime or if I violate any other license with this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Soko&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 05:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1273697#M11759</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2023-03-31T05:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing KML from websource says "unlicensed feature": Why?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1273817#M11760</link>
      <description>&lt;P&gt;Lite license specifies:&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;Viewing KML data accessed as a web resource&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;The key here is "as a web resource".&lt;BR /&gt;&lt;BR /&gt;Under Standard license you'll find:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;View, create, edit, and save KML data stored as a local file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;You are creating a kml dataset in the above example, thus requiring standard.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 20:20:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1273817#M11760</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2023-03-30T20:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing KML from websource says "unlicensed feature": Why?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1273968#M11761</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for the quick reply. Thats a small and fine difference for a beginner like me as I thought the "data" of the kml is the web-url-image and therefore it should work. But the article talks about the KmlData class. Thanks for pointing it out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;.&amp;nbsp; I&lt;/P&gt;&lt;P&gt;So to sum it up:&lt;/P&gt;&lt;P&gt;This is the problem&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var layer = new KmlLayer(dataset);&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;With a Lite license I can to this:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var layer = new KmlLayer(new Uri(http://mydomain.com/my.kml));&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But I cannot do this:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;var layer = new KmlLayer(new Uri("C:\\my.kml));&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Correct?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 05:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1273968#M11761</guid>
      <dc:creator>SokoFromNZ</dc:creator>
      <dc:date>2023-03-31T05:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Viewing KML from websource says "unlicensed feature": Why?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1285304#M11814</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That's correct - it follows the pattern of accessing other OGC services (WMS, WMTS, etc).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 17:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/viewing-kml-from-websource-says-quot-unlicensed/m-p/1285304#M11814</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2023-05-03T17:27:47Z</dc:date>
    </item>
  </channel>
</rss>

