Setting: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{stub|todo= | |||
* Article intro is very short. Where to adjust? Implications of settings being an item rather than a client application property, etc. | |||
* A number of settings are missing descriptions. | |||
* Currently just a list of settings and very brief descriptions. Settings should have their own page for organizing relations to other data and functionalities. | |||
}} | |||
Setting is an item that stores configuration properties of your project. | Setting is an item that stores configuration properties of your project. | ||
Line 21: | Line 27: | ||
| <span id="BASE_PANELS">BASE_PANELS </span> | | <span id="BASE_PANELS">BASE_PANELS </span> | ||
| HOVER_PANEL NAVIGATION_PANEL TOPBAR_PANEL LEFT_MENU_PANEL FEEDBACK_PANEL | | HOVER_PANEL NAVIGATION_PANEL TOPBAR_PANEL LEFT_MENU_PANEL FEEDBACK_PANEL | ||
| Panels that are considered base panels in the [[ | | Panels that are considered base panels in the [[Viewer ]]interface. | ||
|- | |- | ||
| <span id="CAMERA_SPEED">CAMERA_SPEED </span> | | <span id="CAMERA_SPEED">CAMERA_SPEED </span> | ||
Line 85: | Line 91: | ||
| <span id="MEASUREMENT_SYSTEM_TYPE" >MEASUREMENT_SYSTEM_TYPE</span> | | <span id="MEASUREMENT_SYSTEM_TYPE" >MEASUREMENT_SYSTEM_TYPE</span> | ||
| SI | | SI | ||
| The [[unit system]] used in the [[ | | The [[unit system]] used in the [[{{software|client}}]] for this project. | ||
|- | |- | ||
| <span id="MIN_CELL_M" >MIN_CELL_M</span> | | <span id="MIN_CELL_M" >MIN_CELL_M</span> | ||
Line 161: | Line 167: | ||
| <span id="SKY_TYPE">SKY_TYPE </span> | | <span id="SKY_TYPE">SKY_TYPE </span> | ||
| DEFAULT | | DEFAULT | ||
| | | Determines the type of sky box used in the [[3D Visualization]]. Configurable in the [[Environment]] panel. | ||
|- | |- | ||
| <span id="SOLAR_PANEL_POSITION">SOLAR_PANEL_POSITION </span> | | <span id="SOLAR_PANEL_POSITION">SOLAR_PANEL_POSITION </span> | ||
Line 173: | Line 179: | ||
| <span id="SUN_DATES"> SUN_DATES</span> | | <span id="SUN_DATES"> SUN_DATES</span> | ||
| | | | ||
| | | Dates stored as long values representing times in UTC milliseconds from the epoch. Used by [[Sun angle]]. | ||
|- | |- | ||
| <span id="SUPER_USER_MESSAGE">SUPER_USER_MESSAGE</span> | | <span id="SUPER_USER_MESSAGE">SUPER_USER_MESSAGE</span> | ||
Line 188: | Line 194: | ||
|- | |- | ||
| <span id="TIME_ZONE">TIME_ZONE</span> | | <span id="TIME_ZONE">TIME_ZONE</span> | ||
| | | Etc/UTC | ||
| | | Automatically set based on the project's location when [[New Project Wizard|creating a new project]]. | ||
|- | |- | ||
| <span id="TRAFFIC_VISUAL_MULTIPLIER" >TRAFFIC_VISUAL_MULTIPLIER</span> | | <span id="TRAFFIC_VISUAL_MULTIPLIER" >TRAFFIC_VISUAL_MULTIPLIER</span> | ||
| 4.0 | | 4.0 | ||
| | | Multiplier used by the traffic visualization system, to make it seem busier. | ||
|- | |- | ||
| <span id="WATER_HEIGHT" >WATER_HEIGHT</span> | | <span id="WATER_HEIGHT" >WATER_HEIGHT</span> | ||
Line 201: | Line 207: | ||
| <span id="WATER_TYPE" >WATER_TYPE</span> | | <span id="WATER_TYPE" >WATER_TYPE</span> | ||
| CANAL | | CANAL | ||
| | | Used in the visualization system of water in the [[3D Visualization]]. Configurable using [[Environment#Water Type|Water Type]] in the [[Environment]] editor panel. | ||
|- | |- | ||
| <span id="WEB_ALLOW_LOGIC_EVENT" >WEB_ALLOW_LOGIC_EVENT</span> | | <span id="WEB_ALLOW_LOGIC_EVENT" >WEB_ALLOW_LOGIC_EVENT</span> | ||
Line 242: | Line 248: | ||
| 0 0 | | 0 0 | ||
| | | | ||
|- | |||
| <span id="ITERATIONS">ITERATIONS </span> | |||
| 1 | |||
| Amount of times the [[Simulation Core]] steps are executed each update. | |||
|} | |} | ||
{{article end}} | {{article end}} |
Latest revision as of 07:35, 15 November 2024
This article is a stub. The following information should be added:
- Article intro is very short. Where to adjust? Implications of settings being an item rather than a client application property, etc.
- A number of settings are missing descriptions.
- Currently just a list of settings and very brief descriptions. Settings should have their own page for organizing relations to other data and functionalities.
Setting is an item that stores configuration properties of your project.
List of available settings
Name | Default value | Description |
---|---|---|
ACTIVE_SCENARIO | 0 | Stores the id of the active scenario. |
AREA_GROUPS | Used to store Area attribute filters | |
AUTO_CALCULATION | true | Whether changes made to the project automatically trigger a recalculation of a project. |
BASE_PANELS | HOVER_PANEL NAVIGATION_PANEL TOPBAR_PANEL LEFT_MENU_PANEL FEEDBACK_PANEL | Panels that are considered base panels in the Viewer interface. |
CAMERA_SPEED | NORMAL | Camera Speed (SLOW, NORMAL) |
CURRENCY | EURO | Currency that is used in your project. |
CUSTOM_DATA_SERVICE | My own CSW service | |
DECIMALS | 6 | Decimal accuracy used in attributes and function values |
DEFAULT_GROUNDPRICE_M2 | 400 | Default price of one m2 ground in euro |
DEFAULT_GROUND_LOWER_PRICE_M3 | 50 | Default price in EUR to lower one m3 ground |
DEFAULT_GROUND_RAISE_PRICE_M3 | 50 | Default price in EUR to raise one m3 ground |
DETAILED | true | High detail project. |
EXPORT_CRS | EPSG:3857 | The default export CRS for your project for situations in the Tygron Platform where it currently cannot be selected. |
GRID_CELL_SIZE_M | 2 | Grid cell size in meters, default is 2 |
IMPORT_CRS | The last selected import CRS, selected automatically for files imported into your project in the Tygron Platform | |
IMPORT_CRS_FORCE_XY | true | The last selected import "force xy" (=longitude first) option, selected automatically for files imported into your project in the Tygron Platform |
LIMIT_MAP | MULTIPOLYGON EMPTY | The geometry that is used to limit the data obtained during New Project generation. |
MAP_SIZE_M | 0 0 | Map size in X and Y in meters, default 0 (no map) |
MAX_TOTAL_GRIDCELLS | 0 | Used to communicate the maximum amount of grid cells that your project can support. |
MEASUREMENT_SYSTEM_TYPE | SI | The unit system used in the Tygron Client for this project. |
MIN_CELL_M | 0 | Minimum cell size in meters |
MODEL_STYLE | TEXTURED | The model style of the building's in the 3D Visualization. |
PROJECT_NAME | Project Name | The Project's name |
RECALCULATION_REQUIRED | false | A setting that is set by the Tygron Platform to indicate this project required a recalculation. |
RECENT_CRSS | EPSG:3857 EPSG:28992 | A list of CRS's that have been used while editing your project. Shows in the "recently used" part of the crs selection panel. |
REGION | NORTHWESTERN_EUROPE | Stores the Region your project is situated in. Can be overwritten using this setting. |
RESERVED_LAND | MULTIPOLYGON EMPTY | Setting that stores the geometries of plots that are currently in transition of ownership. |
SATELLITE_BRIGHTNESS | -1 | |
SATELLITE_COLOR | ||
SATELLITE_FILE_NAME | default | |
SCHEDULED_UPDATE | ||
SCHEDULED_UPDATE_MAIL | ||
SCHEDULED_UPDATE_SMS | ||
SDK_ACCESS | false | Currently not used |
SECTOR_SIZE_M | 500 | The width and height of a Height sector in meters. |
SHOW_ACTION_LOG | true | |
SHOW_BUILDING_AND_MEASURE_POPUP | false | |
SHOW_WATER_POPUP | false | |
SKY_TYPE | DEFAULT | Determines the type of sky box used in the 3D Visualization. Configurable in the Environment panel. |
SOLAR_PANEL_POSITION | 0.0 -0.5 -1.0 | |
STATE | NOTHING | |
SUN_DATES | Dates stored as long values representing times in UTC milliseconds from the epoch. Used by Sun angle. | |
SUPER_USER_MESSAGE | ||
SURROUNDING_MAP_EXTEND_M | 0 0 | |
TIMESTAMP_FORMAT | dd/MM HH:mm:ss | |
TIME_ZONE | Etc/UTC | Automatically set based on the project's location when creating a new project. |
TRAFFIC_VISUAL_MULTIPLIER | 4.0 | Multiplier used by the traffic visualization system, to make it seem busier. |
WATER_HEIGHT | -20000.0 | |
WATER_TYPE | CANAL | Used in the visualization system of water in the 3D Visualization. Configurable using Water Type in the Environment editor panel. |
WEB_ALLOW_LOGIC_EVENT | true | |
WEB_ALLOW_PARTICIPANT_EVENT | true | |
WEB_ALLOW_QUERIES | false | |
WEB_BASE_MAP | SATELLITE | |
WEB_FRONT_PANEL | -1 | |
WEB_MAP_CUSTOM_PANEL | -1 | |
WIND_DIRECTION | 135 | |
WIND_SPEED_M_PER_S | 5.0 | |
WIZARD_TIME_MINUTES | -1 | |
WORLD_REFERENCE_POINT | 0 0 | |
ITERATIONS | 1 | Amount of times the Simulation Core steps are executed each update. |