- 20 Nov, 2021 6 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
- 21 Jun, 2021 3 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- 20 Jun, 2021 10 commits
-
-
Baptiste Jonglez authored
It is no longer possible to instantiate an abstract model, so we have to hack around that.
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- 26 Aug, 2019 1 commit
-
-
marmat8951 authored
-
- 25 Aug, 2019 1 commit
-
-
Baptiste Jonglez authored
-
- 23 Oct, 2018 1 commit
-
-
Baptiste Jonglez authored
-
- 17 Jul, 2018 2 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- 02 Jul, 2018 3 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- 01 Jul, 2018 10 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
It uses the API to estimate the ground altitude for each point, and then sets the remaining altitude to "height above ground". The total altitude (ground altitude + height above ground) remains unchanged. To see what would happen with your data without saving the result, run: ./manage.py fix_ground_altitude --dry-run If you're happy with the result, run it for real: ./manage.py fix_ground_altitude
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
Two altitude providers are now used by default: - a very accurate provider, but limited to France - as a fallback, a less accurate provider, but with a global coverage
-
Baptiste Jonglez authored
-
- 30 Jun, 2018 3 commits
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
With lots of reference points, the current sorting by distance is really not usable. Sorting by name allows to more easily find a given refpoint in the list. While we're at it, display the distance in the dropdown menu so that it's easier to check if it's the right refpoint.
-
Baptiste Jonglez authored
-