Web overlay

From Tygron Support wiki
Revision as of 14:56, 15 June 2026 by Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: web/overlay.png ===GET overlay.png=== API Endpoint: web/overlay.png '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- | webStakeholderID | Header | Integer | |- | maptype | Query | Map Type | MAQUETTE |- | bbox | Query | String | |- | width | Query | int | 256 |- | height | Query | int | 256 |- | id | Query | Integer | -1 |- | timeframe | Query | int | 0 |- | crs | Query | String | EPSG:3857 |- | forcexy | Query | Boolean |...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API Endpoint: web/overlay.png

GET overlay.png

API Endpoint: web/overlay.png

Parameters:

Name Location Type Default value
webStakeholderID Header Integer
maptype Query Map Type MAQUETTE
bbox Query String
width Query int 256
height Query int 256
id Query Integer -1
timeframe Query int 0
crs Query String EPSG:3857
forcexy Query Boolean
bgcolor Query String
format Query String
info_format Query String text/plain
walled Query boolean true
styles Query String

Examples

Basic Endpoint:

https://engine.tygron.com/web/overlay.png?id=ID&token=WEB_TOKEN

Query with BBOX (EPSG:3857):

https://engine.tygron.com/web/overlay.png?id=ID&crs=3857&bbox=658636.7618515313,6798649.869141218,659042.7958749933,6799055.882798785&token=WEB_TOKEN

Query with width=512 and height=512:

https://engine.tygron.com/web/overlay.png?id=ID&width=512&height=512&token=WEB_TOKEN

Query for Timeframe: 0:

https://engine.tygron.com/web/overlay.png?id=ID&timeframe=0&token=WEB_TOKEN

Query for MapType: CURRENT:

https://engine.tygron.com/web/overlay.png?id=ID&maptype=CURRENT&token=WEB_TOKEN

See also