<?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: Feature Layer doesn't use server drawing information in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625141#M58334</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the &lt;A href="https://developers.arcgis.com/javascript/jshelp/inside_feature_layers.html"&gt;overview&lt;/A&gt; on Feature Layers, it looks like cartographic representations are not available with Feature Layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Selection only mode&lt;/STRONG&gt; does not initially request any features. Features are added only when a selection is made. This mode is useful when you cannot or do not want to bring all features into the client, but you want to highlight one or more features for a certain reason. 
&lt;P&gt;For example, &lt;SPAN style="color: #e23d39;"&gt;suppose you have a roads layer that's configured to use cartographic representations, which are not supported for display using a feature layer&lt;/SPAN&gt;. You want to perform some Web editing on the roads, but that requires a feature layer. What do you do?&lt;/P&gt;
&lt;P&gt;In this scenario, you configure a dynamic map service to show the roads, then use a feature layer with selection only mode to display just the road currently being edited. This selected road is drawn using a simple client-side symbol. Once the edit is applied, you can clear the selection and refresh the dynamic map service to see the updated roads.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 15:28:02 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2014-10-09T15:28:02Z</dc:date>
    <item>
      <title>Feature Layer doesn't use server drawing information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625138#M58331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I published a map that contains layers which use representations. I want to use these layers as Feature Layers in a web map, but when I add them to the map element, the symbology is different. Is there a way to keep the representation symbology? I read &lt;A href="https://developers.arcgis.com/javascript/jsapi/featurelayer-amd.html"&gt;here&lt;/A&gt; that Feature Classes take the drawing information from the server, but in my case the symbology is totally different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:04:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625138#M58331</guid>
      <dc:creator>RalucaNicola</dc:creator>
      <dc:date>2014-10-09T15:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer doesn't use server drawing information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625139#M58332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raluca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you able to share a link to that service? Or show the code that you are using? Because it should show the symbology you used unless you specify it in your code to use different symbology .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625139#M58332</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2014-10-09T15:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer doesn't use server drawing information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625140#M58333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I use&lt;/P&gt;&lt;P&gt;dynamicMapService = new ArcGISDynamicMapServiceLayer(url);&lt;/P&gt;&lt;P&gt;map.addLayer(dynamicMapService);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the layers are rendered using the representations.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="19146" alt="ww_repr.PNG" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/19146_ww_repr.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;But if I add the service as a feature layer:&lt;/P&gt;&lt;P&gt;featureLayer = new FeatureLayer(url +&amp;nbsp; "13");&lt;/P&gt;&lt;P&gt;map.addLayer(featureLayer);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then my hiking trails are represented only with a green line...&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="19147" alt="ww_norepr.PNG" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/19147_ww_norepr.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;P&gt;Raluca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:27:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625140#M58333</guid>
      <dc:creator>RalucaNicola</dc:creator>
      <dc:date>2014-10-09T15:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer doesn't use server drawing information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625141#M58334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the &lt;A href="https://developers.arcgis.com/javascript/jshelp/inside_feature_layers.html"&gt;overview&lt;/A&gt; on Feature Layers, it looks like cartographic representations are not available with Feature Layers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;Selection only mode&lt;/STRONG&gt; does not initially request any features. Features are added only when a selection is made. This mode is useful when you cannot or do not want to bring all features into the client, but you want to highlight one or more features for a certain reason. 
&lt;P&gt;For example, &lt;SPAN style="color: #e23d39;"&gt;suppose you have a roads layer that's configured to use cartographic representations, which are not supported for display using a feature layer&lt;/SPAN&gt;. You want to perform some Web editing on the roads, but that requires a feature layer. What do you do?&lt;/P&gt;
&lt;P&gt;In this scenario, you configure a dynamic map service to show the roads, then use a feature layer with selection only mode to display just the road currently being edited. This selected road is drawn using a simple client-side symbol. Once the edit is applied, you can clear the selection and refresh the dynamic map service to see the updated roads.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625141#M58334</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2014-10-09T15:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer doesn't use server drawing information</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625142#M58335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ken, this is what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 15:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-doesn-t-use-server-drawing/m-p/625142#M58335</guid>
      <dc:creator>RalucaNicola</dc:creator>
      <dc:date>2014-10-09T15:39:25Z</dc:date>
    </item>
  </channel>
</rss>

