{% extends 'layouts/vertical.html' %} {% block title %}Leaflet Maps{% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block page_content %}
A simple Leaflet map centered with default tile layer and controls.
Shows how to add interactive markers, circles, and polygons on the map.
Allows dragging a marker with a popup that displays dynamic content.
Uses the browser's geolocation API to show the user's current location.
Demonstrates using custom image icons for Leaflet map markers.
Toggles between multiple map layers or overlays using Leaflet’s layer control.
Displays region-based data using GeoJSON and interactive color scales.