Render Map Using a View Table - 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-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

POST Request

POST http://hostname:port/rest/Spatial/MappingService/maps/image.png;w=400;h=400;b=-125,23,-66,49,epsg%3A4269
Content-type: application/json
Authorization: <Basic or Spectrum Token>

Example

{
    "MapDescription": {
        "layers": [{
            "type": "FeatureLayer",
                "table": {
                    "type": "ViewTable",
                                 "name": "ViewTable",
                                 "sql":"select * from \"/Samples/NamedTables/WorldTable\"",
            },
                
        }]
    }
}