ArcGIS Tools

ArcGIS Web Map and Item Inspector

Paste an ArcGIS Online or ArcGIS Enterprise item URL to see the item details, its content quality and the status of every layer in the web map in one report.

Accepted: …/home/item.html?id=…, …/apps/mapviewer/index.html?webmap=…, app URLs, or a 32-character item ID. The sample is a public web map used in Esri's developer tutorials.

Portal URL and token (optional)

The token is kept in this tab's memory only, is not saved and is never added to URLs. It is sent in the request body only to the portal and to services on the same host (in ArcGIS Online, including hosted services under arcgis.com).

Privacy

Requests go straight from your browser to the portal that holds the item (www.arcgis.com for ArcGIS Online) and to the servers of the layers in the web map; they do not pass through Rodosto's servers. The portal receives the item ID, and each layer server receives a definition request (?f=json) for the layer URL. The thumbnail loads from the portal.

Related Tools

Why check a web map

In ArcGIS, a web map is a JSON document that stores layer URLs and display settings rather than the layers themselves. The map can stay the same for years while the services behind it are moved, renamed, restricted or switched off. The map still opens, but some layers come up empty, and finding the cause means trying each layer by hand. The summary, description, tags and terms of use on the item page can also fall behind over time, which makes the item harder to find and to use correctly.

This inspector reads an item's portal record and its web map JSON and answers two questions together: is the item well described, and are the layers in the map actually reachable.

How to use it

  1. Paste the item URL. ArcGIS Online, organisation URLs (…maps.arcgis.com) and ArcGIS Enterprise portal URLs are accepted, and the item ID is also recognised in Map Viewer and app URLs. If you only have the 32-character ID of an Enterprise item, enter the portal URL as well.
  2. Press Inspect. The item details and the content quality checklist appear first.
  3. If the item is a web map or web scene, its basemap and operational layers are listed in a table, group layers included. For each layer the table shows visibility, opacity, whether a pop-up is configured and the URL; a definition request is then sent to every URL to fill in the status column.
  4. Download the layer table as a CSV report, browse the item and data JSON in a collapsible view, copy it or save it as a file.

What the layer statuses mean

Content quality checklist

The checklist looks at whether the thumbnail, summary, description, tags, terms of use and credits are filled in, and shows the item information score when the portal provides one. For web maps it adds broken layers, layers that need a token, http URLs, layer URLs with an embedded token and feature layers without a configured pop-up. The thresholds for a short description and the number of tags are this tool's suggestions, not portal rules.

For a single item this takes seconds. In organisational portals with hundreds or thousands of items, keeping content consistently described, tracking ownership and sharing, and finding broken links on a regular basis becomes a management task of its own. Rodosto's Portal Content Manager addresses it across the whole portal; you can find it on rodostoteknoloji.com.

Data and method

The tool uses public endpoints of the ArcGIS REST API: /sharing/rest/content/items/{id}?f=json for item details and /sharing/rest/content/items/{id}/data?f=json for the web map definition. To check layers it requests ?f=json from ArcGIS REST URLs, the style file for vector tile layers, GetCapabilities for WMS layers and the URL itself for everything else. Each URL is checked once, and at most six requests run at the same time. All requests go straight from your browser to the portal and the layer servers; they do not pass through Rodosto's servers. Icons come from Lucide (ISC licence); the tool uses no other external library.

Limitations

For organisations

Rodosto is an Esri Partner working with ArcGIS Online and ArcGIS Enterprise, from portal content management to ongoing support. More about our work is on rodostoteknoloji.com, and you can reach us through the contact page.

Frequently Asked Questions

Why does a layer in my web map show up empty?

The most common causes are that the source service was removed or renamed, its sharing was restricted, an http URL was blocked on an HTTPS page, or the server is unreachable. The inspector sends a request to every layer URL, tells these cases apart and shows them in the layer table.

Can I inspect items in an ArcGIS Enterprise portal?

Yes, as long as the portal is reachable from the internet and allows browser requests (CORS). When you paste an item URL, the portal root is taken from it. For a portal that is only reachable from an internal network, use the tool from a computer on that network.

What about private (unshared) items?

The tool is designed mainly for public items. For an item you are allowed to access, you can use the optional token field. The token stays in memory and is sent only to the portal and to services on the same host; in ArcGIS Online this includes hosted services under arcgis.com.

What does the "Unreadable" status mean?

The server responded, but because it does not allow browser requests from this site (CORS), the content of the response could not be read. The layer may well work; check it by opening the URL in your browser or opening the map.