Web 3dtiles Endpoint: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Manual revert
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:


==QM==
==QM==
===getQMLayer===
Path: web/3dtiles/layer.json
Type: GET
Produces: application/json
'''Parameters:''' None
===getQuantizedMesh===
===getQuantizedMesh===
Path: web/3dtiles/{z}/{x}/{y}.terrain
Path: web/3dtiles/{z}/{x}/{y}.terrain
Line 37: Line 45:
|}
|}


===getQMLayer===
Path: web/3dtiles/layer.json
Type: GET
Produces: application/json
'''Parameters:''' None
==Tiles3D==
==Tiles3D==
===getTile===
===getTile===
Line 60: Line 60:
|style
|style
|Query
|Query
|WebModelStyle
|[[WebModelStyle]]
|WHITE
|WHITE
|-
|-
|maptype
|maptype
|Query
|Query
|MapType
|[[Map Type]]
|MAQUETTE
|MAQUETTE
|-
|-
Line 85: Line 85:
|texture
|texture
|Query
|Query
|[[Texture]]Size
|[[TextureSize]]
|MEDIUM
|MEDIUM
|-
|-
Line 92: Line 92:
|double
|double
|2.0
|2.0
|}
===getAssets===
Path: web/3dtiles/Textures/{path : [a-zA-Z0-9/._-]+}
Type: GET
Produces: image/png , image/jpeg
'''Parameters:'''
{|class=wikitable
!Name
!Location
!Type
!Default value
|-
|path
|Path
|String
|
|}
|}


Line 135: Line 115:
|style
|style
|Query
|Query
|WebModelStyle
|[[WebModelStyle]]
|WHITE
|WHITE
|-
|-
|maptype
|maptype
|Query
|Query
|MapType
|[[Map Type]]
|MAQUETTE
|MAQUETTE
|-
|-
|texture
|texture
|Query
|Query
|[[Texture]]Size
|[[TextureSize]]
|MEDIUM
|MEDIUM
|-
|-
Line 162: Line 142:
|String
|String
|LOCAL
|LOCAL
|}
===getAssets===
Path: web/3dtiles/Textures/{path : [a-zA-Z0-9/._-]+}
Type: GET
Produces: image/png , image/jpeg
'''Parameters:'''
{|class=wikitable
!Name
!Location
!Type
!Default value
|-
|path
|Path
|String
|
|}
|}



Latest revision as of 14:09, 6 May 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

See also