Web 3dtiles Endpoint
General path: web/3dtiles/
QM
getQuantizedMesh
Path: web/3dtiles/{z}/{x}/{y}.terrain
Type: GET
Produces: application/vnd.quantized-mesh
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| z | Path | Integer | |
| x | Path | Integer | |
| y | Path | Integer | |
| v | Query | String |
getQMLayer
Path: web/3dtiles/layer.json
Type: GET
Produces: application/json
Parameters: None
Tiles3D
getTile
Path: web/3dtiles/{id}.gltf
Type: GET
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| style | Query | WebModelStyle | WHITE |
| maptype | Query | Map Type | MAQUETTE |
| id | Path | Integer | |
| custom | Query | boolean | false |
| detail | Query | boolean | false |
| texture | Query | TextureSize | MEDIUM |
| spacing | Query | double | 2.0 |
getAssets
Path: web/3dtiles/Textures/{path : [a-zA-Z0-9/._-]+}
Type: GET
Produces: image/png , image/jpeg
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| path | Path | String |
getTileset
Path: web/3dtiles/tileset.json
Type: GET
Produces: application/json
Parameters:
| Name | Location | Type | Default value |
|---|---|---|---|
| webStakeholderID | Header | Integer | |
| style | Query | WebModelStyle | WHITE |
| maptype | Query | Map Type | MAQUETTE |
| texture | Query | TextureSize | MEDIUM |
| spacing | Query | double | 2.0 |
| bbox | Query | String | |
| crs | Query | String | LOCAL |