Api session event editor measure import geotiffs

From Tygron Support wiki
Revision as of 10:12, 30 March 2026 by Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import Measure GeoTIFF Collection {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |Collection of GeoTIFF Geometries where the GeoTIFF will be applied | |- |1 |REQUIRED |(TERRAIN_TYPE Integer ID or multiple values in array [1, 2, 3]) |Terrain Type IDs | |- |2 |REQUIRED |(Integer or multiple values in array [a, b, c]) |GeoTIFF ID arrays | |- |3 |OPTIONAL |(MEASURE Integer ID) |Set...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

API Event to Import Measure GeoTIFF Collection

Name Importance Type Description Values
0 REQUIRED (GeometryCollection with crs: EPSG:3857) Collection of GeoTIFF Geometries where the GeoTIFF will be applied
1 REQUIRED (TERRAIN_TYPE Integer ID or multiple values in array [1, 2, 3]) Terrain Type IDs
2 REQUIRED (Integer or multiple values in array [a, b, c]) GeoTIFF ID arrays
3 OPTIONAL (MEASURE Integer ID) Set for existing Measure ID (optional)
4 OPTIONAL (Floating point number) Buffer for Points and Lines to make Polygons (optional)
5 OPTIONAL (SOURCE Integer ID) Source (optional)

Response Codes

Response Code: Description
200 Integer (Measure ID)
300-600 Codes Overview

Example POST

Example POST: https://engine.tygron.com/api/session/event/editormeasure/import_geotiffs/?crs=3857&f=HTML&token=API_TOKEN

with content:

[ {
 "type" : "GeometryCollection",
 "geometries" : [ {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799366.211043943 ], [ 658743.4286136308, 6799366.211043943 ], [ 658743.4286136308, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
 }, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799342.563936498 ], [ 658760.0045466047, 6799342.563936498 ], [ 658760.0045466047, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
 }, {
 "type" : "MultiPolygon",
 "coordinates" : [ [ [ [ 658636.7618515313, 6799461.8964563515 ], [ 658636.7618515313, 6799416.872280778 ], [ 658677.7144431378, 6799416.872280778 ], [ 658677.7144431378, 6799461.8964563515 ], [ 658636.7618515313, 6799461.8964563515 ] ] ] ]
 } ]
}, [ 1, 2, 3 ], [ [ 1, 2 ], [ 3, 4 ], [ 5, 6 ] ], "", "", "" ]