Version 2019.3.0: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
'''Water''' | '''Water''' | ||
* Performance improvement for ground water. | * Performance improvement for ground water. | ||
* Improved water flow stability around edges and shorelines. | |||
* New option to set both lower and upper thresholds on Breach Areas that trigger the in/outlet to become active. | * New option to set both lower and upper thresholds on Breach Areas that trigger the in/outlet to become active. | ||
* Breach Area's FLOOR_LEVEL_M has been renamed to SURFACE_OVERRIDE. Conceptually, it can also be used to raise land, with our without water flowing in and out. | * Breach Area's FLOOR_LEVEL_M has been renamed to SURFACE_OVERRIDE. Conceptually, it can also be used to raise land, with our without water flowing in and out. | ||
* Water areas now only define the Water Level in an area. Inlet Objects | * Water areas now only define the Water Level in an area. Inlet Objects can be added as (underground) buildings. | ||
* A negative value for Inlet behaves as an Outlet. | * A negative value for Inlet behaves as an Outlet. | ||
* A Lower Threshold can be set to limit the amount of water added by the Inlet. | * A Lower Threshold can be set to limit the amount of water added by the Inlet. |
Revision as of 17:09, 17 December 2018
Version 2019.3.0 is released on preview.tygron.com (Preview) on Wednesday Dec 19th 2018
Water
- Performance improvement for ground water.
- Improved water flow stability around edges and shorelines.
- New option to set both lower and upper thresholds on Breach Areas that trigger the in/outlet to become active.
- Breach Area's FLOOR_LEVEL_M has been renamed to SURFACE_OVERRIDE. Conceptually, it can also be used to raise land, with our without water flowing in and out.
- Water areas now only define the Water Level in an area. Inlet Objects can be added as (underground) buildings.
- A negative value for Inlet behaves as an Outlet.
- A Lower Threshold can be set to limit the amount of water added by the Inlet.
- An Upper Threshold can be set to limit the amount of water removed by an Outlet.
- Both Thresholds are optional.
- Outlets are now correctly named Inlet (positive values).
Interface
- Renamed Dike to Levee.
- Bugfixes for Measurement Tool.
- Measurement Tool shows distance in meters and had start/end color dots.
- Measurement Tool flies to old location when selecting a previous Measurement.
SDK
- Removed all JavaFX code from Developer SDK, Java 11 compatible now.