Spexi provides WMTS and XYZ tile service URLs that allow you to stream orthomosaics directly into ArcGIS Pro.
WMTS (recommended for users familiar with WMS/WMTS workflows)
XYZ tiles (fast, simple, and works with “Add Data From Path”)
Use this method if you are working with the WMTS URL provided in the Spexi Integrations page.
Use the standard WMTS Capabilities URL like this:
https://world.spexi.com/developer-api/mapi/v1/org/ORG_ID/layer/LAYER_ID/raster-tile/WebMercatorQuad/WMTSCapabilities.xml
Open ArcGIS Pro
Open an existing project or create a new one
In the top ribbon, go to the Insert tab
Click Connections
Select New WMTS Server
A configuration window will appear.
In the Server URL field, paste your WMTS URL
Click Add Custom Parameter
Set:
Parameter: x-api-key
x-api-key
Value: (paste your API key)
Click OK
Your new WMTS connection will now appear under Catalog → Servers.
Open the Catalog pane (View → Catalog Pane if needed)
Expand Servers
Find your newly created WMTS connection
Expand it to reveal your Spexi orthomosaic layer
Drag the layer into your map
If the map is blank:
In the Contents pane, right-click the Spexi layer
Select Zoom To Layer to view the imagery
ArcGIS Pro can load XYZ tiles directly using Add Data From Path.
This method is simple and works well for users who prefer XYZ URLs.
From the Spexi Integrations page, copy your XYZ URL and append your API key:
https://world.spexi.com/developer-api/mapi/v1/org/ORG_ID/layer/LAYER_ID/raster-tile/WebMercatorQuad/{z}/{x}/{y}.png?api_key=YOUR_API_KEY
Keep {z}, {x}, and {y} exactly as provided.
{z}
{x}
{y}
In ArcGIS Pro, open your project
Go to the Map tab
Click Add Data
From the dropdown, select Add Data From Path
Paste your full XYZ URL (including ?api_key=)
?api_key=
Click Add
ArcGIS Pro will detect the URL as a valid Web Tiled Layer and display it
If the imagery is not immediately visible:
In the Contents pane, right-click the Spexi XYZ layer
Select Zoom To Layer
To reuse this XYZ connection across projects:
Right-click the Spexi XYZ layer in the Contents pane
Click Save As Layer File
Save the .lyrx file in a shared GIS resources folder
.lyrx
Next time, simply drag the .lyrx file into your map
Last updated 6 days ago