3.10.0
camillemonchicourt
released this
01 Jul 12:54
·
1164 commits
to main
since this release
🚀 New features
- Reorganize and improve map layers settings and attributions
- Allow to display different layers depending on zoom
- Allow to define attributions for each layer
- Allow to define bounds to some layers (#689)
- Live change attributions to match with the current displayed layer
- Allow to define a specific layer for offline maps
- Allow to define different suggestions groups depending on language (#711)
🐛 Fixes
- Fix displaying of routes when hovering or clicking on one trek in map search page (#694)
- Fix first loading of the "Offline contents" page (#621)
- Fix card display on iOS mobile (#645)
- Optimize images in the card when there is only one
- Fix reservation widget loading on treks detail pages (#382)
💥 Breaking changes
- Basemap layers settings have been totally modified to allow more customization.
mapCredits
,mapClassicLayerUrl
,mapSatelliteLayerUrl
settings have been replaced bymapClassicLayers
,mapSatelliteLayers
,mapOfflineLayer
and their options.- You have to apply these changes in your
map.json
customization file.
- You have to edit your
map.json
customization file to apply the new layers settings organization. Seemap.json
customization in documentation - It is now possible to define home suggestions contents by language. See
home.json
customization in documentation