Flo
Flo
* Since [Leaflet 1.0-rc1](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#10-rc1-2016-04-18), there is a consistency in the naming of `GeoJSON` (NB: Proj4Leaflet is following the same naming convention) * It's necessary to call `setData` method to set...
At the moment, there is no way to use the reports on the V2 API. The solution used in RandoV3 is to call the internal API of Geotrek-admin, but it...
When running the same text search query with and without accents, the API returns different results. For example: https://rando.ecrins-parcnational.fr/search?text=velo and https://rando.ecrins-parcnational.fr/search?text=v%C3%A9lo It would probably be interesting not to differentiate between...
### Description Hello, Thank you for this great package! I tried to combine the starter template you provide https://github.com/amannn/next-intl/tree/main/packages/example-next-13 with [parallel routes](https://beta.nextjs.org/docs/routing/parallel-routes) and it doesn't work like expected. ### Mandatory...
L'API doit renvoyer les champs fournis dans le backoffice
During the configuration of the CI with github pages, we encounters some issues, so here's a documentation improvements for Github pages section. ### General Contributing: * [x] Have you followed...
To filter treks by network, it would be useful to add a `network` filter.
**To Reproduce** Steps to reproduce the behavior: 1. Go to the backoffice 2. Create an outdoorSite 5. Do not assign a portal 4. Create another outdoorSite 5. Assign a portal...
This PR introduces the use of `aria-disabled` in the `Button` component to enhance accessibility and interactivity. While the `disabled` attribute prevents users from focusing on a button, `aria-disabled` allows the...