<?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 Supporting groups in base layer in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/supporting-groups-in-base-layer/m-p/329451#M3887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to implement a feature where the user can group base layers, operational layers and&amp;nbsp;GraphicsOverlays into something like a group layer.&lt;/P&gt;&lt;P&gt;but from what i can see only the operational layers collection supports using group layer and base layers collection does not support it, and as far as i see there is no option at all to group several GraphicsOverlays together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any thing that i'm missing that can help me implement this feature?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2020 12:14:47 GMT</pubDate>
    <dc:creator>YaronAvraham</dc:creator>
    <dc:date>2020-03-04T12:14:47Z</dc:date>
    <item>
      <title>Supporting groups in base layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/supporting-groups-in-base-layer/m-p/329451#M3887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to implement a feature where the user can group base layers, operational layers and&amp;nbsp;GraphicsOverlays into something like a group layer.&lt;/P&gt;&lt;P&gt;but from what i can see only the operational layers collection supports using group layer and base layers collection does not support it, and as far as i see there is no option at all to group several GraphicsOverlays together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any thing that i'm missing that can help me implement this feature?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2020 12:14:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/supporting-groups-in-base-layer/m-p/329451#M3887</guid>
      <dc:creator>YaronAvraham</dc:creator>
      <dc:date>2020-03-04T12:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Supporting groups in base layer</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/supporting-groups-in-base-layer/m-p/329452#M3888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First wrt GraphicsOverlays, as these are not layers, they won't be able to go into the map itself. They're always-on-top and maintained separately from the map. They're typically meant for session-like data, like search results, routes, red lines etc, and can transcend multiple maps (ie you can retain search results, but go pick a completely different map, and your search results are still there). It's also nice to know that your view model always have a set of graphics layers available to place these things in, regardless of which map is currently open.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Basemap is sort of two group layers in itself: It contains the baselayers, and references layers. Baselayers goes on the bottom, and reference layers (typically pre-generated labels) goes on top of the operational layers. The idea is that if you want to change the basemap, you just&amp;nbsp;set the basemap property, and your operational layers stay intact. ie&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;myMap.Basemap = Basemap.CreateImagery();&lt;/P&gt;&lt;P&gt;It makes it very easy to build a basemap-switching experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GroupLayers in itself doesn't really do anything, other than help you manage a set of layers together, and turn them on/off together. They are mostly for organizing data in your operational layers and mostly useful if you have a Table-of-contents like control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm curious what&amp;nbsp;you need group layers for outside of operational layers. Perhaps you could expand a little on that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2020 16:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/supporting-groups-in-base-layer/m-p/329452#M3888</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2020-03-09T16:08:31Z</dc:date>
    </item>
  </channel>
</rss>

