Web measure: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
Created page with "API Endpoint: web/measure.geojson ===GET measure.geojson=== API Endpoint: web/measure.geojson Produces: application/json '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- | webStakeholderID | Header | Integer | |- | crs | Query | String | EPSG:3857 |- | forcexy | Query | Boolean | |- | id | Query | Integer | -1 |} ===='''Examples==== '''Web measure''': <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/measure.geojson?id=ID&id..."
 
No edit summary
 
Line 4: Line 4:
API Endpoint: web/measure.geojson
API Endpoint: web/measure.geojson


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


'''Parameters:'''
'''Parameters:'''

Latest revision as of 12:43, 17 June 2026

API Endpoint: web/measure.geojson

GET measure.geojson

API Endpoint: web/measure.geojson

Response Content-Type: application/json

Parameters:

Name Location Type Default value
webStakeholderID Header Integer
crs Query String EPSG:3857
forcexy Query Boolean
id Query Integer -1

Examples

Web measure:

https://engine.tygron.com/web/measure.geojson?id=ID&id=ID&token=WEB_TOKEN

See also