- Nov 20, 2021
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
- Jun 21, 2021
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- Jun 20, 2021
-
-
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
-
- Aug 26, 2019
-
-
marmat8951 authored
-
- Aug 25, 2019
-
-
Baptiste Jonglez authored
-
- Oct 23, 2018
-
-
Baptiste Jonglez authored
-
- Jul 17, 2018
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- Jul 02, 2018
-
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
Baptiste Jonglez authored
-
- Jul 01, 2018
-
-
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
-
- Jun 30, 2018
-
-
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
-