<?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: How to change the symbology of a single layer at a transition from one scale to a in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379739#M29975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;- no python requiered - Add the layer to the TOC for each scale range that you want to display.&amp;nbsp; this is done on the General Tab of the Layer Properties dialog.&amp;nbsp; So, add the full extent layer and set the display range and values that you want - then add the same layer again to the TOC to display below 10,000 range.&amp;nbsp; I hope that makes sense:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will notice that ESRI does this often in their demos...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 14:18:28 GMT</pubDate>
    <dc:creator>DaveJordan1</dc:creator>
    <dc:date>2012-11-26T14:18:28Z</dc:date>
    <item>
      <title>How to change the symbology of a single layer at a transition from one scale to anoth</title>
      <link>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379736#M29972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to assign two different symbology through a scale to another with Python programing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will explain, I have a buildings layer&amp;nbsp; in the Luxembourg country. the full extent of the country is a 1:500 000, I want the polygone appear without contour from scale 1:500 000 to 1:10 000. And from 1:10 000 scale to 0, I want an outline appears around polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've never done python programing, so I do not know what to do, which is why I have given details, if someone could help me, I would be grateful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 16:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379736#M29972</guid>
      <dc:creator>BarraLoubna</dc:creator>
      <dc:date>2012-11-23T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the symbology of a single layer at a transition from one scale to a</title>
      <link>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379737#M29973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have any idea, please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 07:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379737#M29973</guid>
      <dc:creator>BarraLoubna</dc:creator>
      <dc:date>2012-11-26T07:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the symbology of a single layer at a transition from one scale to a</title>
      <link>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379738#M29974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An easy way would be to publish an MXD with the same data source (layer) mutliple times and depending on the scale, you would turn on/off the layer visibility.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can get the scale from the DataFrame class:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/DataFrame/00s300000003000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/DataFrame/00s300000003000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And set a layer's visibility from the Layer class:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Layer/00s300000008000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/Layer/00s300000008000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are new to Python and arcpy.mapping I suggest you try the getting started tutorial:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/Getting_started_with_arcpy_mapping_tutorial/00s30000006w000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/#/Getting_started_with_arcpy_mapping_tutorial/00s30000006w000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 14:02:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379738#M29974</guid>
      <dc:creator>JeffBarrette</dc:creator>
      <dc:date>2012-11-26T14:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the symbology of a single layer at a transition from one scale to a</title>
      <link>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379739#M29975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;- no python requiered - Add the layer to the TOC for each scale range that you want to display.&amp;nbsp; this is done on the General Tab of the Layer Properties dialog.&amp;nbsp; So, add the full extent layer and set the display range and values that you want - then add the same layer again to the TOC to display below 10,000 range.&amp;nbsp; I hope that makes sense:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will notice that ESRI does this often in their demos...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 14:18:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379739#M29975</guid>
      <dc:creator>DaveJordan1</dc:creator>
      <dc:date>2012-11-26T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the symbology of a single layer at a transition from one scale to a</title>
      <link>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379740#M29976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But I do not want alot of layers with same content on different scales, I want the same layer and changing symbology from a margin of scale to another, as in the example below, I want to do the same thing with buildings layers. i have the same thematic and I developed a silverlight interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.geoagglo-thionville.fr/plan_ca.php"&gt;http://www.geoagglo-thionville.fr/plan_ca.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave, I think you have a good idea, but can you explain me more how to do? if you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answers.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 15:24:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/how-to-change-the-symbology-of-a-single-layer-at-a/m-p/379740#M29976</guid>
      <dc:creator>BarraLoubna</dc:creator>
      <dc:date>2012-11-26T15:24:08Z</dc:date>
    </item>
  </channel>
</rss>

