Web 3dtiles Endpoint: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 24: | Line 24: | ||
!Default value | !Default value | ||
|- | |- | ||
|z | | z | ||
|Path | | Path | ||
|Integer | | Integer | ||
| | | | ||
|- | |- | ||
|x | | x | ||
|Path | | Path | ||
|Integer | | Integer | ||
| | | | ||
|- | |- | ||
|y | | y | ||
|Path | | Path | ||
|Integer | | Integer | ||
| | | | ||
|- | |- | ||
|v | | v | ||
|Query | | Query | ||
|String | | String | ||
| | | | ||
|} | |} | ||
| Line 58: | Line 58: | ||
!Default value | !Default value | ||
|- | |- | ||
|style | | style | ||
|Query | | Query | ||
|[[WebModelStyle]] | | [[WebModelStyle]] | ||
|WHITE | | WHITE | ||
|- | |- | ||
|maptype | | maptype | ||
|Query | | Query | ||
|[[Map Type]] | | [[Map Type]] | ||
|MAQUETTE | | MAQUETTE | ||
|- | |- | ||
|id | | id | ||
|Path | | Path | ||
|Integer | | Integer | ||
| | | | ||
|- | |- | ||
|custom | | custom | ||
|Query | | Query | ||
|boolean | | boolean | ||
|false | | false | ||
|- | |- | ||
|detail | | detail | ||
|Query | | Query | ||
|boolean | | boolean | ||
|false | | false | ||
|- | |- | ||
|texture | | texture | ||
|Query | | Query | ||
|[[TextureSize]] | | [[TextureSize]] | ||
|MEDIUM | | MEDIUM | ||
|- | |- | ||
|spacing | | spacing | ||
|Query | | Query | ||
|double | | double | ||
|2.0 | | 2.0 | ||
|} | |} | ||
| Line 108: | Line 108: | ||
!Default value | !Default value | ||
|- | |- | ||
|webStakeholderID | | webStakeholderID | ||
|Header | | Header | ||
|Integer | | Integer | ||
| | | | ||
|- | |- | ||
|style | | style | ||
|Query | | Query | ||
|[[WebModelStyle]] | | [[WebModelStyle]] | ||
|WHITE | | WHITE | ||
|- | |- | ||
|maptype | | maptype | ||
|Query | | Query | ||
|[[Map Type]] | | [[Map Type]] | ||
|MAQUETTE | | MAQUETTE | ||
|- | |- | ||
|texture | | texture | ||
|Query | | Query | ||
|[[TextureSize]] | | [[TextureSize]] | ||
|MEDIUM | | MEDIUM | ||
|- | |- | ||
|spacing | | spacing | ||
|Query | | Query | ||
|double | | double | ||
|2.0 | | 2.0 | ||
|- | |- | ||
|bbox | | bbox | ||
|Query | | Query | ||
|String | | String | ||
| | | | ||
|- | |- | ||
|crs | | crs | ||
|Query | | Query | ||
|String | | String | ||
|LOCAL | | LOCAL | ||
|} | |} | ||
| Line 158: | Line 158: | ||
!Default value | !Default value | ||
|- | |- | ||
|path | | path | ||
|Path | | Path | ||
|String | | String | ||
| | | | ||
|} | |} | ||
Revision as of 11:45, 8 June 2026
General path: web/3dtiles/
QM
getQMLayer
Path: web/3dtiles/layer.json
Type: GET
Produces: application/json
Parameters: None
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 |
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 |
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 |
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 |