I'm publishing a mapping service that's derived from a Geo JSON feed to show information about electric vehicle charging locations. I created a URL based on the documentation here. I published a service in ArcGIS Online, and it works great.
I wanted to update the service with a new URL with modified parameters; instead of filtering for just EV sites I wanted to include all alternative fuel stations. I couldn't find anywhere to change the URL. When I click the button to update the data it looks like it refreshes data from the current URL.
So that makes me wonder, does the hosted feature service store a copy of the data when it's created and requires periodically updating, or is it showing live data from the Geo JSON feed?
Also, is there a way to modify the existing feature service using a new URL, or do I have to create a new service?
Thanks.