Adding Icons
You can add icons to the document and the map as decoration and markers.
Configuring an Icon
First, you need to add the icon in the configuration. Let's add an icon with id my-icon
:
yaml
config:
- icons:
my-icon: https://icons.pistonite.org/icon/location.lightroot.none.69a2d5.c1fefe.69a2d5.c1fefe.69a2d5.c1fefe.png
TIP
The icon can be a URL or a local file in the project. See Icons for the full reference.
Using the Icon
Now, use the icon
property to add the icon to a line. The icon will show up in both the document and the map!
yaml
route:
- Example Section:
- Line with icon:
icon: my-icon
You can check out more options for icon configuration here, including changing its size in the map or hiding the icon in the document or the map.