Web overlay
Jump to navigation
Jump to search
API Endpoint: web/overlay.png
GET overlay.png
API Endpoint: web/overlay.png
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| maptype | Query | Map Type | MAQUETTE |
| bbox | Query | String | |
| width | Query | int | 256 |
| height | Query | int | 256 |
| id | Query | Integer | -1 |
| timeframe | Query | int | 0 |
| crs | Query | String | EPSG:3857 |
| forcexy | Query | Boolean | |
| bgcolor | Query | String | |
| format | Query | String | |
| info_format | Query | String | text/plain |
| walled | Query | boolean | true |
| styles | Query | String |
Examples
Basic Endpoint:
https://engine.tygron.com/web/overlay.png?id=ID&token=WEB_TOKENQuery with BBOX (EPSG:3857):
https://engine.tygron.com/web/overlay.png?id=ID&crs=3857&bbox=658636.7618515313,6798649.869141218,659042.7958749933,6799055.882798785&token=WEB_TOKENQuery with width=512 and height=512:
https://engine.tygron.com/web/overlay.png?id=ID&width=512&height=512&token=WEB_TOKENQuery for Timeframe: 0:
https://engine.tygron.com/web/overlay.png?id=ID&timeframe=0&token=WEB_TOKENQuery for MapType: CURRENT:
https://engine.tygron.com/web/overlay.png?id=ID&maptype=CURRENT&token=WEB_TOKEN