Releases: GeotrekCE/Geotrek-rando-v3
Releases · GeotrekCE/Geotrek-rando-v3
3.10.8
✨ Improvements
- Search page map: Display object main geometry on marker hover also on Outdoor sites and Touristic events and manage geometry collections (#497)
- Search page map: Use the object category color when displaying the object main geometry on marker hover (#497)
- Improve and update Italian translations (#795)
🐛 Fixes
🔧 Maintenance
3.10.7
3.10.6
🐛 Fixes
- Fix Search by map, broken since version 3.10.4
3.10.5
3.10.4
🐛 Fixes
🔧 Maintenance
3.10.3
3.10.2
3.10.1
3.10.0
🚀 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
3.9.0
🚀 New features
- Add tooltips on detail pages, on actions and information pictograms (#392)
- Add dynamic ratings and rating descriptions on treks details pages (#541)
- Add "gear" property on treks detail pages (#672)
- Add sensitive areas on outdoor sites and courses detail pages (#671)
- Add published infrastructures on treks and outdoor maps (#408)
- Add services (other info) on treks and outdoor maps (#408)
- Allow to exclude labels from treks search results (#418)
- Display all cities on outdoor sites cards and detail pages (#669)
- Display trek route on search map when hovering a trek in results list (#368)
- Add ID on each page to be able to isolate them in CSS (#543)
🐛 Fixes