<?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 User defined map service symbology by feature attribute in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/user-defined-map-service-symbology-by-feature/m-p/47819#M2039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working in Arc10.1 with the latest flex service and have question about dynamic may symbology.&amp;nbsp; I have a several polygon layers that are very large (100k+ polygons) and want to display the same polygon file based on different attributes.&amp;nbsp; Since the polygon files are large, I would like to avoid loading them as a separate.redundant service for each display option, but rater let the user define what attribute a pre-set color scheme was applied to.&amp;nbsp; For example, imagine a U.S. states layer with population, mean income, temperature and rainfall as attributes.&amp;nbsp; Instead of loading the states layer 4 times (for each individual attribute/symbology) I am interested in finding a way have only one copy of the polygon file loaded and let the user identify/change what attribute to base the symbology on.&amp;nbsp; Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2012 14:26:26 GMT</pubDate>
    <dc:creator>MikeHouts</dc:creator>
    <dc:date>2012-09-21T14:26:26Z</dc:date>
    <item>
      <title>User defined map service symbology by feature attribute</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/user-defined-map-service-symbology-by-feature/m-p/47819#M2039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working in Arc10.1 with the latest flex service and have question about dynamic may symbology.&amp;nbsp; I have a several polygon layers that are very large (100k+ polygons) and want to display the same polygon file based on different attributes.&amp;nbsp; Since the polygon files are large, I would like to avoid loading them as a separate.redundant service for each display option, but rater let the user define what attribute a pre-set color scheme was applied to.&amp;nbsp; For example, imagine a U.S. states layer with population, mean income, temperature and rainfall as attributes.&amp;nbsp; Instead of loading the states layer 4 times (for each individual attribute/symbology) I am interested in finding a way have only one copy of the polygon file loaded and let the user identify/change what attribute to base the symbology on.&amp;nbsp; Is this possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 14:26:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/user-defined-map-service-symbology-by-feature/m-p/47819#M2039</guid>
      <dc:creator>MikeHouts</dc:creator>
      <dc:date>2012-09-21T14:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: User defined map service symbology by feature attribute</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/user-defined-map-service-symbology-by-feature/m-p/47820#M2040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand everything correctly, you are just wanting to symbolize a service differently based on different queries, am I correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, you could approach this by creating the interface where users define what attribute they want to symbolize on.&amp;nbsp; Say a drop down menu with your examples, population, income, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once the selection is made, this would fire a query task which obtains the feature set from the service.&amp;nbsp; The query task contains a query which selects where your layer field values meet a condition.&amp;nbsp; You can then have a graphics layer be populated by the return feature set of the query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The symbology or style of the graphics layer can be based on the query that was used.&amp;nbsp; This would take some work if you are wanting some complex symbology but achievable nonetheless.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simply put that is one direction for accomplishing such task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I understand you do not want to load the same file multiple times, but does it necessary have to be dynamic?&amp;nbsp; Caching the service would allow faster drawing.&amp;nbsp; If your attributes are updated all the time, then this would not be a very good option, but if they do not then maybe it would help.&amp;nbsp; Then users can then just select what they want to see and it will draw.&amp;nbsp; With some simply scripting, you could even force only one service to be on at a time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris B.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2012 17:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/user-defined-map-service-symbology-by-feature/m-p/47820#M2040</guid>
      <dc:creator>ChristopherBlinn1</dc:creator>
      <dc:date>2012-09-21T17:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: User defined map service symbology by feature attribute</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/user-defined-map-service-symbology-by-feature/m-p/47821#M2041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Chris, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is kind of what Im aiming for, but it not so much a value that Im wanting to search for to symbolize, but rather change symbology by data themes within a polygons attribute columns.&amp;nbsp; So the first part of selecting a field is right on, then I just need some script or a widget to load a layer file that corresponds to that attribute/theme.&amp;nbsp; Im not good with scripting, so was kind of hoping to find something.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 16:59:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/user-defined-map-service-symbology-by-feature/m-p/47821#M2041</guid>
      <dc:creator>MikeHouts</dc:creator>
      <dc:date>2012-09-24T16:59:48Z</dc:date>
    </item>
  </channel>
</rss>

