Requesting a Map Tile - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-09-26
ft:lastPublication
2025-09-26T10:03:58.880000

Once the named tile definition is in the repository, you are ready to formulate and submit an XML request for the map tile. You do this using the Tile method in the Spectrum Technology Platform REST interface.

In the REST Interface, all the parameters are included in the request For the tile method these include service, named map, tile level, column and row based on the level, and the output image format.

  1. Create the Tile request following the example:
    http://<server>:<port>/rest/Spatial/MapTilingService/Samples/NamedTiles/WorldTile/2/1:1/tile.png
  2. Copy the request into a browser and refresh the page. The tile appears.
  3. To learn about all capabilities of the Map Tiling Service, go to http://[host:port]/SpatialSamples/ and choose the JavaScript sample application. Click on the Map Tiling tab.
  4. Choose any of the supported methods and study the responses in the map window and/or the response windows.