Api session overlay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 58: | Line 58: | ||
===='''Examples==== | ===='''Examples==== | ||
''' | '''flPSp''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKEN</syntaxhighlight> | ||
''' | '''OX8Z7''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKEN</syntaxhighlight> | ||
''' | '''eStgU''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKEN</syntaxhighlight> | ||
Latest revision as of 12:25, 17 June 2026
API Endpoint: api/session/overlay.{format}
GET overlay.{format}
API Endpoint: api/session/overlay.{format}
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| crs | Query | String | EPSG:3857 |
| id | Query | Integer | -1 |
| maptype | Query | Map Type | MAQUETTE |
| difference | Query | boolean | false |
| timeframe | Query | int | 0 |
| scale | Query | double | 1 |
| value | Query | HeightOperator | |
| bbox | Query | String |
Examples
flPSp:
https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKENOX8Z7:
https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKENeStgU:
https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKENHeight Map:
https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKENNetwork Overview:
https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKENArea:
https://engine.tygron.com/api/session/overlay.html?id=ID&token=API_TOKENComplete Grid Overlay (upper-left is 0,0 and lower-right is 250,250):
https://engine.tygron.com/api/session/overlay.geotiff?id=ID&token=API_TOKENQuery with local gridcell BBOX (upper-left is 0,125 and lower-right is 125,250):
https://engine.tygron.com/api/session/overlay.geotiff?id=ID&bbox=0,125,125,250&token=API_TOKENQuery with Scale: 50% (scale=0.5):
https://engine.tygron.com/api/session/overlay.geotiff?id=ID&scale=0.5&token=API_TOKENQuery for Timeframe: 0 (timeframe=0:
https://engine.tygron.com/api/session/overlay.geotiff?id=ID&timeframe=0&token=API_TOKENQuery for MapType: CURRENT (maptype=CURRENT):
https://engine.tygron.com/api/session/overlay.geotiff?id=ID&maptype=CURRENT&token=API_TOKENQuery for export CRS: EPSG:3857:
https://engine.tygron.com/api/session/overlay.geotiff?id=ID&crs=3857&token=API_TOKEN