Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Releases: GeotrekCE/Geotrek-rando

1.30.1

20 Aug 15:40
Compare
Choose a tag to compare
  • Fix crash in synchronization when link has no category

1.30.0

01 Aug 13:15
Compare
Choose a tag to compare

Breaking changes

  • TILES_MAIN_MAXZOOM setting was renamed to SWITCH_DETAIL_ZOOM (fixes #176)

    In order to limit the zoom level on maps, use this configuration :

        LEAFLET_CONFIG['MAX_ZOOM'] = 17

New features

  • Now show pictograms of difficulty, route and duration when available
  • Now show trek markings ("balisage") from trek networks
  • Now show points of reference for treks (fixes #180)
  • Complete rework of POIs list and map interaction (fixes #124)
    • Removed POI list accordions
    • Removed POI jump and uncluster on hover in list
    • Removed pictures carousels from POI list
    • Removed POI marker popup
    • Now show POI pictures in a lightbox
  • Changed apparence of trek identity detail panel, now with icons
  • Duration filters labels and values can now be customized via the FILTER_DURATION_VALUES
    setting
  • Show satellite layer in feedback form (fixes #170)

Minor changes

  • Map help texts now show up on top
  • Trek detail map does not fit information desks bounds by default
  • Trek detail map does not fit POIs bounds by default
  • Increased detail map height on big screens
  • Added settings to control most icons sizes
  • Tooltips for layer switcher do not wrap anymore

1.29.4

01 Aug 11:46
Compare
Choose a tag to compare
  • Improved layout of information desks, added mailto link (fixes #166)
  • Fix apparence of tourism popups when property is null (fixes #145)
  • Remove feedback button in responsive mode (fixes #174)
  • Fix position of layer switchers in responsive mode (ref #181).
  • Fix top position of static pages in responsive mode (ref #181)

Thanks Felix Merzeau, for the first external contributions !

1.29.3

22 Jul 14:30
Compare
Choose a tag to compare

BUG fixes

  • Fix redirection of policy page (fixes #172)
  • Fix translation of meters in ascent filter (fixes #171)
  • Fix favorites navigation from detail and static pages (fixes #175)
  • Fix trek title in 3D popup (fixes #177)

1.29.2

28 Jun 10:55
Compare
Choose a tag to compare

BUG fixes

  • Fix synchronization when pictogram names have special characters (url encoded)

v1.30 (alpha)

28 Jun 10:55
Compare
Choose a tag to compare
v1.30 (alpha) Pre-release
Pre-release

Alpha status because :

  • Not extensively tested with Geotrek<=0.23
  • Responsive design not extensively tested (long names etc.)

New features

  • Now show pictograms of difficulty, route and duration when available
  • Now show trek markings ("balisage") from trek networks
  • Complete rework of POIs list and map interaction (fixes #124)
    • Removed POI list accordions
    • Removed POI jump and uncluster on hover in list
    • Removed pictures carousels from POI list
    • Removed POI marker popup
    • Now show POI pictures in a lightbox

Minor changes

  • Trek detail map does not fit information desks bounds by default
  • Trek detail map does not fit POIs bounds by default
  • Increased detail map height on big screens
  • Added settings to control most icons sizes

1.29.1

26 Jun 08:09
Compare
Choose a tag to compare

BUG fixes

  • Fix display even if no data is synced (first run)
  • Fix display bug when 3D is disabled
  • Fix missing translations
  • Fix undefined maps when landing on mobile detail page
  • Fixed home apparence on 1024 screens
  • Fixed position of layer switcher on small screens
  • Fixed apparence of fullscreen button on 3D views

Minor changes

  • Added Makina Corpus logo in 3D view

1.29

24 Jun 13:49
Compare
Choose a tag to compare

Upgrade notes

  • Add a satellite layer URL in your settings, just like the two others.
    See sample for example.
  • Update your Apache configuration file, based on the new template

BUG fixes

  • Fix translation of municipality
  • Reduced minimap offset (fixes #122)
  • Fixed minimap error when map loading too fast
  • Make sure the start flag is entirely visible

New features

  • Show information desks on trek detail maps (requires Geotrek 0.24+)
  • Added settings POPUP_HOME_FORCED to force popup display on home (default: False)
  • Add layer switcher to show satellite background (fixes #123)
  • Add layer switcher to hide POIs in trek detail map (fixes #125)
  • Show detail background when zooming on main map. Disable by setting
    TILES_MAIN_MAXZOOM to -1.
  • Improved POIs clusters by showing thumbnails of pictograms (ref #124)
  • Replaced yellow hallow by flat outline in POIs (ref #124)
  • Since treks can now be published by lang, adjust navigation when a trek
    is not available in another language (fixes #148)
  • Added satellite tiles to 3D view
  • Added POIs markers on 3D view

Minor features

  • Added transport icon and grouped block with access (ref #90)
  • Renamed "Information" to "Lieux de renseignement" (ref #90)
  • Added icon to disabled infrastructures and merged with access (ref #90)
  • Removed marker jump in trek detail page (ref #124)

Internal features

  • Empty frontend cache on sync to prevent differences between cached pages
    (ex: trek list) and AJAX data (ex: GeoJSON layer)
  • Added setting to allow datasource download errors (fixes #144)
  • Update Apache configuration sample to enable CORS for Geotrek-mobile

Documentation

  • Add setup instructions for Geotrek-mobile

1.28

26 May 14:04
Compare
Choose a tag to compare

⚠️ This version requires at least Geotrek 0.23, unless you set TOURISM_ENABLED and VIEW3D_ENABLED to False.

BUG fixes

  • Fix GeoJSON being served as application/octet-stream (fixes #137)
  • Fix GeoJSON not being gzipped : divide initialization time by four (fixes #136)
  • Fix translations of Uses and Thematic (fixes #138)
  • Fix translations of municipalities (fixes #107)
    (reference http://en.wikipedia.org/wiki/Municipality)
  • Fix redirection to park core rules (fixes #140)

New features

  • Feedback form from trek detail page
  • Show external datasources (available in Geotrek 0.23+). Useful to show
    locations from Tourism Information Systems.
  • Change 3D visualization engine, now using Babylon.js (requires Geotrek 0.23+).
  • Show the whole area in 3D view (no texture yet).
  • Hide empty block in detail pages if trek fields are not all filled.

Internal features

  • Added a command to build a MBTiles file for each trek (one necessary step
    for Geotrek mobile)
  • Major refactor of synchronization command, now implemented by module
  • Major refactor of LESS and JavaScript code, now splitted by module
  • Fix POI properties names compatible with 0.23

1.27

29 Jan 16:26
Compare
Choose a tag to compare

Breaking changes

  • All national park branding has been replaced by generic Geotrek material.
    See Customization paragraph about images.
  • Search popup is not shown outside homepage anymore. Click on header or
    home button from homepage brings it.
  • No longer compatible with Django 1.4.
  • Settings have been refactored to respect Django conventions.
    Local settings shall be moved to rando/settings folder, renamed to prod.py,
    and this line added at the top : from .base import * (see sample).

BUG fixes

  • Fix sync failure for old python versions
  • Fix some pages layout bugs (fixes #75)
  • Half of carousel is now active for prev and next (fixes #80)
  • Fix flags images in popup
  • Hide filters on page load, until Chosen is loaded (ref #61)
  • Fix snippet to add extra layers in README (fixes #23, #51)
  • Fix filters not being restored if both sliders are on minimum value
  • Fix a bug on POIs accordion toggling
  • Fix a bug on mobile backpack not showing when empty
  • Remove double-slash in PDF export URL (fixes #113)

New features

  • Add icon for information desk (fixes #4)
  • Range filters are now fully designed using CSS (fixes #63)
  • Treks are now loaded asynchronously on home page (fixes #52)
  • Most icons have been switched to vectorial font (fixes #78)
  • Ascent sliders values can now be controlled via setting FILTER_ASCENT_VALUES.
  • Difficulty sliders values are now obtained via treks attributes.
  • Send a mail to admin on synchronization error, if Django mail settings
    are configured (fixes #98)

Known problems

  • Layout problems with Internet Explorer 8 (ref #109)
  • Display problems under Windows Phone 8