From 4aafac42f6d60e7167cb5557d285c90b83675446 Mon Sep 17 00:00:00 2001 From: Stan Soldatov Date: Mon, 6 Jan 2025 16:08:16 +0100 Subject: [PATCH] Multiplier descriptions update. --- webui/templates.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webui/templates.py b/webui/templates.py index ce30a960..f4ff6311 100644 --- a/webui/templates.py +++ b/webui/templates.py @@ -89,7 +89,8 @@ class Settings: "DEM multiplier can be used to make the terrain more pronounced. " "By default the DEM file will be exact copy of the real terrain. " "If you want to make it more steep, you can increase this value. " - "The recommended value of the multiplier is 255, which refers to the height scale " + "The recommended value of the multiplier is 255 (for SRTM DTM provider), " + "which refers to the height scale " "in Giants Editor. But it will not going to work with every place, you need to perform " "experiments, play both with the multiplier and the height scale in GE." )