New pages
Jump to navigation
Jump to search
30 March 2026
- 10:1910:19, 30 March 2026 Api session event editor panel duplicate answer (hist | edit) [1,548 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate Answer {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |- |1 |REQUIRED |(Integer number or multiple values in array [1, 2, 3]) |Integer[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpane...")
- 10:1910:19, 30 March 2026 Api session event editor panel apply template panels (hist | edit) [1,448 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Apply Template Panels {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpanel/apply_template_panels/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1,...")
- 10:1910:19, 30 March 2026 Api session event editor panel add template (hist | edit) [1,226 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Template {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |PanelTemplate |DANGEROUS_OBJECTS, NETWORK_INTERACTION, TRAFFIC_NOISE, WATER_AREAS or WEIRS |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpanel/add_template/?f=HTML&token=API_TOKEN w...")
- 10:1910:19, 30 March 2026 Api session event editor panel add overlay template (hist | edit) [1,329 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Overlay Template {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |PanelTemplate |DANGEROUS_OBJECTS, NETWORK_INTERACTION, TRAFFIC_NOISE, WATER_AREAS or WEIRS |- |1 |REQUIRED |(OVERLAY Integer ID) |Overlays | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api...")
- 10:1910:19, 30 March 2026 Api session event editor panel add global (hist | edit) [1,471 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Global {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID) |Panels | |- |1 |REQUIRED |(GLOBAL Integer ID or multiple values in array [1, 2, 3]) |Globals | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |String (String) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpanel/add_global/?f=HTML&token=API...")
- 10:1910:19, 30 March 2026 Api session event editor panel add answer event (hist | edit) [1,527 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Answer Event {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID) |Panels | |- |1 |REQUIRED |(Integer number) |Integer | |- |2 |REQUIRED |(true, false) |Boolean |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpanel/add_answer_event/?f...")
- 10:1910:19, 30 March 2026 Api session event editor panel add answer (hist | edit) [1,115 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Answer {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID) |Panels | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpanel/add_answer/?f=HTML&token=API_TOKEN with content: <pre>[ 84 ] </pre> {{article end|seealso=*api session event editor panel...")
- 10:1910:19, 30 March 2026 Api session event editor panel set name (hist | edit) [1,554 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Panel {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/e...")
- 10:1910:19, 30 March 2026 Api session event editor panel set attributes (hist | edit) [1,940 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Panel attribute values {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix [[1.0, 2.0], [3.0, 4.0], [5.0, 6.0]]) |Attribute Values | |- |3 |OPTIONAL |(SOURCE Integ...")
- 10:1910:19, 30 March 2026 Api session event editor panel set attribute (hist | edit) [1,739 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Panel attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute Values | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description...")
- 10:1910:19, 30 March 2026 Api session event editor panel remove attribute (hist | edit) [1,583 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove attribute from Panel {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/even...")
- 10:1910:19, 30 March 2026 Api session event editor panel remove (hist | edit) [1,428 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Panel {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (True when at least one item was removed) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpanel/remove/?f=HTML&token=API_TOKEN wit...")
- 10:1910:19, 30 March 2026 Api session event editor panel duplicate (hist | edit) [1,419 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Panel {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Integer array) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpanel/duplicate/?f=HTML&token=API_TOKEN with content: <pre>[...")
- 10:1910:19, 30 March 2026 Api session event editor panel append attribute (hist | edit) [1,796 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Panel attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(PANEL Integer ID or multiple values in array [1, 2, 3]) |Panels | |- |1 |REQUIRED |(String) |Attribute Name | |- |2 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0]) |Attribute Values appended to existing values | |- |3 |OPTIONAL |(SOURCE Integer ID) |Source (optional) | |} ===Response Codes=== {...")
- 10:1910:19, 30 March 2026 Api session event editor panel add (hist | edit) [1,216 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Panel {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Enumeration) |PanelType |EXCEL_PANEL, GLOBAL_PANEL, TEMPLATE_EXCEL_PANEL, TEMPLATE_TEXT_PANEL, TEXT_PANEL or WEB_PANEL |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorpanel/add/?f=HTML&token=AP...")
- 10:1910:19, 30 March 2026 Api session event editor overlay (hist | edit) [10,239 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API api session event editor overlay Events. Overlay editing. {|class=wikitable !Name !Description |- |ADD |Add a new Overlay of the specified type. |- |APPEND_ATTRIBUTE |Appended to existing Overlay attribute value |- |DUPLICATE |Duplicate existing Overlay |- |REMOVE |Remove...")
- 10:1910:19, 30 March 2026 Api session event editor overlay swap order (hist | edit) [1,528 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Swap Order {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlays | |- |1 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlays | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/edito...")
- 10:1910:19, 30 March 2026 Api session event editor overlay set water weather (hist | edit) [1,288 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set a specified weather to serve as input for a specified water Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Water Overlay ID | |- |1 |REQUIRED |(WEATHER Integer ID) |Weather ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/edit...")
- 10:1910:19, 30 March 2026 Api session event editor overlay set water mode (hist | edit) [1,226 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Water Mode {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlays | |- |1 |REQUIRED |(Enumeration) |Mode |ACCURACY, AVERAGE or SPEED |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editoroverlay/set_water_mode/?f=HTML&token=API_TOKEN with conte...")
- 10:1910:19, 30 March 2026 Api session event editor overlay set visible (hist | edit) [1,602 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Visualizes or hides an Overlay in the navigation panel. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Visualized | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: h...")
- 10:1910:19, 30 March 2026 Api session event editor overlay set tensor value type (hist | edit) [1,354 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Value Type for an input tensor of an Inference Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Inference Overlay ID | |- |1 |REQUIRED |(Integer number) |Tensor Link ID | |- |2 |REQUIRED |(String) |Value Type | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tyg...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set tensor result type (hist | edit) [1,373 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Inference Result for an output tensor of an Inference Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Inference Overlay ID | |- |1 |REQUIRED |(Integer number) |Tensor Link ID | |- |2 |REQUIRED |(String) |Output Result | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set tensor prequel (hist | edit) [1,373 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Inference Prequel for an input tensor of an Inference Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Inference Overlay ID | |- |1 |REQUIRED |(Integer number) |Tensor Link ID | |- |2 |REQUIRED |(String) |Inference Prequel | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: http...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set tensor normalized (hist | edit) [1,672 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set whether an input tensor of an Inference Overlay should be normalized when provided to a neural network. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Inference Overlay ID | |- |1 |REQUIRED |(Integer number) |Tensor Link ID | |- |2 |REQUIRED |(true, false) |Normalize |true or false |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set show system visualization (hist | edit) [1,502 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set whether a specified Overlay visualizes the graph of systems which dictates its calculation. Pipes, center points of areas, etc. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a water Overlay) | |- |1 |REQUIRED |(Enumeration) |Visual Type |AREAS or OBJECTS |- |2 |REQUIRED |(true, false) |Show |true or false |} ===Response Codes=== {|class=wikitable !Response Code...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set show difference (hist | edit) [1,896 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set whether a specified grid Overlay has a difference option. If an Overlay has a difference option, an addition output is available computed from the difference between the CURRENT and MAQUETTE outputs. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID (must relate to a grid Overlay) | |- |1 |REQUIRED |(Boolean or multiple values in array [true, fals...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set service source (hist | edit) [1,274 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Service source for a specified Service Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Service Overlay ID | |- |1 |REQUIRED |(SOURCE Integer ID) |Source ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editoroverlay/set_ser...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set service layer (hist | edit) [1,653 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Service layer names for a specified Service Overlay and timeframe. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Service Overlay ID | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Layer name(s) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engin...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set service force xy (hist | edit) [1,731 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the prefered option to force the CRS order to longitude/latitude for the Service source of a specified Service Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Service Overlay ID | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Longitude first (force XY) | |} ===Response Codes=== {|class=wikitable !Response Code: !Desc...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set service crs (hist | edit) [1,679 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the prefered CRS for the Service source of a specified Service Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Service Overlay ID | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |CRS name | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example P...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set result type (hist | edit) [1,975 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the result type of a specified grid Overlay. The same calculation will be performed, but a different aspect of the calculation will be tracked and output. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID (must relate to a grid Overlay with result types) | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Result type for the [...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set rasterization (hist | edit) [1,578 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the type of rasterization a specified AVG or Distance Overlay should do. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to an AVG or Distance Overlay) | |- |1 |REQUIRED |(Enumeration) |Rasterization type: FIRST, MIN, MAX, SINGLE_LAYER, GRID |FIRST, MAX, MIN, SINGLE_LAYER or GRID |- |2 |OPTIONAL |(Enumeration) |MapLink (will only affect the SINGLE_LAYER rasterization...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set prequel (hist | edit) [1,457 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set prequel Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(OVERLAY Integer ID) |Prequel Overlay ID | |- |2 |REQUIRED |(String) |Prequel Type Name | |- |3 |OPTIONAL |(Integer number) |Prequel Timeframe ID (optional) | |- |4 |OPTIONAL |(true, false) |Previous Iteration (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set parent (hist | edit) [1,514 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set a parent Overlay for a specified Overlay. This will cause the specified Overlay to be a subselectable Overlay of the parent. It is not possible to set an Overlay which has a parent itself as a parent of another Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(Integer number) |Overlay ID of parent (overlays without a parent should have their parent Ove...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set overlay source (hist | edit) [1,965 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add or remove specified sources to or from a specified SOURCE Overlay. Unincluded sources which are already related to the Overlay will remain related. Unincluded sources which are not related to the Overlay will remain unrelated. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a SOURCES Overlay) | |- |1 |REQUIRED |(SOURCE Integer ID or multiple values in array [1, 2, 3]...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set overlay remainder color (hist | edit) [1,388 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the color a specified FUNCTION or ATTRIBUTE Overlay uses to color parts of the map where no relevant data is found. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a FUNCTION or ATTRIBUTE Overlay) | |- |1 |OPTIONAL |(TColor) |Color | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example PO...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set overlay primary color (hist | edit) [1,680 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the color a specified FUNCTION or ATTRIBUTE Overlay uses to highlight found data. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a FUNCTION or ATTRIBUTE Overlay) | |- |1 |REQUIRED |(TColor) |Color | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set overlay image (hist | edit) [1,854 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the image displayed by a specified IMAGE Overlay. The image must be uploaded in the "Overlays" directory. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay IDs (must relate to an IMAGE Overlay) | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"] or matrix [["a", "b"], ["c", "d"], ["e", "f"]]) |Array of Project asset names, omitt...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set overlay area (hist | edit) [1,945 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add or remove specified areas to or from a specified AREAS Overlay. Unincluded areas which are already related to the Overlay will remain related. Unincluded areas which are not related to the Overlay will remain unrelated. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to an AREAS Overlay) | |- |1 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Array o...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set neural network (hist | edit) [1,315 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the Neural Network for an Inference Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a Inference Overlay) | |- |1 |REQUIRED |(NEURAL_NETWORK Integer ID) |Neural Network ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.co...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set net overlay (hist | edit) [1,671 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set the visualization style for a specified network Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a network Overlay) | |- |1 |REQUIRED |(Enumeration) |NetType |ELECTRICITY, GAS, HEAT, INTERNET or SEWER |- |2 |REQUIRED |(true, false) |Whether to show the network (false means no lines will be visualized) |true or false |- |3 |REQUIRED |(true, false) |Whether...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set legend entry value (hist | edit) [1,812 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the value of a specified legend entry of a custom legend of a specified Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(true, false) |Affect the custom difference legend (false means affect the normal custom legend) |true or false |- |2 |REQUIRED |(Integer number) |ID of entry which should be changed | |- |3 |REQUIRED |(Floating point number) |New v...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set legend entry name (hist | edit) [1,860 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the name of a specified legend entry of a custom legend of a specified Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(true, false) |Affect the custom difference legend (false means affect the normal custom legend) |true or false |- |2 |REQUIRED |(Integer number) |ID of entry which should be changed | |- |3 |REQUIRED |(String) |New name for the entr...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set legend entry color (hist | edit) [1,850 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the color of a specified legend entry of a custom legend of a specified Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID | |- |1 |REQUIRED |(true, false) |Affect the custom difference legend (false means affect the normal custom legend) |true or false |- |2 |REQUIRED |(Integer number) |ID of entry which should be changed | |- |3 |REQUIRED |(TColor) |Color | |} ===Respon...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set key value (hist | edit) [1,578 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change a key for a specified Overlay. The Overlay must be an Overlay which makes use of keys to read attributes of geographical items, as input for its calculation. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a grid Overlay) | |- |1 |REQUIRED |(String) |Key name | |- |2 |REQUIRED |(String) |Attribute to look for | |} ===Response Codes=== {|class=wikitable !Response C...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set image (hist | edit) [1,894 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the icon displayed in the navigation window by the Overlay. Only existing overlay project assets are allowed. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Project asset name, omitting the directory | |} ===Response Codes=== {|class=wikitable !Response Code: !Descripti...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set heat model (hist | edit) [1,221 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Heat Model {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlays | |- |1 |REQUIRED |(Enumeration) |HeatModel |DPRA or UNESCO |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editoroverlay/set_heat_model/?f=HTML&token=API_TOKEN with content: <p...")
- 10:1810:18, 30 March 2026 Api session event editor overlay set grid active (hist | edit) [1,654 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Activates or deactivates an Overlay. Only active Overlays are recalculated by the simulation. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID or multiple values in array [1, 2, 3]) |Overlay ID | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Activated | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview...")
- 10:1710:17, 30 March 2026 Api session event editor overlay set geotiff (hist | edit) [1,604 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Change the GeoTIFF displayed by a specified GeoTIFF Overlay. {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlay ID (must relate to a GeoTIFF Overlay) | |- |1 |REQUIRED |(GEO_TIFF Integer ID or multiple values in array [1, 2, 3]) |Unique GeoTIFF IDs | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Exa...")
- 10:1710:17, 30 March 2026 Api session event editor overlay set discharge method (hist | edit) [1,289 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Discharge Method {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(OVERLAY Integer ID) |Overlays | |- |1 |REQUIRED |(Enumeration) |DischargeMethod |HEIGHT_MINIMA, AREAS or WATER_TERRAINS |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editoroverlay/set_discharge_method/...")