<?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: Joining County Data from API to Feature Service in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475611#M44180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/393828"&gt;Eric Samson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcade-expressions/blob/master/any/attributeFromLargestArea.md" title="https://github.com/Esri/arcade-expressions/blob/master/any/attributeFromLargestArea.md"&gt;arcade-expressions/attributeFromLargestArea.md at master · Esri/arcade-expressions · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2020 00:34:02 GMT</pubDate>
    <dc:creator>RickeyFight</dc:creator>
    <dc:date>2020-02-20T00:34:02Z</dc:date>
    <item>
      <title>Joining County Data from API to Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475608#M44177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a web application that calls to an&amp;nbsp;API and grabs county data in a json format. I have a feature service that shows county boundaries. I want to join the json data from the api to the feature service by the county ID, once the api is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am seeing some options on how to do this using the leaflet API package, any suggestions on how to get this accomplished with the ArcGIS API?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 22:09:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475608#M44177</guid>
      <dc:creator>EricSamson3</dc:creator>
      <dc:date>2020-02-19T22:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Joining County Data from API to Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475609#M44178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/393828"&gt;Eric Samson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Are you planning for this to display in a popup?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 22:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475609#M44178</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2020-02-19T22:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Joining County Data from API to Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475610#M44179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, essentially there is just one field I would like to join by the county ID layer which will contain a value. The feature service will then be colored by that value and the information will be available in a pop-up&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 00:26:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475610#M44179</guid>
      <dc:creator>EricSamson3</dc:creator>
      <dc:date>2020-02-20T00:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Joining County Data from API to Feature Service</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475611#M44180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/393828"&gt;Eric Samson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Look here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/Esri/arcade-expressions/blob/master/any/attributeFromLargestArea.md" title="https://github.com/Esri/arcade-expressions/blob/master/any/attributeFromLargestArea.md"&gt;arcade-expressions/attributeFromLargestArea.md at master · Esri/arcade-expressions · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 00:34:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/joining-county-data-from-api-to-feature-service/m-p/475611#M44180</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2020-02-20T00:34:02Z</dc:date>
    </item>
  </channel>
</rss>

