Skip to content
  1. Jun 26, 2020
  2. Jun 24, 2020
  3. Dec 10, 2018
  4. Nov 18, 2018
  5. Nov 11, 2018
  6. Sep 05, 2018
  7. Sep 02, 2018
    • Gus Grubba's avatar
      Added option to enable/disable Airspaces on map · 5c956faa
      Gus Grubba authored
      Limit all queries to areas smaller than 500km^2. If an area of interest is greater, clip to 500km^2 centered on current ROI's center.
      Removed the identifier "Airmap" from error messages coming from Airmap.
      Added a clipping function to QGCGeoBoundingCube (clip polygon to given area)
      5c956faa
  8. Aug 15, 2018
  9. Aug 14, 2018
  10. Aug 10, 2018
  11. Aug 09, 2018
  12. Aug 08, 2018
  13. Aug 02, 2018
  14. Aug 01, 2018
    • Gus Grubba's avatar
      Switch advisory API · e67ba35d
      Gus Grubba authored
      Handle flight start/end time
      Handle start/stop traffic monitor
      Only start telemetry if enabled
      Added a "Now" button for the flight start time
      Collect advisories only when the rules change
      e67ba35d
    • Gus Grubba's avatar
      Update weather icon string · 467c4eb5
      Gus Grubba authored
      467c4eb5
  15. Jul 31, 2018
  16. Jul 24, 2018
  17. Jul 23, 2018
  18. Jul 19, 2018
  19. Jul 11, 2018
  20. Jun 25, 2018
  21. Jun 23, 2018
  22. Jun 22, 2018
  23. Jun 19, 2018
  24. Jun 11, 2018
  25. Mar 26, 2018
  26. Mar 22, 2018
    • Gus Grubba's avatar
      Airmap API key integration. · f4131710
      Gus Grubba authored
      The build system will look for src/Airmap/Airmap_api_key.h
      If it find is, it will used the provided API key and client ID for Airmap.
      That file should provide two strings:
      static const char* kAirmapAPIKey = "key data";
      static const char* kAirmapClientID = "id data";
      
      Local builds, without these will have no Airmap support by default (users can always enter their own within the Airmap settings panel).
      f4131710
Loading