Web water: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Endpoint: web/water | API Endpoint: web/water | ||
===GET | ===GET txt=== | ||
API Endpoint: web/water.txt | API Endpoint: web/water.txt | ||
| Line 61: | Line 61: | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/water.txt?token=WEB_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/water.txt?token=WEB_TOKEN</syntaxhighlight> | ||
===GET bin=== | |||
===GET | |||
API Endpoint: web/water.bin | API Endpoint: web/water.bin | ||
| Line 190: | Line 118: | ||
===='''Examples==== | ===='''Examples==== | ||
'''Query Water instead of Terrain elevation''': | '''Query Water instead of Terrain elevation''': | ||
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/water.bin?token=WEB_TOKEN</syntaxhighlight> | <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/water.bin?token=WEB_TOKEN</syntaxhighlight> | ||
Latest revision as of 07:14, 7 July 2026
API Endpoint: web/water
GET txt
API Endpoint: web/water.txt
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| id | Query | Integer | |
| maptype | Query | Map Type | MAQUETTE |
| width | Query | int | 256 |
| height | Query | int | 256 |
| offset | Query | float | 0 |
| flipY | Query | boolean | false |
| worlddatum | Query | boolean | false |
| decimation | Query | int | 16 |
Examples
Query Water instead of Terrain elevation:
https://engine.tygron.com/web/water.txt?token=WEB_TOKENGET bin
API Endpoint: web/water.bin
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| id | Query | Integer | |
| maptype | Query | Map Type | MAQUETTE |
| width | Query | int | 256 |
| height | Query | int | 256 |
| offset | Query | float | 0 |
| flipY | Query | boolean | false |
| worlddatum | Query | boolean | false |
| decimation | Query | int | 16 |
Examples
Query Water instead of Terrain elevation:
https://engine.tygron.com/web/water.bin?token=WEB_TOKEN