reorganize in sub groups

OriAsis834 2024-09-11 06:52:53 +03:00
parent 9e8efb003b
commit 2a713227d4

@ -33,7 +33,7 @@ This image shows a map, where there are 5 lakes with fresh water, 1 lake with sa
![image](https://github.com/user-attachments/assets/df451f6d-70f1-4ee7-9599-31f5f4839d23)
The degree of opacity of the element.
A slider that determines the degree of opacity of the element (value between 0 and 1).
If equal to 0, the color of the element will (mostly) be the color of what is below it, for example the color of the river will be the color of the land on which it flows (and if there is a layer that colors the land, it will be the army). Note that there are exceptions, for example for a lake, the color of the element will be the color of the sea.
@ -55,63 +55,6 @@ In contrast, Lake opacity 1:
</details>
### Fill color
![image](https://github.com/user-attachments/assets/d4a949b7-2336-4ac7-a50f-fbc402be9bb7)
Sets the element's fill color.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/6c19a8be-0599-4be9-82e4-55a9e51fad28)
![image](https://github.com/user-attachments/assets/e27f3782-e14b-4c9c-b566-d01499098f74)
</details>
### Stroke color
![image](https://github.com/user-attachments/assets/7890332c-1d38-402a-b1c5-6967ee451142)
Sets the fill color of the line that surrounds the element.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/51f8c43d-7907-4054-a266-fca6c749154b)
![image](https://github.com/user-attachments/assets/10e44216-7e7e-4e8d-9a2e-5a17a8573ba8)
</details>
### Stroke width
![image](https://github.com/user-attachments/assets/9b3cf590-42ec-4f4b-adce-952aae223698)
Determines the length of the line that surrounds the element.
The lower the value, the thinner the line will be, to the point of non-existence, and conversely, the higher the value, the thicker the line will be.
For example for value 0:
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/a5758cc8-f355-409e-8ca4-d54d5c782abd)
</details>
and for value 5:
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/a8b8dae3-63ee-4846-bddf-e6c79b712474)
</details>
### Filter
![image](https://github.com/user-attachments/assets/9ae43d89-f729-4ef2-b554-653d295afd5a)
@ -156,3 +99,67 @@ The layer will apply to the entire map, including the sea and including the land
The layer will only apply to the land.
#### Clip land
The layer will only apply to the sea.
### Common style controls (Fill related)
#### Fill color
![image](https://github.com/user-attachments/assets/d4a949b7-2336-4ac7-a50f-fbc402be9bb7)
Sets the element's fill color.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/6c19a8be-0599-4be9-82e4-55a9e51fad28)
![image](https://github.com/user-attachments/assets/e27f3782-e14b-4c9c-b566-d01499098f74)
</details>
### Common style controls (Stroke related)
#### Stroke color
![image](https://github.com/user-attachments/assets/7890332c-1d38-402a-b1c5-6967ee451142)
Sets the fill color of the line that surrounds the element.
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/51f8c43d-7907-4054-a266-fca6c749154b)
![image](https://github.com/user-attachments/assets/10e44216-7e7e-4e8d-9a2e-5a17a8573ba8)
</details>
#### Stroke width
![image](https://github.com/user-attachments/assets/9b3cf590-42ec-4f4b-adce-952aae223698)
Determines the length of the line that surrounds the element.
The lower the value, the thinner the line will be, to the point of non-existence, and conversely, the higher the value, the thicker the line will be.
For example for value 0:
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/a5758cc8-f355-409e-8ca4-d54d5c782abd)
</details>
and for value 5:
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/a8b8dae3-63ee-4846-bddf-e6c79b712474)
</details>
### Common style controls (Font related)
### Common style controls (dotted lines related)