diff --git a/app/Module/OpenStreetMap.php b/app/Module/OpenStreetMap.php index 2b8036e39e6..499c4621849 100644 --- a/app/Module/OpenStreetMap.php +++ b/app/Module/OpenStreetMap.php @@ -86,6 +86,15 @@ public function leafletJsTileLayers(): array 'subdomains' => ['a', 'b', 'c'], 'url' => 'https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png', ], + (object) [ + 'attribution' => 'Map data ©Yohan Boniface & Humanitarian OpenStreetMap Team, contributors, CC-BY-SA', + 'default' => false, + 'label' => 'Humanitaire', + 'maxZoom' => 20, + 'minZoom' => 2, + 'subdomains' => ['a', 'b', 'c'], + 'url' => 'https://{s}.tile.openstreetmap.fr/hot/{z}/{x}/{y}.png', + ], ]; } }