{"info":{"_postman_id":"a63dd80a-3d38-4e15-8eb6-63266845a2c4","name":"DTN Map Tile API - 2 Way Auth V2","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","_exporter_id":"28161143"},"item":[{"name":"Authentication","item":[{"name":"Authenticate - Header/Query Parameter","event":[{"listen":"test","script":{"exec":["const response = pm.response.json();","var access_token = response.data.access_token;","","if (!access_token) {","    throw new Error('Access token was not set in the response');","}","pm.environment.set(\"AUTH_ACCESS_TOKEN\", access_token);"],"type":"text/javascript"}}],"request":{"method":"POST","header":[{"key":"","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"grant_type\": \"client_credentials\",\n    \"client_id\": \"{{AUTH_CLIENT_ID}}\",\n    \"client_secret\": \"{{AUTH_CLIENT_SECRET}}\",\n    \"audience\": \"{{ONETILEURL}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.auth.dtn.com/v1/tokens/authorize"},"response":[]}]},{"name":"Catalog","item":[{"name":"Layer Catalog","event":[{"listen":"test","script":{"exec":["function getRandom (array) {","    return array[Math.floor((Math.random()*array.length))];","}","const response = pm.response.json();","Array.prototype.random = function () {","  return this[Math.floor((Math.random()*this.length))];","}","const layer = getRandom(response.layers);","pm.environment.set(\"LAYER_ID\", layer.id);"],"type":"text/javascript","packages":{}}}],"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/catalog","host":["{{ONETILEURL}}"],"path":["v2","catalog"],"query":[{"key":"locale","value":"en-US","disabled":true}]}},"response":[]}]},{"name":"Metadata","item":[{"name":"Layer Metadata","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{}}}],"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/metadata/:layer_id","host":["{{ONETILEURL}}"],"path":["v2","metadata",":layer_id"],"query":[{"key":"locale","value":"en-US","disabled":true}],"variable":[{"key":"layer_id","value":"{{LAYER_ID}}"}]}},"response":[]}]},{"name":"Timestamps","item":[{"name":"Layer Timestamps","event":[{"listen":"test","script":{"exec":["const response = pm.response.json();","const tileSetId = response[0].timestamps[0].id;","pm.environment.set(\"TILE_SET_ID\", tileSetId);"],"type":"text/javascript"}}],"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/timestamps/:layer_id","host":["{{ONETILEURL}}"],"path":["v2","timestamps",":layer_id"],"variable":[{"key":"layer_id","value":"{{LAYER_ID}}"}]}},"response":[]}]},{"name":"Tile Request","item":[{"name":"Customizations","item":[{"name":"Tile Request - Type Raster File Extension","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"en-US"},{"key":"Accept","value":"application/x-protobuf","disabled":true},{"key":"Accept","value":"image/png","disabled":true}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"metric","disabled":true}],"variable":[{"key":"layerId","value":"{{DEMO_LAYER_ID}}"},{"key":"tileSetId","value":"{{DEMO_TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0.png","description":"File extension set"}]}},"response":[]},{"name":"Tile Request - Type Raster Accept Header","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"en-US"},{"key":"Accept","value":"application/x-protobuf","disabled":true},{"key":"Accept","value":"image/png"}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"metric","disabled":true}],"variable":[{"key":"layerId","value":"{{DEMO_LAYER_ID}}"},{"key":"tileSetId","value":"{{DEMO_TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0"}]}},"response":[]},{"name":"Tile Request - Type Vector File Extension","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"en-US"},{"key":"Accept","value":"application/x-protobuf","disabled":true},{"key":"Accept","value":"image/png","disabled":true}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"metric","disabled":true}],"variable":[{"key":"layerId","value":"{{DEMO_LAYER_ID}}"},{"key":"tileSetId","value":"{{DEMO_TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0.pbf","description":"File extension set"}]}},"response":[]},{"name":"Tile Request - Type Vector Accept Header","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"en-US"},{"key":"Accept","value":"application/x-protobuf"},{"key":"Accept","value":"image/png","disabled":true}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"metric","disabled":true}],"variable":[{"key":"layerId","value":"{{DEMO_LAYER_ID}}"},{"key":"tileSetId","value":"{{DEMO_TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0"}]}},"response":[]},{"name":"Tile Request - Unit Metric","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"en-US"},{"key":"Accept","value":"application/x-protobuf","disabled":true},{"key":"Accept","value":"image/png","disabled":true}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y?unit=metric","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"metric"}],"variable":[{"key":"layerId","value":"{{DEMO_LAYER_ID}}"},{"key":"tileSetId","value":"{{DEMO_TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0"}]}},"response":[]},{"name":"Tile Request - Unit Imperial","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"en-US"},{"key":"Accept","value":"application/x-protobuf","disabled":true},{"key":"Accept","value":"image/png","disabled":true}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y?unit=imperial","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"imperial"}],"variable":[{"key":"layerId","value":"{{DEMO_LAYER_ID}}"},{"key":"tileSetId","value":"{{DEMO_TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0"}]}},"response":[]},{"name":"Tile Request - Locale US","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"en-US"},{"key":"Accept","value":"application/x-protobuf","disabled":true},{"key":"Accept","value":"image/png","disabled":true}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y?unit=imperial","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"imperial"}],"variable":[{"key":"layerId","value":"{{DEMO_LAYER_ID}}"},{"key":"tileSetId","value":"{{DEMO_TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0"}]}},"response":[]},{"name":"Tile Request - Locale ES","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"es-ES"},{"key":"Accept","value":"application/x-protobuf","disabled":true},{"key":"Accept","value":"image/png","disabled":true}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y?unit=imperial","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"imperial"}],"variable":[{"key":"layerId","value":"{{DEMO_LAYER_ID}}"},{"key":"tileSetId","value":"{{DEMO_TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0"}]}},"response":[]}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":["var layerId = \"fcst-manta-significant-wave-height-grid\"","pm.environment.set(\"DEMO_LAYER_ID\", layerId);","var timestampsUrl = pm.environment.get(\"ONETILEURL\") + \"/v2/timestamps/\" + layerId ","","pm.test(\"Call timestamps\", (done) => {","    pm.sendRequest({","        url:  timestampsUrl, ","        method: 'GET',","        header: {","            'conten-type': 'application/json',","            'Authorization': \"Bearer \" + pm.environment.get(\"AUTH_ACCESS_TOKEN\"),","            'Accept': \"*/*\"","        },","    }, (err, res) => {","        const tileSetId = res.json()[0].timestamps[0].id;","        pm.environment.set(\"DEMO_TILE_SET_ID\", tileSetId);","        console.log(tileSetId)","","        pm.expect(res.code).to.equal(200);","        done();","    });","});"]}},{"listen":"test","script":{"type":"text/javascript","exec":[""]}}]},{"name":"Tile Request - Auth Header","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"},{"key":"Accept-Language","value":"en-US"},{"key":"Accept","value":"application/x-protobuf","disabled":true},{"key":"Accept","value":"image/png","disabled":true}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"unit","value":"metric","disabled":true},{"key":"locale","value":"en-US","disabled":true},{"key":"paletteOverride","value":"1.0:#fff;3.0:#3255fa;6.0:rgb(255,255,0);15.0:rgb(245,165,0);25.0:rgb(150,0,0);40.0:rgb(205,20,115)","disabled":true}],"variable":[{"key":"layerId","value":"{{LAYER_ID}}"},{"key":"tileSetId","value":"{{TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0"}]}},"response":[]},{"name":"Tile Request - Token Parameter","request":{"method":"GET","header":[{"key":"Accept-Language","value":"en-US"}],"url":{"raw":"{{ONETILEURL}}/v2/tiles/:layerId/:tileSetId/:z/:x/:y?token={{AUTH_ACCESS_TOKEN}}","host":["{{ONETILEURL}}"],"path":["v2","tiles",":layerId",":tileSetId",":z",":x",":y"],"query":[{"key":"token","value":"{{AUTH_ACCESS_TOKEN}}"},{"key":"unit","value":"metric","disabled":true},{"key":"locale","value":"en-US","disabled":true},{"key":"paletteOverride","value":"1.0:#fff;3.0:#3255fa;6.0:rgb(255,255,0);15.0:rgb(245,165,0);25.0:rgb(150,0,0);40.0:rgb(205,20,115)","disabled":true}],"variable":[{"key":"layerId","value":"{{LAYER_ID}}"},{"key":"tileSetId","value":"{{TILE_SET_ID}}"},{"key":"z","value":"1"},{"key":"x","value":"1"},{"key":"y","value":"0","description":"set .pbf or .png in environment"}]}},"response":[]}]},{"name":"Legends","item":[{"name":"Layer Legend","request":{"method":"GET","header":[{"key":"Accept","value":"image/png"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/legends/:layerId","host":["{{ONETILEURL}}"],"path":["v2","legends",":layerId"],"query":[{"key":"unit","value":"imperial","disabled":true},{"key":"locale","value":"en-US","disabled":true},{"key":"legendTitle","value":"true","disabled":true},{"key":"maxWidth","value":"1024","disabled":true}],"variable":[{"key":"layerId","value":"{{LAYER_ID}}"}]}},"response":[]}]},{"name":"Styles","item":[{"name":"Layer Style","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/styles/:layer_id","host":["{{ONETILEURL}}"],"path":["v2","styles",":layer_id"],"query":[{"key":"locale","value":"en-US","disabled":true}],"variable":[{"key":"layer_id","value":"{{LAYER_ID}}"}]}},"response":[]}]},{"name":"Tooltip Templates","item":[{"name":"Layer Tooltip Template","request":{"method":"GET","header":[{"key":"Accept","value":"text/x-handlebars-template"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/tooltip-templates/:layer_id","host":["{{ONETILEURL}}"],"path":["v2","tooltip-templates",":layer_id"],"query":[{"key":"locale","value":"en-US","disabled":true}],"variable":[{"key":"layer_id","value":"{{LAYER_ID}}"}]}},"response":[]}]},{"name":"GeoCoding","item":[{"name":"Geocoder","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/geocoder?autocomplete=true&limit=2&country=us,ca&searchText=norman&bbox=-130,21,-61.5,50&proximity=-97,35","host":["{{ONETILEURL}}"],"path":["v2","geocoder"],"query":[{"key":"willPersist","value":"false","disabled":true},{"key":"autocomplete","value":"true"},{"key":"limit","value":"2"},{"key":"country","value":"us,ca"},{"key":"searchText","value":"norman"},{"key":"bbox","value":"-130,21,-61.5,50"},{"key":"proximity","value":"-97,35"},{"key":"placeTypes","value":"postcode","disabled":true}]}},"response":[]},{"name":"Reverse Geocoder","protocolProfileBehavior":{"disabledSystemHeaders":{"accept":true}},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/reverse-geocoder?willPersist=false&lat=35.2&lng=-97.4&placeTypes=postcode","host":["{{ONETILEURL}}"],"path":["v2","reverse-geocoder"],"query":[{"key":"willPersist","value":"false"},{"key":"lat","value":"35.2"},{"key":"lng","value":"-97.4"},{"key":"placeTypes","value":"postcode"}]}},"response":[]}]},{"name":"Static Image","item":[{"name":"Polar views","item":[{"name":"Image - Post Request Antarctic","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"overlays\": [\n        {\n            \"layerId\": \"static-mapbox-graticule-lines\",\n            \"tileSetId\": \"8977d05e-58b3-438a-bf57-a8b61f456883\",\n            \"opacity\": 0.4\n        },\n        {\n            \"layerId\": \"fcst-surface-fronts-isolines\",\n            \"tileSetId\": \"cc7d4796-693f-4eda-aaa9-600bbb17feda\",\n            \"opacity\": 0.7\n        },\n        {\n            \"layerId\": \"fcst-manta-mean-sea-level-pressure-4mb-isolines\",\n            \"tileSetId\": \"626454b2-fb04-45a8-aead-d4b2fb324d2e\",\n            \"opacity\": 0.4\n        },\n        {\n            \"layerId\": \"fcst-onefx-precipitation-last-3hrs-contours\",\n            \"tileSetId\": \"7bcaffa8-dab9-46b8-b020-224e243bd826\",\n            \"opacity\": 0.1\n        },\n        {\n            \"style\": {\n                \"glyphs\": \"mapbox://fonts/mapbox/{fontstack}/{range}.pbf\",\n                \"layers\": [\n                    {\n                        \"id\": \"departure-destination\",\n                        \"layout\": {\n                            \"text-allow-overlap\": true,\n                            \"text-field\": [\n                                \"to-string\",\n                                [\n                                    \"get\",\n                                    \"text\"\n                                ]\n                            ],\n                            \"text-rotate\": [\n                                \"get\",\n                                \"rotate\"\n                            ],\n                            \"text-size\": 36\n                        },\n                        \"paint\": {\n                            \"text-color\": \"#0047AB\",\n                            \"text-halo-color\": \"#FFFFFF\",\n                            \"text-halo-width\": 2\n                        },\n                        \"source\": \"departure-destination\",\n                        \"type\": \"symbol\"\n                    }\n                ],\n                \"name\": \"route-overview\",\n                \"sources\": {\n                    \"departure-destination\": {\n                        \"data\": {\n                            \"features\": [\n                                {\n                                    \"geometry\": {\n                                        \"coordinates\": [\n                                            -66.916664,\n                                            10.500000\n                                        ],\n                                        \"type\": \"Point\"\n                                    },\n                                    \"properties\": {\n                                        \"rotate\": 448.053037066079,\n                                        \"text\": \"➜\"\n                                    },\n                                    \"type\": \"Feature\"\n                                },\n                                {\n                                    \"geometry\": {\n                                        \"coordinates\": [\n                                            120.9822,\n                                            14.6042\n                                        ],\n                                        \"type\": \"Point\"\n                                    },\n                                    \"properties\": {\n                                        \"rotate\": 0,\n                                        \"text\": \"★\"\n                                    },\n                                    \"type\": \"Feature\"\n                                }\n                            ],\n                            \"type\": \"FeatureCollection\"\n                        },\n                        \"type\": \"geojson\"\n                    }\n                },\n                \"version\": 8\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{ONETILEURL}}/v2/image?width=1000&height=1000&viewport=auto,0&basemapStyleURL=https://map.api.dtn.com/static/layers/basemaps/3031/styles/street/style.json&epsg=3031","host":["{{ONETILEURL}}"],"path":["v2","image"],"query":[{"key":"width","value":"1000","description":"Width of the rendered image in pixels"},{"key":"height","value":"1000","description":"Height of the rendered image in pixels"},{"key":"viewport","value":"auto,0"},{"key":"basemapStyleURL","value":"https://map.api.dtn.com/static/layers/basemaps/3031/styles/street/style.json"},{"key":"epsg","value":"3031"},{"key":"unit","value":"imperial","disabled":true},{"key":"locale","value":"en-US","disabled":true}]}},"response":[]},{"name":"Image - Post Request Arctic","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n    \"overlays\": [\n        {\n            \"layerId\": \"static-mapbox-graticule-lines\",\n            \"tileSetId\": \"8977d05e-58b3-438a-bf57-a8b61f456883\",\n            \"opacity\": 0.4\n        },\n        {\n            \"layerId\": \"fcst-surface-fronts-isolines\",\n            \"tileSetId\": \"cc7d4796-693f-4eda-aaa9-600bbb17feda\",\n            \"opacity\": 0.7\n        },\n        {\n            \"layerId\": \"fcst-manta-mean-sea-level-pressure-4mb-isolines\",\n            \"tileSetId\": \"626454b2-fb04-45a8-aead-d4b2fb324d2e\",\n            \"opacity\": 0.4\n        },\n        {\n            \"layerId\": \"fcst-onefx-precipitation-last-3hrs-contours\",\n            \"tileSetId\": \"7bcaffa8-dab9-46b8-b020-224e243bd826\",\n            \"opacity\": 0.1\n        },\n        {\n            \"style\": {\n                \"glyphs\": \"mapbox://fonts/mapbox/{fontstack}/{range}.pbf\",\n                \"layers\": [\n                    {\n                        \"id\": \"departure-destination\",\n                        \"layout\": {\n                            \"text-allow-overlap\": true,\n                            \"text-field\": [\n                                \"to-string\",\n                                [\n                                    \"get\",\n                                    \"text\"\n                                ]\n                            ],\n                            \"text-rotate\": [\n                                \"get\",\n                                \"rotate\"\n                            ],\n                            \"text-size\": 36\n                        },\n                        \"paint\": {\n                            \"text-color\": \"#0047AB\",\n                            \"text-halo-color\": \"#FFFFFF\",\n                            \"text-halo-width\": 2\n                        },\n                        \"source\": \"departure-destination\",\n                        \"type\": \"symbol\"\n                    }\n                ],\n                \"name\": \"route-overview\",\n                \"sources\": {\n                    \"departure-destination\": {\n                        \"data\": {\n                            \"features\": [\n                                {\n                                    \"geometry\": {\n                                        \"coordinates\": [\n                                            -66.916664,\n                                            10.500000\n                                        ],\n                                        \"type\": \"Point\"\n                                    },\n                                    \"properties\": {\n                                        \"rotate\": 448.053037066079,\n                                        \"text\": \"➜\"\n                                    },\n                                    \"type\": \"Feature\"\n                                },\n                                {\n                                    \"geometry\": {\n                                        \"coordinates\": [\n                                            120.9822,\n                                            14.6042\n                                        ],\n                                        \"type\": \"Point\"\n                                    },\n                                    \"properties\": {\n                                        \"rotate\": 0,\n                                        \"text\": \"★\"\n                                    },\n                                    \"type\": \"Feature\"\n                                }\n                            ],\n                            \"type\": \"FeatureCollection\"\n                        },\n                        \"type\": \"geojson\"\n                    }\n                },\n                \"version\": 8\n            }\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{ONETILEURL}}/v2/image?width=1000&height=1000&viewport=auto,0&basemapStyleURL=https://map.api.dtn.com/static/layers/basemaps/3995/styles/street/style.json&epsg=3995","host":["{{ONETILEURL}}"],"path":["v2","image"],"query":[{"key":"width","value":"1000","description":"Width of the rendered image in pixels"},{"key":"height","value":"1000","description":"Height of the rendered image in pixels"},{"key":"viewport","value":"auto,0"},{"key":"basemapStyleURL","value":"https://map.api.dtn.com/static/layers/basemaps/3995/styles/street/style.json"},{"key":"epsg","value":"3995"},{"key":"unit","value":"imperial","disabled":true},{"key":"locale","value":"en-US","disabled":true}]}},"response":[]}]},{"name":"Image - Get Request","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/image?layerIds=radar-base-ref-precip-type-na-contours,sevwx-lightning-global-plot,fcst-manta-visibility-grid&width=1024&height=768&basemapStyleURL=mapbox://styles/dtn-mapbox/ckwv1rso35jf614mn4mc9fq82&viewport=-171,18,-66,71&time=2024-02-21T13:20:00Z","host":["{{ONETILEURL}}"],"path":["v2","image"],"query":[{"key":"layerIds","value":"radar-base-ref-precip-type-na-contours,sevwx-lightning-global-plot,fcst-manta-visibility-grid","description":"Comma separated list of layer ids to render in stacking order."},{"key":"width","value":"1024","description":"Width of the rendered image in pixels"},{"key":"height","value":"768","description":"Height of the rendered image in pixels"},{"key":"basemapStyleURL","value":"mapbox://styles/dtn-mapbox/ckwv1rso35jf614mn4mc9fq82","description":"URL for a Mapbox data driven style defining a base map.\nWhen using a custom one, please provide an access token."},{"key":"viewport","value":"-93,35,2","description":"Defines the area to be rendered using comma separated numbers. Area can be defined either through\n\nlon,lat,zoom\nminLon,minLat,maxLon,maxLat","disabled":true},{"key":"viewport","value":"-171,18,-66,71","description":"minLon,minLat,maxLon,maxLat"},{"key":"basemapStyleURL","value":"https://api.mapbox.com/styles/v1/mapbox/outdoors-v11?access_token={{MAPBOX_TOKEN}}","disabled":true},{"key":"time","value":"2024-02-21T13:20:00Z"},{"key":"unit","value":"metric","disabled":true},{"key":"locale","value":"en-US","disabled":true}]}},"response":[]},{"name":"Image - Post Request","protocolProfileBehavior":{"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"body":{"mode":"raw","raw":"{\n  \"overlays\": [\n    {\n      \"layerId\": \"sevwx-nws-alert-zones\",\n      \"opacity\": 0.8,\n      \"tileSetId\": \"26a7eff0-f3d5-458e-9ce5-8c3ebd2b3bb0\",\n      \"filters\": [\n        \"nws-coastal-flood-alerts\",\n        \"nws-winter-alerts\"\n      ]\n    },\n    {\n      \"layerId\": \"fcst-manta-mean-sea-level-pressure-isolines\",\n      \"tileSetId\": \"8c57f6f7-92a7-43fe-9484-46b1fe14156f\",\n      \"opacity\": 0.5,\n      \"insertBeforeLayerId\": \"admin-0-boundary\"\n    },\n    {\n      \"style\": {\n        \"version\": 8,\n        \"name\": \"Custom style with GeoJSON\",\n        \"sources\": {\n          \"geojson\": {\n            \"type\": \"geojson\",\n            \"data\": {\n              \"type\": \"Feature\",\n              \"properties\": {},\n              \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                  -77.0323,\n                  38.9131\n                ]\n              }\n            }\n          }\n        },\n        \"layers\": [\n          {\n            \"id\": \"circle\",\n            \"type\": \"circle\",\n            \"source\": \"geojson\",\n            \"paint\": {\n              \"circle-color\": \"red\"\n            }\n          }\n        ]\n      }\n    },\n    {\n      \"style\": \"mapbox://styles/dtn-mapbox/ckdj45sf20erl1intlu0zoonf\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{ONETILEURL}}/v2/image?width=1024&height=768&viewport=-93,35,2&basemapStyleURL=mapbox://styles/dtn-mapbox/ckwv1rso35jf614mn4mc9fq82","host":["{{ONETILEURL}}"],"path":["v2","image"],"query":[{"key":"width","value":"1024","description":"Width of the rendered image in pixels"},{"key":"height","value":"768","description":"Height of the rendered image in pixels"},{"key":"viewport","value":"-93,35,2"},{"key":"basemapStyleURL","value":"mapbox://styles/dtn-mapbox/ckwv1rso35jf614mn4mc9fq82"},{"key":"basemapStyleURL","value":"https://api.mapbox.com/styles/v1/mapbox/outdoors-v11?access_token={{MAPBOX_TOKEN}}","disabled":true},{"key":"unit","value":"imperial","disabled":true},{"key":"locale","value":"en-US","disabled":true}]}},"response":[]}]},{"name":"Tooltips","item":[{"name":"Layer Tooltips - JSON","request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/tooltips/:layer_id/:tileSetId/:map-zoom/:lat/:lng","host":["{{ONETILEURL}}"],"path":["v2","tooltips",":layer_id",":tileSetId",":map-zoom",":lat",":lng"],"query":[{"key":"locale","value":"en-US","disabled":true},{"key":"unit","value":"metric","disabled":true}],"variable":[{"key":"layer_id","value":"{{LAYER_ID}}"},{"key":"tileSetId","value":"{{TILE_SET_ID}}"},{"key":"map-zoom","value":"1"},{"key":"lat","value":"10.135402154521799"},{"key":"lng","value":"35.04288214357567"}]}},"response":[]},{"name":"Layer Tooltips - HTML","request":{"method":"GET","header":[{"key":"Accept","value":"text/html"},{"key":"Authorization","value":"Bearer {{AUTH_ACCESS_TOKEN}}"}],"url":{"raw":"{{ONETILEURL}}/v2/tooltips/:layer_id/:tileSetId/:map-zoom/:lat/:lng","host":["{{ONETILEURL}}"],"path":["v2","tooltips",":layer_id",":tileSetId",":map-zoom",":lat",":lng"],"query":[{"key":"locale","value":"en-US","disabled":true},{"key":"unit","value":"metric","disabled":true}],"variable":[{"key":"layer_id","value":"{{LAYER_ID}}"},{"key":"tileSetId","value":"{{TILE_SET_ID}}"},{"key":"map-zoom","value":"1"},{"key":"lat","value":"10.135402154521799"},{"key":"lng","value":"35.04288214357567"}]}},"response":[]}]}]}