diff --git a/frontend/src/components/RegionMap.jsx b/frontend/src/components/RegionMap.jsx index 6724971..5d429d6 100644 --- a/frontend/src/components/RegionMap.jsx +++ b/frontend/src/components/RegionMap.jsx @@ -5,7 +5,7 @@ import { useNavigation } from './NavigationContext'; import { fetchRegionGeometry } from '../api'; /** - * MapComponent initializes and displays a map using MapLibre for the currently selected region. + * MapComponent initializes and displays a map using MapLibre for the currently selected region. It fetches the selected region's geometry and displays it on the map. * * It fetches the selected region's geometry and displays it on the map. * This function does not take any parameters.