Map

Landkit only

Adds an interactive map powered by Mapbox.

Plugin documentation


  • data-toggle="map" - initializes the map plugin.
  • data-center='[-118.244615, 34.052979]' - longitude and latitude for the center point. Longitude is a a number between -180 and 180. Latitude is a number between -90 and 90.
  • data-zoom="12" - zoom level; a number between 0 and 20. Fractional zoom levels will be rounded to two decimal places.