Web 3dtiles: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "API Endpoint: web/3dtiles/ ===GET json=== API Endpoint: web/3dtiles/tileset.json Response Content-Type: application/json '''Parameters:''' {|class=wikitable !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..."
 
No edit summary
Line 1: Line 1:
API Endpoint: web/3dtiles/
API Endpoint: web/3dtiles/{id}


===GET json===
===GET gltf===
API Endpoint: web/3dtiles/tileset.json
API Endpoint: web/3dtiles/{id}.gltf
 
Response Content-Type: application/json


'''Parameters:'''
'''Parameters:'''
Line 12: Line 10:
!Type
!Type
!Default value
!Default value
|-
| webStakeholderID
| Header
| Integer
|
|-
|-
| style
| style
Line 27: Line 20:
| [[Map Type]]
| [[Map Type]]
| MAQUETTE
| MAQUETTE
|-
| id
| Path
| Integer
|
|-
| custom
| Query
| boolean
| false
|-
| detail
| Query
| boolean
| false
|-
|-
| texture
| texture
Line 37: Line 45:
| double
| double
| 2.0
| 2.0
|-
| bbox
| Query
| String
|
|-
| crs
| Query
| String
| LOCAL
|}
|}


===='''Examples====
===='''Examples====
'''Basic endpoint''':
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=CURRENT&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=CURRENT&style=WHITE&custom=false&detail=false&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=CURRENT&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=CURRENT&style=WHITE&custom=false&detail=false&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=COLORED&custom=false&detail=true&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=COLORED&custom=false&detail=false&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=COLORED&custom=false&detail=true&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=COLORED&custom=false&detail=false&spacing=2.0&texture=MEDIUM</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=SMALL</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=SMALL</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=SMALL</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=SMALL</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=LARGE</syntaxhighlight>
 
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=LARGE</syntaxhighlight>
 
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=LARGE</syntaxhighlight>


'''Query for MapType: CURRENT''':
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?maptype=CURRENT&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=LARGE</syntaxhighlight>


'''Model Style: WHITE''':
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?style=WHITE&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=1.0&texture=MEDIUM</syntaxhighlight>


'''Model Style: COLORED''':
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?style=COLORED&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=1.0&texture=MEDIUM</syntaxhighlight>


'''Texture Size (smaller reduces memory): SMALL''':
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?texture=SMALL&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=1.0&texture=MEDIUM</syntaxhighlight>


'''Texture Size (smaller reduces memory): MEDIUM''':
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?texture=MEDIUM&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=1.0&texture=MEDIUM</syntaxhighlight>


'''Texture Size (smaller reduces memory): LARGE''':
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?texture=LARGE&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=4.0&texture=MEDIUM</syntaxhighlight>


'''Model Spacing (larger means e.g. trees further apart): 1.0''':
'''Web 3dtiles 6''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?spacing=1.0&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=4.0&texture=MEDIUM</syntaxhighlight>


'''Model Spacing (larger means e.g. trees further apart): 2.0''':
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?spacing=2.0&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=4.0&texture=MEDIUM</syntaxhighlight>


'''Model Spacing (larger means e.g. trees further apart): 4.0''':
'''Web 3dtiles 7''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/tileset.json?spacing=4.0&token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=4.0&texture=MEDIUM</syntaxhighlight>


{{article end
{{article end

Revision as of 08:04, 7 July 2026

API Endpoint: web/3dtiles/{id}

GET gltf

API Endpoint: web/3dtiles/{id}.gltf

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

Examples

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=CURRENT&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=CURRENT&style=WHITE&custom=false&detail=false&spacing=2.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=CURRENT&style=WHITE&custom=false&detail=true&spacing=2.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=CURRENT&style=WHITE&custom=false&detail=false&spacing=2.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=COLORED&custom=false&detail=true&spacing=2.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=COLORED&custom=false&detail=false&spacing=2.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=COLORED&custom=false&detail=true&spacing=2.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=COLORED&custom=false&detail=false&spacing=2.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=SMALL

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=SMALL

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=SMALL

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=SMALL

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=LARGE

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=LARGE

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=2.0&texture=LARGE

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=2.0&texture=LARGE

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=1.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=1.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=1.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=1.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=4.0&texture=MEDIUM

Web 3dtiles 6:

https://engine.tygron.com/web/3dtiles/6.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=4.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=true&spacing=4.0&texture=MEDIUM

Web 3dtiles 7:

https://engine.tygron.com/web/3dtiles/7.gltf?token=WEB_TOKEN&maptype=MAQUETTE&style=WHITE&custom=false&detail=false&spacing=4.0&texture=MEDIUM

See also