2026-04-04
Uses Font Awesome classes loaded automatically by the extension.
Uses Font Awesome classes loaded automatically by the extension.
---
leaflet:
map-icons:
center: [48.86, 2.35]
zoom: 13
height: "400px"
markers:
- lat: 48.8584
lon: 2.2945
popup: "<b>Eiffel Tower</b>"
icon: "fa-solid fa-house"
icon-color: "tomato"
icon-size: 20
- lat: 48.8606
lon: 2.3376
popup: "<b>Louvre Museum</b>"
icon: "fa-solid fa-building-columns"
icon-color: "#4a90d9"
icon-size: 16
- lat: 48.853
lon: 2.3499
popup: "<b>Notre-Dame</b>"
icon: "fa-solid fa-church"
icon-color: "green"
icon-size: 18
---
{{< leaflet map-icons >}}Uses Font Awesome classes loaded automatically by the extension.
---
leaflet:
map-fontawesome:
center: [41.9028, 12.4964]
zoom: 13
height: "400px"
markers:
- lat: 41.9028
lon: 12.4964
popup: "<b>Roman Forum</b>"
icon: "fa-solid fa-landmark"
icon-color: "#b04a2b"
icon-size: 18
- lat: 41.89
lon: 12.4922
popup: "<b>Colosseum</b>"
icon: "fa-solid fa-torii-gate"
icon-color: "#5c6f7b"
icon-size: 16
---
{{< leaflet map-fontawesome >}}This is the end of the demo.