{ "opencollection": "1.0.0", "info": { "name": "OneAtlas Basemap API", "version": "2.0" }, "items": [ { "info": { "name": "Get Capabilities", "type": "folder" }, "items": [ { "info": { "name": "Service Capabilities.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/basemap/wmts?SERVICE=WMTS&REQUEST=GetCapabilities" }, "docs": "Allows authorized users to see the capacities of the service." } ] }, { "info": { "name": "Maps", "type": "folder" }, "items": [ { "info": { "name": "Returns a Tile from a Layer.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/basemap/wmts?layer=advancedBasemap&tilematrixset=:tileSet&Service=:service&Request=:request&Version=1.0.0&Format=:format&TileMatrix=:zoomLevel&TileCol=:tileColumn&TileRow=:tileRow", "params": [ { "name": "service", "value": "", "type": "path", "description": "The format of the image you want to display" }, { "name": "request", "value": "", "type": "path", "description": "The service you request" }, { "name": "tileSet", "value": "", "type": "path", "description": "The desired tile set from which to retrieve the tiles (currently supported set are 4326 (projected coordinates) and 3857 (spherical coordinates)). 3857 only is available at the moment." }, { "name": "format", "value": "", "type": "path", "description": "the requested image format (image/jpeg or image/png)." }, { "name": "zoomLevel", "value": "", "type": "path", "description": "The map zoom level (Tilegrid depth). Starts at 0 and ends at 16 for SPOT layers, 17 for Pleiades layers and 19 for Pl�iades Neo layers." }, { "name": "tileColumn", "value": "", "type": "path", "description": "Tilegrid column. The index of the tile column within the chosen tilegrid (different options are available with GetCapabilities). Must be inferior or equal to MatrixWidth" }, { "name": "tileRow", "value": "", "type": "path", "description": "Tilegrid row. The index of the tile row within the chosen tilegrid (different options are available with GetCapabilities) Must be inferior or equal to MatrixHeight." } ] }, "docs": "Returns a 256x256 tile from a layer in JPEG or PNG format.\n\n__IMPORTANT:__ whatever the requested image format is, a transparent image will be delivered in PNG format if no tile is found at the specified location.\n\n__Example__: https://view-bm.api.oneatlas.airbus.com/basemap/wmts?layer=advancedBasemap&style=default&tilematrixset=3857&Service=WMTS&Request=GetTile&Version=1.0.0&Format=image/unknown&TileMatrix=18&TileCol=132063&TileRow=95710\n" } ] } ], "bundled": true }