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

1.28

Compare
Choose a tag to compare
@leplatrem leplatrem released this 26 May 14:04
· 2165 commits to master since this release

⚠️ 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