Web overlays: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "API Endpoint: web/overlays.geojson ===GET overlays.geojson=== API Endpoint: web/overlays.geojson Produces: application/json '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- | webStakeholderID | Header | Integer | |- | crs | Query | String | EPSG:3857 |} ===='''Examples==== '''Overlays''': <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/overlays.geojson?token=WEB_TOKEN</syntaxhighlight> {{article end |seealso= *[[Endpoints]..."
 
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
API Endpoint: web/overlays.geojson
API Endpoint: web/overlays


===GET overlays.geojson===
===GET geojson===
API Endpoint: web/overlays.geojson
API Endpoint: web/overlays.geojson


Produces: application/json
Response Content-Type: application/json


'''Parameters:'''
'''Parameters:'''
Line 12: Line 12:
!Type
!Type
!Default value
!Default value
|-
| webStakeholderID
| Header
| Integer
|
|-
|-
| crs
| crs
Line 25: Line 20:


===='''Examples====
===='''Examples====
'''Overlays''':
'''Web Viewer Endpoint (GeoJSON)''':
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/overlays.geojson?token=WEB_TOKEN</syntaxhighlight>
<syntaxhighlight lang="text" copy>https://engine.tygron.com/web/overlays.geojson?&token=WEB_TOKEN</syntaxhighlight>


{{article end
{{article end

Latest revision as of 07:14, 7 July 2026

API Endpoint: web/overlays

GET geojson

API Endpoint: web/overlays.geojson

Response Content-Type: application/json

Parameters:

Name Location Type Default value
crs Query String EPSG:3857

Examples

Web Viewer Endpoint (GeoJSON):

https://engine.tygron.com/web/overlays.geojson?&token=WEB_TOKEN

See also