<?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: Image overlay with KmlGroundOverlay  (2D View) in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1483066#M5230</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I haven't looked at QQmlImageProvider.&amp;nbsp; I can see that QQmlImageProviderBase exists within ArcGISQtQml, but I am working exclusively with ArcGISQtCpp (with offline vector and tile packages, 2D, flat map scene/view)&amp;nbsp; so I don't know how mixable/workable that would be.&amp;nbsp; I know KmlIcon is supported in both ArcGISQtQml and Cpp.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 10:19:01 GMT</pubDate>
    <dc:creator>LeeCarter</dc:creator>
    <dc:date>2024-06-03T10:19:01Z</dc:date>
    <item>
      <title>Image overlay with KmlGroundOverlay  (2D View)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1481966#M5224</link>
      <description>&lt;P&gt;Hi to all,&amp;nbsp;&lt;SPAN&gt;I am developing a C++ application using ArcGIS Runtime Qt SDK .&amp;nbsp;&amp;nbsp;I have a dynamically generated a QImage and I need to overlay this image on MapView at least at 10Hz.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Using&amp;nbsp;PictureMarkerSymbol, slows down the whole rendering process.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Someone suggested using the&amp;nbsp;KmlGroundOverlay and KmlIcon. I also implemented this solution and seems to be the optimal solution.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My problem is that Kml Icon require a QUrl image path, but I don't want to write the image to disk every time. I tried using the qqmlimageprovider from my C++ method, but KmlIcon doesn't load the image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone help me?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 12:05:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1481966#M5224</guid>
      <dc:creator>Tsub4sa80</dc:creator>
      <dc:date>2024-05-31T12:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Image overlay with KmlGroundOverlay  (2D View)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1481985#M5225</link>
      <description>&lt;P&gt;I'm sorry but I do not have a solution for you.&amp;nbsp; I need to do something very similar in terms of having frequently updating sensor data in memory (not on disk) that I want to overlay on a 2D map scene and have stuck with using PictureMarkerSymbols to date having found the same problem with KmlIcon not being able to take a QImage.&lt;/P&gt;&lt;P&gt;I can say that there is an open bug (BUG-000151494) with Esri about QImage support being missing from KmlIcon dated February 2022.&amp;nbsp; It is listed as having a status of "In Product Plan" but it has not been updated since June 2022.&lt;/P&gt;&lt;P&gt;In addition, I know there is also an enhancement open (ENH-000134745) for adding support for ImageOverlay with 2D map scenes (it currently only works for 3D map scenes) and this has been in the system since October 2020, again with a status of "In Product Plan" but has not been updated since June 2022.&lt;/P&gt;&lt;P&gt;Maybe you could consider showing an interest in one or both of these tickets to help raise their profile within Esri.&lt;/P&gt;&lt;P&gt;It would be nice if support for displaying in-memory data via QImages could get some attention as it seems to have been a bit neglected for an extended period.&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 12:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1481985#M5225</guid>
      <dc:creator>LeeCarter</dc:creator>
      <dc:date>2024-05-31T12:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Image overlay with KmlGroundOverlay  (2D View)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1482054#M5226</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have you ever tried to use KmlIcons with the QQmlImageProvider?&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2024 14:10:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1482054#M5226</guid>
      <dc:creator>Tsub4sa80</dc:creator>
      <dc:date>2024-05-31T14:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Image overlay with KmlGroundOverlay  (2D View)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1483066#M5230</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I haven't looked at QQmlImageProvider.&amp;nbsp; I can see that QQmlImageProviderBase exists within ArcGISQtQml, but I am working exclusively with ArcGISQtCpp (with offline vector and tile packages, 2D, flat map scene/view)&amp;nbsp; so I don't know how mixable/workable that would be.&amp;nbsp; I know KmlIcon is supported in both ArcGISQtQml and Cpp.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 10:19:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1483066#M5230</guid>
      <dc:creator>LeeCarter</dc:creator>
      <dc:date>2024-06-03T10:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Image overlay with KmlGroundOverlay  (2D View)</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1593820#M5413</link>
      <description>&lt;P&gt;For anyone subscribed to this question who is waiting for ImageOverlay support in 2D map scenes - I've had an email from ESRI saying that ENH-000134745 has been implemented in the upcoming ArcGIS Maps SDK 200.7.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 15:03:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/image-overlay-with-kmlgroundoverlay-2d-view/m-p/1593820#M5413</guid>
      <dc:creator>LeeCarter</dc:creator>
      <dc:date>2025-03-10T15:03:22Z</dc:date>
    </item>
  </channel>
</rss>

