add Markers page

OriAsis834 2024-09-12 00:19:26 +03:00
parent 349d551170
commit 2815495fce

@ -0,0 +1,27 @@
This layer shows the markers.
When this layer is on, when hovering a marker, an offer to edit it will be displayed in the [Bottom label tooltip](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/2.1-(UI)-Controls#bottom-label-tooltip).
Markers are icons on the map that represent a point of interest, for example: a battlefield, a bridge, an inn, etc.
The markers are created according to a set of criteria. Each randomly generated marker is accompanied by some randomly generated relevant comments.
You can create your own markers.
Marker icons must be from a list of icons, or you can add a new icon that must be a Unicode character (custom icons are currently not possible).
<details>
<summary>Show Image</summary>
![image](https://github.com/user-attachments/assets/d5c2fe67-8204-46f8-9e8a-9ded897ada5e)
![image](https://github.com/user-attachments/assets/cac4f24a-b176-488b-a82a-46e839468d6f)
</details>
## Links
You can edit the view of this layer in the [Style tab](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/2.3.3.3.12-(Layers)-Markers).
[Previous layer -> Labels](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/2.3.3.3.11-(Layers)-Labels),
[Next layer -> Military](https://github.com/Azgaar/Fantasy-Map-Generator/wiki/2.3.3.3.13-(Layers)-Military).