<?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: Change Operational Layer when Basemap is changed in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23201#M1448</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've done something similar where I made some changes to the Flex Viewer to turn a couple of layers on (Roads and address points) when a particular base map is turned (imagery) and then turn those layers off when another basemap is selected. I had to make some changes to the code in a table of contents widget to get this to occur. Are you a developer? I can let you know in more detail what I did if you are interested.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 10 Mar 2013 04:51:36 GMT</pubDate>
    <dc:creator>ShaunWeston</dc:creator>
    <dc:date>2013-03-10T04:51:36Z</dc:date>
    <item>
      <title>Change Operational Layer when Basemap is changed</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23200#M1447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to set up groups of basemaps and operational layers so that when one a particular basemap is chosen, the corresponding operational layers could be enabled and the others disabled.&amp;nbsp; I am sure some of you have to have run across the problem where an operational layer you create to overlay over (dark) aerial photography is practically invisible once placed over a light colored basemap like Bing streets etc and vice versa.&amp;nbsp; Note that we already use double lines with contrasting colors and halos but it still does not work well.&amp;nbsp; Our production server is still the 2.x Flex Viewer and our 3.0 viewer is in progress so I have not seen the 3.1 capabilities yet but the search came up with nothing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Mar 2013 01:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23200#M1447</guid>
      <dc:creator>NeoGeo</dc:creator>
      <dc:date>2013-03-10T01:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change Operational Layer when Basemap is changed</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23201#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've done something similar where I made some changes to the Flex Viewer to turn a couple of layers on (Roads and address points) when a particular base map is turned (imagery) and then turn those layers off when another basemap is selected. I had to make some changes to the code in a table of contents widget to get this to occur. Are you a developer? I can let you know in more detail what I did if you are interested.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Mar 2013 04:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23201#M1448</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2013-03-10T04:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change Operational Layer when Basemap is changed</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23202#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have posted up a widget that allows the user to alter the appearance of the base map for tiled map services in the browser. This may be someting you could look at using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=3d1ea673ad15413db81262a4e73184ac"&gt;http://www.arcgis.com/home/item.html?id=3d1ea673ad15413db81262a4e73184ac&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have the ability to alter the code you can adding more effects is fairly straight forward&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Mar 2013 14:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23202#M1449</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-03-10T14:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Change Operational Layer when Basemap is changed</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23203#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I originally posted this a year ago and long since found the answer, but am only just now getting back to this thread.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The answer is that you just make groups of layers with the same name in config.xml and all of the layers in the group get turned on or off as a single layer.&amp;nbsp; You can create a different dark colored operational layer to display with light basemaps and a light colored one for dark basemaps and when you switch basemaps it switches overlays also.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Feb 2014 03:24:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-operational-layer-when-basemap-is-changed/m-p/23203#M1450</guid>
      <dc:creator>NeoGeo</dc:creator>
      <dc:date>2014-02-15T03:24:13Z</dc:date>
    </item>
  </channel>
</rss>

