Leaflet Map Section

Simple Map Display

This section component renders a map. It's a simple and straightforward way to display a Leaflet map on your website.

Usage

leaflet:
  latitute: 51.509865
  longitude: -0.118092
  zoom: 10
  containerId: "map"
  containerHeight: 600
  markers:
    - title: London
      latitute: 51.509865
      longitude: -0.118092
      content: 
        title: "London"
        body: "London is a political, historical, cultural, and tourist center of the United Kingdom, an important city and commercial spot in Western Europe..."
        link: "https://en.wikipedia.org/wiki/London"
    - title: Windsor Castle
      latitute: 51.483334
      longitude: -0.604167
      content: 
        title: "Windsor Castle"
        body: "Windsor Castle is one of the most known buildings and a royal residence in the county of Berkshire..."
        link: "https://en.wikipedia.org/wiki/Windsor_Castle"
Scroll to top