Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Tygron Support wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel set tools (Created page with "API Endpoint: api/session/event/editorchatchannel/set_tools/ Description: Set Tools {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |- | 1 | REQUIRED | (Tool or multiple values in array [a, b, c]) | Tool[][] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Boolean (Content was updated) |- | 300-600 |...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel set instructions (Created page with "API Endpoint: api/session/event/editorchatchannel/set_instructions/ Description: Set Instructions {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |- | 1 | REQUIRED | (String or multiple values in array ["a", "b", "c"]) | String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Boolean (Content was update...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel reset (Created page with "API Endpoint: api/session/event/editorchatchannel/reset/ Description: Reset Chat Channel contents {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Channel ID | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Boolean (Found channel and removed messages returns true otherwise false) |- | 300-600 | Codes Overview |} ===Example...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel set name (Created page with "API Endpoint: api/session/event/editorchatchannel/set_name/ Description: Set new name of existing Chat Channel {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |- | 1 | REQUIRED | (String or multiple values in array ["a", "b", "c"]) | String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Boolean (C...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel set attributes (Created page with "API Endpoint: api/session/event/editorchatchannel/set_attributes/ Description: Set multiple Chat Channel numeric Attribute values {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |- | 1 | REQUIRED | (String or multiple values in array ["a", "b", "c"]) | Attribute Names | |- | 2 | REQUIRED | (Floating point number or multiple val...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel set attribute (Created page with "API Endpoint: api/session/event/editorchatchannel/set_attribute/ Description: Set Chat Channel numeric Attribute value {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |- | 1 | REQUIRED | (String) | Attribute Name | |- | 2 | REQUIRED | (Floating point number or multiple values in array [1.0, 2.0, 3.0]) | Numeric Attribute Va...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel remove attribute (Created page with "API Endpoint: api/session/event/editorchatchannel/remove_attribute/ Description: Remove numeric Attribute from Chat Channel {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |- | 1 | REQUIRED | (String or multiple values in array ["a", "b", "c"]) | String[] | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- |...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel remove (Created page with "API Endpoint: api/session/event/editorchatchannel/remove/ Description: Remove existing Chat Channel {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Boolean (True when at least one item was removed) |- | 300-600 | Codes Overview |} ===Example POST=== Curl e...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel duplicate (Created page with "API Endpoint: api/session/event/editorchatchannel/duplicate/ Description: Duplicate existing Chat Channel {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Integer[] (Integer array) |- | 300-600 | Codes Overview |} ===Example POST=== Curl example POST <synta...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel append attribute (Created page with "API Endpoint: api/session/event/editorchatchannel/append_attribute/ Description: Appended to existing Chat Channel numeric Attribute value {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |- | 1 | REQUIRED | (String) | Attribute Name | |- | 2 | REQUIRED | (Floating point number or multiple values in array [1.0, 2.0, 3.0]) | Nume...") Tag: Recreated
- 08:07, 19 June 2026 Frank@tygron.nl talk contribs created page Api session event editor chatchannel add (Created page with "API Endpoint: api/session/event/editorchatchannel/add/ Description: Add new Chat Channel {|class=wikitable !Index !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Integer (ChatChannel ID) |- | 300-600 | Codes Overview |} ===Example POST=== Curl example POST <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/session/event/editorchatchannel/add/' -H 'Content-Type: application/j...") Tag: Recreated
- 08:00, 19 June 2026 Frank@tygron.nl talk contribs changed group membership for Frank@tygron.nl: granted bot (temporary, until 08:20, 19 June 2026); kept Tygron, Tygron_admin, bureaucrat, interface administrator and administrator unchanged
- 12:38, 18 June 2026 Maxim@tygron.com talk contribs created page Category:Chat (Created page with "Pages about chats")
- 15:28, 17 June 2026 Frank@tygron.nl talk contribs created page Api session wfs (Created page with "API Endpoint: api/session/wfs ===GET wfs.html=== API Endpoint: api/session/wfs.html '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- | filter | Query | String | |} ===='''Examples==== '''Project Feature Services (WFS)''': <syntaxhighlight lang="text" copy>https://engine.tygron.com/api/session/wfs?token=API_TOKEN</syntaxhighlight> {{article end |seealso= *Endpoints }} Category:API")
- 15:25, 17 June 2026 Frank@tygron.nl talk contribs changed group membership for Frank@tygron.nl: granted bot (temporary, until 15:45, 17 June 2026); kept Tygron, Tygron_admin, bureaucrat, interface administrator and administrator unchanged
- 12:38, 17 June 2026 Frank@tygron.nl talk contribs changed group membership for Frank@tygron.nl: changed expiration of bot (until 12:58, 17 June 2026, was: 12:38, 17 June 2026); kept Tygron, Tygron_admin, bureaucrat, interface administrator and administrator unchanged
- 12:29, 17 June 2026 Rudolf@tygron.nl talk contribs deleted page File:Measure tutorial import 1 0 method.jpg (content was: "#REDIRECT File:Measure tutorial import 1 0 method geojson.jpg", and the only contributor was "Rudolf@tygron.nl" (talk))
- 12:29, 17 June 2026 Rudolf@tygron.nl talk contribs deleted page File:Measure tutorial import geoshare file 2.jpg (content was: "#REDIRECT File:Measure tutorial import geoshare file 2 geojson.jpg", and the only contributor was "Rudolf@tygron.nl" (talk))
- 12:28, 17 June 2026 Rudolf@tygron.nl talk contribs deleted page File:Measure tutorial import 3 filter.jpg (content was: "#REDIRECT File:Measure tutorial import 3 filter generic.jpg", and the only contributor was "Rudolf@tygron.nl" (talk))
- 12:28, 17 June 2026 Rudolf@tygron.nl talk contribs deleted page File:Measure tutorial import 4 name.jpg (content was: "#REDIRECT File:Measure tutorial import 4 geojson.jpg", and the only contributor was "Rudolf@tygron.nl" (talk))
- 12:28, 17 June 2026 Rudolf@tygron.nl talk contribs deleted page File:Measure tutorial import 5 attributes.jpg (content was: "#REDIRECT File:Measure tutorial import 5 attributes geojson.jpg", and the only contributor was "Rudolf@tygron.nl" (talk))
- 12:27, 17 June 2026 Rudolf@tygron.nl talk contribs deleted page File:Measure tutorial import 6 5 function set.jpg (content was: "#REDIRECT File:Measure tutorial import 6 5 function set geojson.jpg", and the only contributor was "Rudolf@tygron.nl" (talk))
- 12:27, 17 June 2026 Rudolf@tygron.nl talk contribs deleted page File:Measure tutorial import 6 6 functions list.jpg (content was: "#REDIRECT File:Measure tutorial import 6 6 functions list geojson.jpg", and the only contributor was "Rudolf@tygron.nl" (talk))
- 12:23, 17 June 2026 Frank@tygron.nl talk contribs created page Web token with length (Created page with "API Endpoint: api/session/event/editorstakeholder/reset_web_token_with_length/ Description: Reset Web Token With Length {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (STAKEHOLDER Integer ID or multiple integer values in array [1, 2, 3]) | Stakeholders | |- | 1 | REQUIRED | (Integer number) | Integer | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 204 | No Content |- | 300-600 | Codes Overview |}...")
- 12:23, 17 June 2026 Frank@tygron.nl talk contribs created page Web token (Created page with "API Endpoint: api/session/event/editorstakeholder/reset_web_token/ Description: Reset Web Token {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (STAKEHOLDER Integer ID or multiple integer values in array [1, 2, 3]) | Stakeholders | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 204 | No Content |- | 300-600 | Codes Overview |} ===Example POST=== Curl example POST <syntaxhighlight lang="text" copy>cur...")
- 12:18, 17 June 2026 Frank@tygron.nl talk contribs changed group membership for Frank@tygron.nl: granted bot (temporary, until 12:38, 17 June 2026); kept Tygron, Tygron_admin, bureaucrat, interface administrator and administrator unchanged
- 12:10, 17 June 2026 Frank@tygron.nl talk contribs created page Web popup (Created page with "API Endpoint: web/popup.html ===GET popup.html=== API Endpoint: web/popup.html Produces: text/html '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- | webStakeholderID | Header | Integer | |- | stakeholderid | Query | Integer | -1 |- | id | Query | Integer | -1 |- | css | Query | Boolean | |} ===='''Examples==== '''Web popup''': <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/popup.html?id=ID&token=WEB_TOKEN</syntaxhighligh...")
- 12:10, 17 June 2026 Frank@tygron.nl talk contribs created page Web measure (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...")
- 12:10, 17 June 2026 Frank@tygron.nl talk contribs created page Web indicator (Created page with "API Endpoint: web/indicator.html ===GET indicator.html=== API Endpoint: web/indicator.html Produces: text/html '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- | webStakeholderID | Header | Integer | |- | id | Query | Integer | -1 |- | css | Query | boolean | true |- | maptype | Query | Map Type | MAQUETTE |} ===='''Examples==== '''Web indicator''': <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/indicator.html?id=ID&to...")
- 12:10, 17 June 2026 Frank@tygron.nl talk contribs created page Web actionmenuactions (Created page with "API Endpoint: web/actionmenuactions.geojson ===GET actionmenuactions.geojson=== API Endpoint: web/actionmenuactions.geojson Produces: application/json '''Parameters:''' {|class=wikitable !Name !Location !Type !Default value |- | webStakeholderID | Header | Integer | |- | crs | Query | String | EPSG:3857 |- | id | Query | Integer | -1 |} ===='''Examples==== '''Web actionmenuactions''': <syntaxhighlight lang="text" copy>https://engine.tygron.com/web/actionmenuactions....")
- 11:15, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import 6 6 functions list geojson.jpg to File:Measure tutorial import 6 6 functions list GeoJSON.jpg without leaving a redirect
- 11:15, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import 6 5 function set geojson.jpg to File:Measure tutorial import 6 5 function set GeoJSON.jpg without leaving a redirect
- 11:14, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import 6 3 filter filled geojson.jpg to File:Measure tutorial import 6 3 filter filled GeoJSON.jpg without leaving a redirect
- 11:13, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import 5 attributes geojson.jpg to File:Measure tutorial import 5 attributes GeoJSON.jpg without leaving a redirect
- 11:13, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import 4 name geojson.jpg to File:Measure tutorial import 4 name GeoJSON.jpg without leaving a redirect
- 11:12, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import 3 filter geojson.jpg to File:Measure tutorial import 3 filter GeoJSON.jpg without leaving a redirect
- 11:11, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import geoshare file 3 geojson.jpg to File:Measure tutorial import geoshare file 3 GeoJSON.jpg without leaving a redirect
- 11:11, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import geoshare file 2 geojson.jpg to File:Measure tutorial import geoshare file 2 GeoJSON.jpg without leaving a redirect
- 11:10, 17 June 2026 Rudolf@tygron.nl talk contribs moved page File:Measure tutorial import 1 0 method geojson.jpg to File:Measure tutorial import 1 0 method GeoJSON.jpg without leaving a redirect
- 10:36, 17 June 2026 Rudolf@tygron.nl talk contribs created page Measures tutorial (GeoJSON) (Created page with "{{:Measures tutorial |filetype=GeoJSON |filetypename=GeoJSON |layers= |publisharelocation=geojoson_data |publicsharefile=geojson_plan_with_water.dxf |defaultname=NAME |defaultfunctionsentence=There is no standard for the Attribute name to relate to a type of building, and the Attribute to use depends on the data provider. }}")
- 10:31, 17 June 2026 Rudolf@tygron.nl talk contribs created page File:Measure tutorial import 6 6 functions list DXF.jpg
- 10:31, 17 June 2026 Rudolf@tygron.nl talk contribs uploaded File:Measure tutorial import 6 6 functions list DXF.jpg
- 10:26, 17 June 2026 Rudolf@tygron.nl talk contribs created page File:Measure tutorial import 6 5 function set DXF.jpg
- 10:26, 17 June 2026 Rudolf@tygron.nl talk contribs uploaded File:Measure tutorial import 6 5 function set DXF.jpg
- 10:22, 17 June 2026 Rudolf@tygron.nl talk contribs created page File:Measure tutorial import 6 3 filter filled DXF.jpg
- 10:22, 17 June 2026 Rudolf@tygron.nl talk contribs uploaded File:Measure tutorial import 6 3 filter filled DXF.jpg
- 10:18, 17 June 2026 Rudolf@tygron.nl talk contribs created page File:Measure tutorial import 5 attributes DXF.jpg
- 10:18, 17 June 2026 Rudolf@tygron.nl talk contribs uploaded File:Measure tutorial import 5 attributes DXF.jpg
- 10:12, 17 June 2026 Rudolf@tygron.nl talk contribs created page File:Measure tutorial import 4 name DXF.jpg
- 10:12, 17 June 2026 Rudolf@tygron.nl talk contribs uploaded File:Measure tutorial import 4 name DXF.jpg