<?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: Turn a basemap off? in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341862#M1730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With your hint, I managed hide the basemap by simply clearing the baselayers and referencelayers :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;_map-&amp;gt;basemap()-&amp;gt;baseLayers()-&amp;gt;clear();&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; _map-&amp;gt;basemap()-&amp;gt;referenceLayers()-&amp;gt;clear();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But there is still a gray raster visible, is there a way to get rid of this as well ?&lt;/P&gt;&lt;P&gt;Also when I select a SoilSurveyMap (&lt;A class="link-titled" href="https://server.arcgisonline.com/ArcGIS/rest/services/Specialty/Soil_Survey_Map/MapServer" title="https://server.arcgisonline.com/ArcGIS/rest/services/Specialty/Soil_Survey_Map/MapServer"&gt;Specialty/Soil_Survey_Map (MapServer)&lt;/A&gt;&amp;nbsp;), the raster is seen where otherwise water is shown. This is a bit annoying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 14:43:52 GMT</pubDate>
    <dc:creator>MarcWouters</dc:creator>
    <dc:date>2017-07-18T14:43:52Z</dc:date>
    <item>
      <title>//</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341858#M1726</link>
      <description />
      <pubDate>Wed, 26 May 2021 00:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341858#M1726</guid>
      <dc:creator>_____</dc:creator>
      <dc:date>2021-05-26T00:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Turn a basemap off?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341859#M1727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A Basemap object is basically a collection of baseLayers and referenceLayers, so if you wanted to turn off the "Basemap", you would need to iterate through the collections and set the visibility to false -&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-basemap.html" title="https://developers.arcgis.com/qt/latest/qml/api-reference/qml-esri-arcgisruntime-basemap.html"&gt;Basemap QML Type | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:11:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341859#M1727</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-07-05T17:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Turn a basemap off?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341860#M1728</link>
      <description>&lt;P&gt;//&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 00:27:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341860#M1728</guid>
      <dc:creator>_____</dc:creator>
      <dc:date>2021-05-26T00:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Turn a basemap off?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341861#M1729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you would need to create a function that loops through the baseLayers and referenceLayers of your basemap, and set visibility of all of those baseLayers and referenceLayers to false.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 17:25:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341861#M1729</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2017-07-05T17:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Turn a basemap off?</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341862#M1730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With your hint, I managed hide the basemap by simply clearing the baselayers and referencelayers :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;_map-&amp;gt;basemap()-&amp;gt;baseLayers()-&amp;gt;clear();&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt; _map-&amp;gt;basemap()-&amp;gt;referenceLayers()-&amp;gt;clear();&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But there is still a gray raster visible, is there a way to get rid of this as well ?&lt;/P&gt;&lt;P&gt;Also when I select a SoilSurveyMap (&lt;A class="link-titled" href="https://server.arcgisonline.com/ArcGIS/rest/services/Specialty/Soil_Survey_Map/MapServer" title="https://server.arcgisonline.com/ArcGIS/rest/services/Specialty/Soil_Survey_Map/MapServer"&gt;Specialty/Soil_Survey_Map (MapServer)&lt;/A&gt;&amp;nbsp;), the raster is seen where otherwise water is shown. This is a bit annoying&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/unreadable-title/m-p/341862#M1730</guid>
      <dc:creator>MarcWouters</dc:creator>
      <dc:date>2017-07-18T14:43:52Z</dc:date>
    </item>
  </channel>
</rss>

