Does anyone have any experience (maybe using arcade?) to bring in a JSON feed into a web-map to populate a popup.
I have a non-GeoJSON feed of user data I would like to use to create a popup for a campus style map.
The feed would come from a url like : https://directory.com/api/user?account=1234
and would look something like:
{
"cn":"Smith, John",
"title":"Specialist",
"mail":"Username@email.com",
"department":"GIS",
"telephoneNumber":"+1 416-967-1111 ext. 1234"
}Is the only way to do this to bring the app local and write custom JS for it?