<?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 merge ArcGIS feature layers and display as one layer on client side in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325890#M30011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wish to display the layers at once, have you considered adding them to a webmap and saving out the WebMap? You can then bring in the entire&amp;nbsp;WebMap with all of the layers by passing in the ID as seen in this example,&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/webmap-basic/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/webmap-basic/index.html"&gt;Load a basic WebMap | ArcGIS API for JavaScript 4.13&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this goes beyond just visualization and trying to keep it simple, and you wish to actually merge the data in the layers into one single output file. You would need to do that using analysis tools such as Merge. You can find more info on this at&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/analyze/merge-layers.htm#ESRI_SECTION1_3CF012E8929A496CB81BB310617F01B6" title="https://doc.arcgis.com/en/arcgis-online/analyze/merge-layers.htm#ESRI_SECTION1_3CF012E8929A496CB81BB310617F01B6"&gt;Merge Layers—ArcGIS Online Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Oct 2019 18:37:00 GMT</pubDate>
    <dc:creator>HeatherGonzago</dc:creator>
    <dc:date>2019-10-16T18:37:00Z</dc:date>
    <item>
      <title>How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325886#M30007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a project that utilizes ArcGIS JS API to display maps using the approach of Portal Item layers. (https://developers.arcgis.com/javascript/latest/sample-code/layers-portal/index.html) Now we have a request to merge these layers (either on the client side or some other approaches) and display as one layer. And so far I haven't found a way to do it with ArcGIS JS API. I have considered switching the entire client-side JS library to something like esri-leaflet, and raised a question at their repository. Then the closest answer/approach I get so far is to subscribe to ArcGIS Enterprise and use dynamicmaplayer to achieve this. My question: Is there any way to achieve this (pulling multiple Portal item layers and merge &amp;amp; display as one layer) just with ArcGIS JS API? Or in general - What are the possible/recommended approaches to achieve this, no matter client side or not? If we can rebuild the entire app to achieve this, what is the recommended approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 17:51:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325886#M30007</guid>
      <dc:creator>HanlunSong</dc:creator>
      <dc:date>2019-10-16T17:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325887#M30008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hanlun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Have you considered a group layer?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GroupLayer.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GroupLayer.html"&gt;GroupLayer | ArcGIS API for JavaScript 4.13&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325887#M30008</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-10-16T18:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325888#M30009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont understand too much the reason, why do u need to merge all the layers in one?&lt;BR /&gt;I think in ur case i would make a rest service with all the info that u wanna put there (u actually can put separated layers if u want) and then, programatically, calle them as dynamic service. So in that way you only call "one" layer instead of calling all of them separated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:04:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325888#M30009</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2019-10-16T18:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325889#M30010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert, thanks for replying.&lt;/P&gt;&lt;P&gt;Based on my understanding, I think group layer is just a way to manage multiple layers simultaneously - not actually merging them into one layer for display.&lt;/P&gt;&lt;P&gt;I've just added the link to the actual map in question. So if you take a look, toggle two layers on, one layer will cover the one below. We want the two layers merged into one new layer that accumulates the numbers (even if the units of numbers are different)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:36:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325889#M30010</guid>
      <dc:creator>HanlunSong</dc:creator>
      <dc:date>2019-10-16T18:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325890#M30011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you wish to display the layers at once, have you considered adding them to a webmap and saving out the WebMap? You can then bring in the entire&amp;nbsp;WebMap with all of the layers by passing in the ID as seen in this example,&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/sample-code/webmap-basic/index.html" title="https://developers.arcgis.com/javascript/latest/sample-code/webmap-basic/index.html"&gt;Load a basic WebMap | ArcGIS API for JavaScript 4.13&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this goes beyond just visualization and trying to keep it simple, and you wish to actually merge the data in the layers into one single output file. You would need to do that using analysis tools such as Merge. You can find more info on this at&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/arcgis-online/analyze/merge-layers.htm#ESRI_SECTION1_3CF012E8929A496CB81BB310617F01B6" title="https://doc.arcgis.com/en/arcgis-online/analyze/merge-layers.htm#ESRI_SECTION1_3CF012E8929A496CB81BB310617F01B6"&gt;Merge Layers—ArcGIS Online Help | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heather&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325890#M30011</guid>
      <dc:creator>HeatherGonzago</dc:creator>
      <dc:date>2019-10-16T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325891#M30012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've just added the link to the actual map in question. So if you take a look at it, it might help you understand the issue. You can toggle two layers on, and see one layer will cover the one below. We want the two layers merged into one new layer that accumulates the numbers (even if the units of numbers are different) and just display that one layer. And it could be any number of layers the user selects, so it needs to be dynamic/on-the-fly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:37:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325891#M30012</guid>
      <dc:creator>HanlunSong</dc:creator>
      <dc:date>2019-10-16T18:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325892#M30013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;I've just added the link to the actual map. You can toggle two layers on, and see one layer will cover the one below. We want the two layers merged into one new layer that accumulates the numbers (even if the units of numbers are different) and just display that one layer. And it could be any number of layers the user selects, so it needs to be dynamic/on-the-fly. Based on this, I don't think I can pre-build a specific web map that just contains certain layers.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:39:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325892#M30013</guid>
      <dc:creator>HanlunSong</dc:creator>
      <dc:date>2019-10-16T18:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325893#M30014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OH now i know, but thats impossible to do i think , unless u make combinations and save them as combinations.&lt;/P&gt;&lt;P&gt;Every layer is going to cover the previous one, thats how it works so far.&lt;/P&gt;&lt;P&gt;The only thing u can do in this case it is changing the layer opacity, so in that way you can actually see both... but you will have to deal with opacity for each map that the user selects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:55:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325893#M30014</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2019-10-16T18:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325894#M30015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also u can change the visualizacion on the layers , indicating an index on what layer should be first or above.&lt;/P&gt;&lt;P&gt;you do this with map.addLayer(layer,index)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 18:57:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325894#M30015</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2019-10-16T18:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325895#M30016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just realized that I added the wrong link for the esri-leaflet discussion.&lt;/P&gt;&lt;P&gt;Here is the link:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/esri-leaflet/issues/1169" title="https://github.com/Esri/esri-leaflet/issues/1169"&gt;Merge ArcGIS feature layer and display as one layer on client side · Issue #1169 · Esri/esri-leaflet · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this discussion,&amp;nbsp;dynamicmaplayer was mentioned which requires Enterprise subscription. Do you think this would work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 20:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325895#M30016</guid>
      <dc:creator>HanlunSong</dc:creator>
      <dc:date>2019-10-16T20:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325896#M30017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think so because u are still going to have the overlaping on the layers.&lt;/P&gt;&lt;P&gt;How i told u, the best way to do that is choosing with layer, index what u want to put first and what do u want to put behind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 20:43:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325896#M30017</guid>
      <dc:creator>EvelynHernandez</dc:creator>
      <dc:date>2019-10-16T20:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325897#M30018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no simple solution for what you are tying to do, not really. You basically need to do a client side join of two different datasets. Without building a server side solution, you &lt;EM&gt;may&lt;/EM&gt; able to do something like this on the client, but first a warning. It's hacky, with no guarantees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the steps.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Load all target layers&lt;/LI&gt;&lt;LI&gt;Query for all features with geometries from target layers&lt;OL&gt;&lt;LI&gt;If you hit an exceedsTransferLimit on your query, you'll need to paginate the queries&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Use the fields or a single feature from each layer to create your fieldInfos for popups&lt;/LI&gt;&lt;LI&gt;Create a FeatureLayer using this information&lt;/LI&gt;&lt;LI&gt;Use all the results of your queried features as the source of the FeatureLayer&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://codepen.io/odoe/pen/LYYZXPL?editors=0010"&gt;Tada&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And same rules for FeatureLayers apply, must all be same geometry type, if layers have different schemas for fields, you'll have empty fields in popups.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If doing this dynamically in an app, just remove the old merged featurelayer and create a new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did I mention this is completely untested?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2019 21:38:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325897#M30018</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2019-10-16T21:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325898#M30019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haha, thank you very much. It is very informative nonetheless.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mentioned server side solution - could you talk more about that too?&lt;/P&gt;&lt;P&gt;Also, what if I switch the entire client side to something like esri-leaflet? Can I only query data from those layers (do I need ArcGIS Enterprise to query data only from layers?) and render them with leaflet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 02:32:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325898#M30019</guid>
      <dc:creator>HanlunSong</dc:creator>
      <dc:date>2019-10-18T02:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325899#M30020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's no easier with esri-leaflet, probably even more work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A server side solution would be to use a &lt;A href="https://enterprise.arcgis.com/en/server/latest/develop/linux/about-extending-services.htm"&gt;server object extension&lt;/A&gt; with Enterprise. I did this years ago to do something similar when I needed to add related data to the results of my feature requests. This does require having an Enterprise license and enough .NET or Java know how to build the extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 14:26:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325899#M30020</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2019-10-18T14:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325900#M30021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. I think I should explore the server side option too. I do&amp;nbsp;know .Net and some Java but not sure if it will be enough. I notice you are author of two ArcGIS books. May I ask if you could recommend some good resources other the ESRI documentation to get started on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 14:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325900#M30021</guid>
      <dc:creator>HanlunSong</dc:creator>
      <dc:date>2019-10-18T14:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325901#M30022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a tough one. I don't think I've seen non-esri blog posts on SOE's, but there are videos from previous dev summits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the latest.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=EXTpDDralWU" title="https://www.youtube.com/watch?v=EXTpDDralWU"&gt;Extending ArcGIS Enterprise - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some Java templates&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/server-extension-java" title="https://github.com/Esri/server-extension-java"&gt;GitHub - Esri/server-extension-java: Template for creating Server Object Extensions (SOEs) and Server Object Interceptor…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and .NET templates&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/server-extension-dotnet" title="https://github.com/Esri/server-extension-dotnet"&gt;GitHub - Esri/server-extension-dotnet: Server extensions allow developers to change and extend the capabilities of ArcGI…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said, it's been a few years since I've done this, but I do remember the hardest part being debugging the services, which was basically looking at the error logs in the enterprise admin pages, but maybe this has been improved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 15:13:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325901#M30022</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2019-10-18T15:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge ArcGIS feature layers and display as one layer on client side</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325902#M30023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh I see, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, if I manually merge the layers into one layer&amp;nbsp;beforehand (as a result, the merged layer will have many fields, how do I display polygon color based on a new field which is dynamically created to store sum of two or more fields? It does not have to be strictly creating a new field on the fly. The end goal is to display color based on the sum of multiple fields (i.e. heat map).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;&lt;STRONG&gt;Update: I am able to achieve the above using Arcade Expression and Renderers.&amp;nbsp;&lt;/STRONG&gt;&lt;/H2&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 17:17:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-merge-arcgis-feature-layers-and-display-as/m-p/325902#M30023</guid>
      <dc:creator>HanlunSong</dc:creator>
      <dc:date>2019-10-18T17:17:41Z</dc:date>
    </item>
  </channel>
</rss>

