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.34.1

21 Oct 10:09
Compare
Choose a tag to compare

Bug fixes

  • Do not show POI panel switcher if no POI on trek
  • Do not crash generating mobile data when media are missing

Internal changes

  • Store tiles in var/tmp folder instead of system /tmp. This way, cache
    of tiles will be kept after reboot.

1.34.0

15 Oct 07:29
Compare
Choose a tag to compare

See demo

Bug fixes

New features

  • Add setting POI_PANEL_OPENED to control the default behaviour of the POI's panel on detail page

v1.33.0

10 Oct 11:58
Compare
Choose a tag to compare

Breaking changes

  • Will require at least Geotrek 0.24
  • If you customized FLATPAGES_TARGETS, replace keys with filenames like
    FLATPAGES_TITLES.

New features

  • Changed apparence and position of favorites
  • Removed tabs in results, detail and static pages
  • Add setting BACKPACK_ENABLED to enable/disable favorites (fixes #54)
  • Add ability to add external links in pages menu : the static page should contain a single line with the URL
  • Add ability to customize search filter place holder (fixes #221)
  • Better apparence of usages and themes in detail pages (fixes #112)

Bug fixes

  • Fix flatpages targets setting behaviour, like titles (fixes #216)
  • Fix initial map extent to be centered on treks
  • Fix 3D popup position (fixes #165)

Internal features

  • Generate zip files instead of mbtiles files for mobile application
  • Generate a zip file per language with all ressources (json, media) for
    mobile application

Internal changes

  • Ignore tile download errors during tiles files creation (useful when tiles
    server does not cover the whole world)
  • Use the main tiles URL for the global tiles, and detail for individual
    treks
  • Download elevation profiles as SVG from server

1.32.4

19 Sep 09:02
Compare
Choose a tag to compare

BUG fixes

  • Fix park center warning being always displayed

1.32.3

16 Sep 14:04
Compare
Choose a tag to compare

BUG fixes

  • Fix translation of Downloads in trek detail page
  • Fix missing slash in URL of treks GeoJSON
  • Fix related treks links to navigate in AJAX
  • Fix search clear in responsive version (fixes #196)

1.32.2

15 Sep 07:17
Compare
Choose a tag to compare

BUG fixes

  • Fix trek synchronization, only the first language was synced (fixes #205).
  • Fix POI list not being display in responsive version (width <900px) (fixes #206)
  • Changed french translation from "Photos satellite" to "Photos aérienne"

Internal change

  • Added the ability to customize the districts label (used to be Valleys).
    Default value is now Districts.

1.32.0

03 Sep 13:50
Compare
Choose a tag to compare

New features

  • Add settings to control warning content about trek being in park center (fixes #194). Useful if you want to reuse the park center notion for other use-case (e.g. Unesco)
  • Hide some static pages from the navigation bar, using the FLATPAGES_TARGETS
    setting. Only targets all and rando are listed.
    This is useful for Geotrek-mobile pages, to avoid specific pages like
    Credits to be linked from footer and hidden from navigation.

Internal changes

  • Added a view to get the static pages list as JSON

1.31.2

27 Aug 09:24
Compare
Choose a tag to compare

BUG fixes

  • Fix trek synchronization, only the first one of the list was synced.

1.31.1

26 Aug 10:02
Compare
Choose a tag to compare

BUG fixes

  • Fix display of Disqus comments in results list and loading in detail page

1.31.0

20 Aug 15:40
Compare
Choose a tag to compare

New features

  • All attachments of treks can now be shown in detail page (fixes #131).
    By default, only audio, video and PDFs are shown, see settings FILELIST_ENABLED
    and FILELIST_MIMETYPES.
  • Ability to choose different cameras, and view POIs details in 3D view (by Célian Garcia)
  • Disqus comments integration on treks detail pages (fixes #133).
    See dedicated section in README.

BUG fixes

  • Fix crash in synchronization when trek has no difficulty
  • Fix POI list interaction after AJAX navigation (fixes #188)

Minor changes

  • Added labels to tourism popups phone and website
  • Added setting VIEW3D_TILES_NUMBER_LIMIT to control the maximum number of
    tiles to be used in the 3D view (default: 200)