Web popups: Difference between revisions

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


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


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


'''Parameters:'''
'''Parameters:'''
Line 12: Line 12:
!Type
!Type
!Default value
!Default value
|-
| webStakeholderID
| Header
| Integer
|
|-
|-
| bbox
| bbox

Latest revision as of 07:14, 7 July 2026

API Endpoint: web/popups

GET geojson

API Endpoint: web/popups.geojson

Response Content-Type: application/json

Parameters:

Name Location Type Default value
bbox Query String
crs Query String EPSG:3857

Examples

Popups:

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

See also