Web terrain
API Endpoint: web/terrain/{z}/{x}/{y}.{format}
GET terrain/{z}/{x}/{y}.{format}
API Endpoint: web/terrain/{z}/{x}/{y}.{format}
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| format | Path | String | |
| z | Path | int | |
| x | Path | int | |
| y | Path | int | |
| v | Query | String | |
| width | Query | int | 256 |
| height | Query | int | 256 |
| offset | Query | float | 0 |
| maptype | Query | Map Type | MAQUETTE |
| worlddatum | Query | boolean | false |
| decimation | Query | int | 16 |
Examples
Query Tiling endpoint: /terrain/{y}/{x}/{y}.txt:
https://engine.tygron.com/web/terrain/3/2/1.txt?token=WEB_TOKENQuery Tiling endpoint: /terrain/{y}/{x}/{y}.tex:
https://engine.tygron.com/web/terrain/3/2/1.tex?token=WEB_TOKENQuery Tiling endpoint: /terrain/{y}/{x}/{y}.bin:
https://engine.tygron.com/web/terrain/3/2/1.bin?token=WEB_TOKEN