GIS Web Service Tips and Tricks

When REST service endpoints change—whether due to migrations, renaming, or infrastructure updates—GIS users often need to locate and repair broken connections across many systems. 

The tips below offer practical guidance for ArcGIS Online users updating web maps and hosted layers, ArcGIS Pro and desktop users fixing data source paths, and developers using Python to automate URL updates. These resources focus on efficient ways to identify, update, and validate service URLs throughout your workflows.

Tips & Tricks for ArcGIS Online Users
  • Manual Process: Open the map in the Map Viewer and remove the deprecated layer from the web map and add the updated service. You may need to reconfigure pop-ups, symbology, or labeling.
    • Tip:  In many cases, it is helpful to temporarily keep the old service in the map as a reference while replicating those settings on the new layer, then remove it once updates are complete.

Administrative Resources:

Tips & Tricks for GIS Desktop Software Users
Tips & Tricks for Developers