Skip to main content
All CollectionsTutorials
How to Use SpatialScale Tile Services in ArcGIS Online
How to Use SpatialScale Tile Services in ArcGIS Online
Updated over a week ago

How to Use SpatialScale Tile Services in ArcGIS Online

Hey there! Want to add SpatialScale’s powerful raster datasets to your ArcGIS Online (AGOL) projects? You’re in the right place! This quick guide will show you how to do it using XYZ tile services. It's easier than you might think.

Step 1: Understand the XYZ Tile Service URL

First, you’ll need the correct URL format. Here’s what it looks like:

https://api.spatialscale.com/v1/<org-id>/tiles/raster/image/<dataset_id>/{z}/{x}/{y}.png?access_token=<access_token>

Just replace <org-id>, <dataset_id>, and <access_token> with your own details. This URL structure allows you to seamlessly integrate SpatialScale’s geospatial data into your AGOL maps.

Step 2: Add the XYZ Layer to ArcGIS Online

Now, let's get those tiles into your map:

  1. Open AGOL: Head to your ArcGIS Online dashboard.

  2. Click ‘Add’: Look for the ‘Add’ button at the top of your map viewer.

  3. Select ‘Add Layer from Web’: From the dropdown, choose this option.

  4. Choose ‘Tile Layer’: In the next dropdown, select ‘Tile Layer’.

  5. Paste the URL: Insert the URL you just crafted, and then click ‘Add Layer’.

That’s it! You’ve just added a SpatialScale tile service to your ArcGIS Online map.

If you need more help or run into any snags, check out our Help Center for detailed guides and support. Want to explore more about our platform? Visit SpatialScale’s API Documentation to dive deeper.

Happy mapping!

Did this answer your question?