From f2b1a5b196efcba45e8ee69ffcf4d6590f63cd7b Mon Sep 17 00:00:00 2001 From: Marine Faucher Date: Fri, 5 Apr 2024 13:32:51 +0200 Subject: [PATCH] Update docs/customization.md Co-authored-by: Camille Monchicourt --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index d7506a7bd..6351b2430 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -178,7 +178,7 @@ NB: For "report" and "reservationWidget" sections with `anchors` set to `true`, - `map.json` to define basemaps URL and attributions, center (y, x), default and max zoom level (see example in https://github.com/GeotrekCE/Geotrek-rando-v3/blob/main/frontend/customization/config/map.json). - - `searchMapCenter`: Array of two numbers `[latitude, longitude]` defining the map center point in the search view, + - `searchMapCenter`: Array of two numbers `[latitude, longitude]` defining the map center point in the search view, - `searchMapZoom`: Default value is `10`. It defines the zoom level in the search view. **Warning**: It is important that the `searchMapZoom` value is included in the zoom value range of the basemap (`minZoom` and `maxZoom`), otherwise it may generate an error. - `maximumZoomLevel`: Default value is `17`. The default maximum zoom level if the maxZoom option is not defined in map layer (see below)