Api session overlay

From Tygron Support wiki
Jump to navigation Jump to search

API Endpoint: api/session/overlay

GET points

API Endpoint: api/session/overlay.points

Content-Type: application/json

Parameters:

Name Location Type Default value
format Path String
crs Query String EPSG:3857
id Query Integer -1
maptype Query Map Type MAQUETTE
difference Query boolean false
timeframe Query int 0
scale Query double 1
value Query HeightOperator
bbox Query String

Examples

GeoJSON: Legend Points (center):

https://engine.tygron.com/api/session/overlay.points?id=ID&token=API_TOKEN

GET polygons

API Endpoint: api/session/overlay.polygons

Content-Type: application/json

Parameters:

Name Location Type Default value
format Path String
crs Query String EPSG:3857
id Query Integer -1
maptype Query Map Type MAQUETTE
difference Query boolean false
timeframe Query int 0
scale Query double 1
value Query HeightOperator
bbox Query String

Examples

GeoJSON: Legend Polygons:

https://engine.tygron.com/api/session/overlay.polygons?id=ID&token=API_TOKEN

GET multipolygons

API Endpoint: api/session/overlay.multipolygons

Content-Type: application/json

Parameters:

Name Location Type Default value
format Path String
crs Query String EPSG:3857
id Query Integer -1
maptype Query Map Type MAQUETTE
difference Query boolean false
timeframe Query int 0
scale Query double 1
value Query HeightOperator
bbox Query String

Examples

GeoJSON: Legend MultiPolygons:

https://engine.tygron.com/api/session/overlay.multipolygons?id=ID&token=API_TOKEN

GET gpkgpoints

API Endpoint: api/session/overlay.gpkgpoints

Content-Type: application/json

Parameters:

Name Location Type Default value
format Path String
crs Query String EPSG:3857
id Query Integer -1
maptype Query Map Type MAQUETTE
difference Query boolean false
timeframe Query int 0
scale Query double 1
value Query HeightOperator
bbox Query String

Examples

GeoPackage: Legend Points (center):

https://engine.tygron.com/api/session/overlay.gpkgpoints?id=ID&token=API_TOKEN

GET gpkgpolygons

API Endpoint: api/session/overlay.gpkgpolygons

Content-Type: application/json

Parameters:

Name Location Type Default value
format Path String
crs Query String EPSG:3857
id Query Integer -1
maptype Query Map Type MAQUETTE
difference Query boolean false
timeframe Query int 0
scale Query double 1
value Query HeightOperator
bbox Query String

Examples

GeoPackage: Legend Polygons:

https://engine.tygron.com/api/session/overlay.gpkgpolygons?id=ID&token=API_TOKEN

GET gpkgmultipolygons

API Endpoint: api/session/overlay.gpkgmultipolygons

Content-Type: application/json

Parameters:

Name Location Type Default value
format Path String
crs Query String EPSG:3857
id Query Integer -1
maptype Query Map Type MAQUETTE
difference Query boolean false
timeframe Query int 0
scale Query double 1
value Query HeightOperator
bbox Query String

Examples

GeoPackage: Legend MultiPolygons:

https://engine.tygron.com/api/session/overlay.gpkgmultipolygons?id=ID&token=API_TOKEN

See also