New pages
Jump to navigation
Jump to search
30 March 2026
- 08:3808:38, 30 March 2026 Api session event editor area set polygons (hist | edit) [2,594 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Polygons {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |MultiPolygon[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tyg...")
- 08:3808:38, 30 March 2026 Api session event editor area remove relations (hist | edit) [1,506 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Relations {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID) |Areas | |- |1 |REQUIRED |(Relation or multiple values in array [a, b, c]) |Relation[] | |} ===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/editorarea/remove_relations/?f=HTML&token=API_TOKEN wi...")
- 08:3808:38, 30 March 2026 Api session event editor area remove group (hist | edit) [1,406 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove Group {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |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/event/editorarea/remove_group/?f=HTML&token=API_TOKEN with content: <pre>[ [ "Text 1", "Text 2", "Text 3" ] ]...")
- 08:3808:38, 30 March 2026 Api session event editor area remove all attributes (hist | edit) [1,419 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove All Attributes {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |} ===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/editorarea/remove_all_attributes/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1, 2, 3 ]...")
- 08:3808:38, 30 March 2026 Api session event editor area generate water areas (hist | edit) [1,376 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Water Areas {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number) |Double | |} ===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/editorarea/generate_water_areas/?f=HTML&token=API_TOKEN with content: <pre>[ 37 ] </pre> {{article end|seealso=*api sess...")
- 08:3808:38, 30 March 2026 Api session event editor area generate sewer areas (hist | edit) [1,635 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Sewer Areas {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Integer number) |Integer | |- |1 |REQUIRED |(Floating point number) |Double | |- |2 |REQUIRED |(Floating point number) |Double | |- |3 |REQUIRED |(Floating point number) |Double | |- |4 |REQUIRED |(String) |String | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer (Integer) |- |300-600 |Codes Overview |} ===Example...")
- 08:3808:38, 30 March 2026 Api session event editor area generate inundation areas (hist | edit) [1,401 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Inundation Areas {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(Floating point number) |Double | |} ===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/editorarea/generate_inundation_areas/?f=HTML&token=API_TOKEN with content: <pre>[ 71 ] </pre> {{article end|seealso=*...")
- 08:3808:38, 30 March 2026 Api session event editor area generate border areas (hist | edit) [1,513 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Generate Border Areas {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |- |1 |REQUIRED |(String) |String | |- |2 |REQUIRED |(Floating point number) |Double | |} ===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/editorarea/generate_border_areas/?f=HTML&token=API_...")
- 08:3808:38, 30 March 2026 Api session event editor area add with attribute (hist | edit) [1,442 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add With Attribute {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |String | |- |1 |REQUIRED |(Floating point number) |Double | |} ===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/editorarea/add_with_attribute/?f=HTML&token=API_TOKEN with content: <pre>[ "Text", 29...")
- 08:3808:38, 30 March 2026 Api session event editor area add relation (hist | edit) [1,298 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Relation {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID) |Areas | |- |1 |REQUIRED |(Enumeration) |Relation |BORDER_A, BORDER_B, BUILDING, CONSTRUCTOR, DEMOLISHER, NETOWNER, OWNER, PARENT, PERMITTER, RECEIVER, RESULT_PARENT, SENDER or WEATHER |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https...")
- 08:3808:38, 30 March 2026 Api session event editor area add group (hist | edit) [1,158 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add Group {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(String) |Attribute name to group Areas by | |} ===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/editorarea/add_group/?f=HTML&token=API_TOKEN with content: <pre>[ "Attribute name to group Areas by" ] </pre> {{article en...")
- 08:3808:38, 30 March 2026 Api session event editor area set name (hist | edit) [1,577 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new name of existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Boolean (Content was updated) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.c...")
- 08:3808:38, 30 March 2026 Api session event editor area set color (hist | edit) [1,559 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set new color of existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(TColor or multiple values in array [a, b, c]) |TColor[] | |} ===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/edi...")
- 08:3808:38, 30 March 2026 Api session event editor area set attributes (hist | edit) [1,913 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set multiple Area attribute values {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |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 Integer...")
- 08:3808:38, 30 March 2026 Api session event editor area set attribute (hist | edit) [1,731 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Area attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |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 |-...")
- 08:3808:38, 30 March 2026 Api session event editor area set active (hist | edit) [1,508 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Set Area active {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(Boolean or multiple values in array [true, false, true]) |Boolean[] | |} ===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/editor...")
- 08:3808:38, 30 March 2026 Api session event editor area remove polygons (hist | edit) [2,584 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove polygons from existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |MultiPolygon[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://eng...")
- 08:3808:38, 30 March 2026 Api session event editor area remove attribute (hist | edit) [1,556 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove attribute from Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |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/event/e...")
- 08:3808:38, 30 March 2026 Api session event editor area remove (hist | edit) [1,401 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Remove existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |} ===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/editorarea/remove/?f=HTML&token=API_TOKEN with co...")
- 08:3808:38, 30 March 2026 Api session event editor area import (hist | edit) [3,374 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Import Area Collection {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(GeometryCollection with crs: EPSG:3857) |Collection of Area geometries | |- |1 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Area Names | |- |2 |REQUIRED |(String or multiple values in array ["a", "b", "c"]) |Attribute Names | |- |3 |REQUIRED |(Floating point number or multiple values in array [1.0, 2.0, 3.0] or matrix 1.0,...")
- 08:3808:38, 30 March 2026 Api session event editor area duplicate (hist | edit) [1,392 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Duplicate existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |} ===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/editorarea/duplicate/?f=HTML&token=API_TOKEN with content: <pre>[ [ 1...")
- 08:3708:37, 30 March 2026 Api session event editor area append attribute (hist | edit) [1,769 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Appended to existing Area attribute value {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |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=== {|cl...")
- 08:3708:37, 30 March 2026 Api session event editor area add polygons (hist | edit) [2,567 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add polygons to existing Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |REQUIRED |(AREA Integer ID or multiple values in array [1, 2, 3]) |Areas | |- |1 |REQUIRED |(MultiPolygon with crs: EPSG:3857 or multiple values in array [a, b, c]) |MultiPolygon[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |204 |No Content |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.t...")
- 08:3708:37, 30 March 2026 Api session event editor area add (hist | edit) [1,081 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Event to Add new Area {|class=wikitable !Name !Importance !Type !Description !Values |- |0 |OPTIONAL |(Integer number) |Amount (optional) | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |200 |Integer[] (Area IDs) |- |300-600 |Codes Overview |} ===Example POST=== Example POST: https://engine.tygron.com/api/session/event/editorarea/add/?f=HTML&token=API_TOKEN with content: <pre>[ "" ] </pre> {{article end|seealso=*api session event e...")
- 06:2306:23, 30 March 2026 Version 2026.1.0 (hist | edit) [258 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2026.0.10 is released on engine.tygron.com on May 29th 2026. '''Updates''' * Several small bug fixes and WIKI Updates. Category:Version 2026")
25 March 2026
- 15:2515:25, 25 March 2026 Version 2026.0.10 (hist | edit) [465 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2026.0.10 is released on engine.tygron.com on March 27th 2026. '''Updates''' * New Street Object geo-plugin for adding e.g. trees at Project creation. * Bugfix for invalid data in API events. * Java SDK is now published in GitHub. * Old licenses and sub domains are now deprecated. * Several small bug fixes and WIKI Updates. Category:Version 2026")
12 March 2026
- 07:2407:24, 12 March 2026 Color (Area Attribute) (hist | edit) [526 bytes] Rudolf@tygron.nl (talk | contribs) (Created page with "{{area attributes | <onlyinclude> {{area attributes|type=row|attribute=COLOR|unit=Color|description=The color of the Area when drawn in an Area Overlay.}} </onlyinclude> }} When The Area Overlay is used, Areas are by default displayed using their default color. The COLOR Attribute could also be referenced and used in other contexts and displays, such as a custom color output of a Combo Overlay, or for use in Indicators or Panels. {{art...")
11 March 2026
- 08:2108:21, 11 March 2026 How to convert a GeoJSON to GeoPackage using QGIS (hist | edit) [1,201 bytes] Frank@tygron.nl (talk | contribs) (Created page with " {{howto|title=|Open QGIS |Click on ''Layer'' in the ribbon bar and select ''Data Source Manager'' |Set source type to file |Under Source, click on the ''Browse'' button (indicated by ...), navigate to your file and select it. |Click on the ''Add'' button to add it to QGIS. The view should zoom in to your features. (unless more layers are active in your QGIS session) |Right click on the added layer, hover over ''Export'' and select ''Save Features As''. |In the ''Sa...")
6 March 2026
- 13:4813:48, 6 March 2026 Drag-and-drop (hist | edit) [918 bytes] Frank@tygron.nl (talk | contribs) (Created page with "In the context of the Tygron Client, drag and drop is an action in which the user selects a file by "grabbing" it and dragging it onto the Tygron Client application. Once released, the Tygron Client reports whether it can import this file using the File Handler panel. Often more than one option is provided. The following file types can be imported by Drag and dropping it onto the Tygron Client Application: {| class= "wikitable" !File type !File extensions |- | GeoJ...")
5 March 2026
- 13:3313:33, 5 March 2026 How to adjust the Unit System of a project (hist | edit) [536 bytes] Frank@tygron.nl (talk | contribs) (Created page with "The Unit System of a project is normally configured when creating a new project. However, it is also possible to adjust the Unit System for existing projects. {{howto |Open the project in the editor. |Select the Tools tab in the ribbon bar. |Click on the API Overview button |Navigate to Events ... EditorSetting ... SET_UNIT_SYSTEM_TYPE |Select the desired Unit System in the choice box |Click on POST Form to change the unit system }}")
- 13:1513:15, 5 March 2026 Unit system (hist | edit) [918 bytes] Frank@tygron.nl (talk | contribs) (Created page with " {| !Name !Description |- |SI | |- |US CUSTOMARY | |- |BRITISH IMPERIAL | |}")
- 12:2112:21, 5 March 2026 Default Word (hist | edit) [247 bytes] Frank@tygron.nl (talk | contribs) (Created page with "Default word is an Item that stores translations of text parameters used in the creation of other Items, such as Areas, Neighborhoods and Overlays. {{article end |seealso=*Item*MapLink }}")
4 March 2026
- 10:1310:13, 4 March 2026 How to use the Brush panel (hist | edit) [493 bytes] Maxim@tygron.com (talk | contribs) (Created page with "<youtube>wx2GAfITjYc</youtube>")
3 March 2026
- 10:0310:03, 3 March 2026 Version 2024.7.8 (hist | edit) [222 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2024.7.8 is released on engine.tygron.com on November 28th 2025. '''Updates''' * Final LTS release before the 2026 update. * Several bug smaller fixes and WIKI Updates. Category:Version 2024")
24 February 2026
- 07:0107:01, 24 February 2026 How to add a Grid to a Measure (hist | edit) [2,408 bytes] Rudolf@tygron.nl (talk | contribs) (Created page with "When creating and applying a Measure to test a future situation, multiple elements can be part of that plan. Besides the features of Buildings and Water, another element that is frequently relevant is an updated heightmap. This affects things like water-runoff, soil volumes, and even shade. To facilitate these effects, it is possible to add a GridSpatial to a Measure, which relates any Grid Overlay (most commonly a Combo Ov...")
10 February 2026
- 16:3816:38, 10 February 2026 Version 2026.0.9 (hist | edit) [1,040 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2026.0.9 is released on engine.tygron.com on March 6th 2026. '''City Models''' * Added support for buildingSMART Industry Foundation Classes (IFC). * Improved import workflow, e.g. GEO-referecing can be done via Wizard. * New formats: GeoPackage and improved support for WFST and 3D web scenes. '''Simulations''' * Water Module: Improved accuracy, performance and several new features. * More flexibility and options for advanced (iterated) calculations. '''AI-Sui...")
31 January 2026
- 14:5214:52, 31 January 2026 Version 2026.0.8 (hist | edit) [512 bytes] Maxim@tygron.com (talk | contribs) (Created page with "Version 2026.0.8 is released on engine.tygron.com on March 6th 2026. '''Updates''' * Several smaller bug fixes, security updates and WIKI Updates. Category:Version 2026")