<?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: Graphics disappear when zooming in in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1062943#M4180</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/70678"&gt;@FatmaAkdemir&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like you are running into the max scale on the layer and once that is exceeded the layer no longer displays .&amp;nbsp;&lt;SPAN&gt;For service layers, this is defined by the service,&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-layer.html#maxScale" target="_self"&gt;Layer::maxScale&lt;/A&gt;. Here is a related sample as well,&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/sample-code/min-max-scale/" target="_self"&gt;min-max scale sample.&lt;/A&gt;&amp;nbsp;Let me know if I am on the right track.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sincerely,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jared&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 28 May 2021 16:36:39 GMT</pubDate>
    <dc:creator>JaredCaccamo</dc:creator>
    <dc:date>2021-05-28T16:36:39Z</dc:date>
    <item>
      <title>Graphics disappear when zooming in</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1062842#M4179</link>
      <description>&lt;P&gt;I have some Graphics (lines, circles etc.) displayed on the tiled map layer. They tend to disappear when user zooms in. What might be causing this behaviour?&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 13:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1062842#M4179</guid>
      <dc:creator>FatmaAkdemir</dc:creator>
      <dc:date>2021-05-28T13:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics disappear when zooming in</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1062943#M4180</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/70678"&gt;@FatmaAkdemir&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like you are running into the max scale on the layer and once that is exceeded the layer no longer displays .&amp;nbsp;&lt;SPAN&gt;For service layers, this is defined by the service,&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-layer.html#maxScale" target="_self"&gt;Layer::maxScale&lt;/A&gt;. Here is a related sample as well,&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/sample-code/min-max-scale/" target="_self"&gt;min-max scale sample.&lt;/A&gt;&amp;nbsp;Let me know if I am on the right track.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sincerely,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Jared&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2021 16:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1062943#M4180</guid>
      <dc:creator>JaredCaccamo</dc:creator>
      <dc:date>2021-05-28T16:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics disappear when zooming in</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1063961#M4195</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/297917"&gt;@JaredCaccamo&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;I have solved my issue by changing my graphic overlay's SurfacePlacement to Draped. It was like below:&lt;/P&gt;&lt;P&gt;setSceneProperties(LayerSceneProperties(SurfacePlacement::Absolute));&lt;/P&gt;&lt;P&gt;I changed it to:&lt;/P&gt;&lt;P&gt;setSceneProperties(LayerSceneProperties(SurfacePlacement::Draped));&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 06:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1063961#M4195</guid>
      <dc:creator>FatmaAkdemir</dc:creator>
      <dc:date>2021-06-02T06:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics disappear when zooming in</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1064128#M4199</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/70678"&gt;@FatmaAkdemir&lt;/a&gt;&amp;nbsp;Ah I can see how this could cause some confusion in your situation. SurfacePlacement::Drapped does as you might think and drapes the symbol/graphic onto the surface itself. SurfacePlacement::Absolute is placed at the elevation specified in meters above sea level. It is also possible for that to go below the surface which if not anticipated could lead to unexpected behavior as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Happy to hear you solved the issue!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 15:39:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1064128#M4199</guid>
      <dc:creator>JaredCaccamo</dc:creator>
      <dc:date>2021-06-02T15:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Graphics disappear when zooming in</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1064131#M4200</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/70678"&gt;@FatmaAkdemir&lt;/a&gt;&amp;nbsp;I forgot to mention we have a sample that demonstrates all the different SurfacePlacement modes and is interactive to help show how they are different,&amp;nbsp;&lt;A href="https://developers.arcgis.com/qt/cpp/sample-code/surface-placement/" target="_self"&gt;Surface placement sample.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 15:41:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/graphics-disappear-when-zooming-in/m-p/1064131#M4200</guid>
      <dc:creator>JaredCaccamo</dc:creator>
      <dc:date>2021-06-02T15:41:52Z</dc:date>
    </item>
  </channel>
</rss>

