<?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: ArcGIS Server: Dynamic Symbology in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19076#M741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;YL,&lt;BR /&gt;&lt;BR /&gt;in case you can figure out all applicable dispatch zones upfront, you can setup your layer's unique-value-renderer with additional values, even when your layer does not have those values. &lt;BR /&gt;&lt;BR /&gt;So, you setup your layer's unique value renderer with all possible dispatch zone id/name and publish. As new features with new values get added to the spatial table, a simple refresh from your web app or arcgis.com map will show new features with new symbols.&lt;BR /&gt;&lt;BR /&gt;in case you really need to do dynamic rendering on the server side, here are few links that you may find helpful:&lt;BR /&gt;&lt;BR /&gt;About Dynamic Layers:&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/About_dynamic_layers/00sq000000n1000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#/About_dynamic_layers/00sq000000n1000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JS API sample on changing layers symbology on dynamically:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;there is also a task that allows you to get unique values renderer with updated values from server side.&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/generaterenderertask-amd.html"&gt;https://developers.arcgis.com/en/javascript/jsapi/generaterenderertask-amd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;all ArcGIS Web APIs have similar capabilities.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Tanu Hoque,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the way you tell. The performance is fast. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2013 18:15:15 GMT</pubDate>
    <dc:creator>YangLiu2</dc:creator>
    <dc:date>2013-10-29T18:15:15Z</dc:date>
    <item>
      <title>ArcGIS Server: Dynamic Symbology</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19074#M739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to make a dynamic symbology on server side. For example, I create a query layer from a spatial table, which shows 4 dispatch zones for TX state. I set up different color on each dispatch zone in ArcMap and then published the feature class as Map Service. My boss asks to update the data&amp;nbsp; which is separate one of those dispatch zones into two. But When I make the change in spatial table, there is no change on the Map Service. I tried to view the Map Service by ArcGIS Online. The new dispatch zone is colorless. So my question is how I can make the symbology change on Map Service at the same time when new value is added without re-publishing? Any Thought? Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;YL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 19:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19074#M739</guid>
      <dc:creator>YangLiu2</dc:creator>
      <dc:date>2013-10-28T19:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: Dynamic Symbology</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19075#M740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;YL,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in case you can figure out all applicable dispatch zones upfront, you can setup your layer's unique-value-renderer with additional values, even when your layer does not have those values. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, you setup your layer's unique value renderer with all possible dispatch zone id/name and publish. As new features with new values get added to the spatial table, a simple refresh from your web app or arcgis.com map will show new features with new symbols.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in case you really need to do dynamic rendering on the server side, here are few links that you may find helpful:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About Dynamic Layers:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/About_dynamic_layers/00sq000000n1000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#/About_dynamic_layers/00sq000000n1000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JS API sample on changing layers symbology on dynamically:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there is also a task that allows you to get unique values renderer with updated values from server side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/generaterenderertask-amd.html"&gt;https://developers.arcgis.com/en/javascript/jsapi/generaterenderertask-amd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;all ArcGIS Web APIs have similar capabilities.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 14:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19075#M740</guid>
      <dc:creator>TanuHoque</dc:creator>
      <dc:date>2013-10-29T14:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: Dynamic Symbology</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19076#M741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;YL,&lt;BR /&gt;&lt;BR /&gt;in case you can figure out all applicable dispatch zones upfront, you can setup your layer's unique-value-renderer with additional values, even when your layer does not have those values. &lt;BR /&gt;&lt;BR /&gt;So, you setup your layer's unique value renderer with all possible dispatch zone id/name and publish. As new features with new values get added to the spatial table, a simple refresh from your web app or arcgis.com map will show new features with new symbols.&lt;BR /&gt;&lt;BR /&gt;in case you really need to do dynamic rendering on the server side, here are few links that you may find helpful:&lt;BR /&gt;&lt;BR /&gt;About Dynamic Layers:&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/About_dynamic_layers/00sq000000n1000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#/About_dynamic_layers/00sq000000n1000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;JS API sample on changing layers symbology on dynamically:&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html"&gt;https://developers.arcgis.com/en/javascript/jssamples/renderer_dynamic_layer_change_attribute.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;there is also a task that allows you to get unique values renderer with updated values from server side.&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/generaterenderertask-amd.html"&gt;https://developers.arcgis.com/en/javascript/jsapi/generaterenderertask-amd.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;all ArcGIS Web APIs have similar capabilities.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Tanu Hoque,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the way you tell. The performance is fast. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;YL&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 18:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19076#M741</guid>
      <dc:creator>YangLiu2</dc:creator>
      <dc:date>2013-10-29T18:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Server: Dynamic Symbology</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19077#M742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;YL,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a link for custom rendering tag references, within the Viewer for Flex app, for when and if you want to alter the symbology for a service that you did not create, but would like to use and manipulate anyways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or if you created a default service, but want the data to be represented differently in various mapping applications, but still using the same original mapservice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Rendering_and_Symbology_tags/01m30000004w000000/"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Rendering_and_Symbology_tags/01m30000004w000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Haskett&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 19:53:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/arcgis-server-dynamic-symbology/m-p/19077#M742</guid>
      <dc:creator>GeorgeHaskett</dc:creator>
      <dc:date>2013-11-07T19:53:04Z</dc:date>
    </item>
  </channel>
</rss>

