Joining County Data from API to Feature Service

468
3
02-19-2020 02:09 PM
EricSamson3
New Contributor

I am working on a web application that calls to an 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.

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?

Thanks

0 Kudos
3 Replies
RickeyFight
MVP Regular Contributor

Eric Samson

Are you planning for this to display in a popup? 

0 Kudos
EricSamson3
New Contributor

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

0 Kudos