paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [paparazzi/paparazzi] 14751f: [gcs] specify max map


From: GitHub
Subject: [paparazzi-commits] [paparazzi/paparazzi] 14751f: [gcs] specify max map zoom level with -maps_zoom o...
Date: Sun, 24 Mar 2013 05:23:29 -0700

  Branch: refs/heads/master
  Home:   https://github.com/paparazzi/paparazzi
  Commit: 14751f8d86085e65910a5a70ef73af0f38d9ba5d
      
https://github.com/paparazzi/paparazzi/commit/14751f8d86085e65910a5a70ef73af0f38d9ba5d
  Author: Felix Ruess <address@hidden>
  Date:   2013-02-08 (Fri, 08 Feb 2013)

  Changed paths:
    M sw/ground_segment/cockpit/gcs.ml
    M sw/lib/ocaml/gm.ml
    M sw/lib/ocaml/mapGoogle.ml
    M sw/lib/ocaml/mapGoogle.mli

  Log Message:
  -----------
  [gcs] specify max map zoom level with -maps_zoom option
- defaults to 18, max is 22
  - TODO: check that a valid zoomlevel was given
  - add it to the menu to change at runtime?
- if available, larger (low zoomlevel) tiles in cache are loaded right away,
  even if higher zoomlevel maps could be downloaded.


  Commit: d9f86b8051d7d71b83c213f5973b67ae3284eb25
      
https://github.com/paparazzi/paparazzi/commit/d9f86b8051d7d71b83c213f5973b67ae3284eb25
  Author: Gautier Hattenberger <address@hidden>
  Date:   2013-03-21 (Thu, 21 Mar 2013)

  Changed paths:
    M sw/lib/ocaml/gm.ml
    M sw/lib/ocaml/gm.mli
    M sw/lib/ocaml/mapCanvas.ml
    M sw/lib/ocaml/mapCanvas.mli
    M sw/lib/ocaml/mapGoogle.ml

  Log Message:
  -----------
  [maps] add support for multiple resolution tiles

If available in cache, the highest resolution is displayed.
Lower resolution are displayed behind higher resolution.
TODO: change the max resolution for download at runtime in gcs (startup
parameter for now)

This should fix #277 and close #364


  Commit: b278f9b064cd09d423dfa14886d84c8939e7c202
      
https://github.com/paparazzi/paparazzi/commit/b278f9b064cd09d423dfa14886d84c8939e7c202
  Author: Felix Ruess <address@hidden>
  Date:   2013-03-23 (Sat, 23 Mar 2013)

  Changed paths:
    M sw/ground_segment/cockpit/gcs.ml

  Log Message:
  -----------
  [gcs] minor change on load tile text


  Commit: 871a0ca71aec88fdc1ecc85e1eec4d6be6bd90a4
      
https://github.com/paparazzi/paparazzi/commit/871a0ca71aec88fdc1ecc85e1eec4d6be6bd90a4
  Author: Felix Ruess <address@hidden>
  Date:   2013-03-23 (Sat, 23 Mar 2013)

  Changed paths:
    M sw/lib/ocaml/gm.ml
    M sw/lib/ocaml/gm.mli

  Log Message:
  -----------
  [maps] add MapQuest OSM and Open Aerial sources


  Commit: 2ca78d11bed196ceb3888cadcfd2337fbf6e64e9
      
https://github.com/paparazzi/paparazzi/commit/2ca78d11bed196ceb3888cadcfd2337fbf6e64e9
  Author: Gautier Hattenberger <address@hidden>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M sw/ground_segment/cockpit/gcs.ml
    M sw/lib/ocaml/gm.ml
    M sw/lib/ocaml/gm.mli
    M sw/lib/ocaml/mapGoogle.ml
    M sw/lib/ocaml/mapGoogle.mli

  Log Message:
  -----------
  [zoom] fix zoom level

bound tiles to maps_zoom (cache or http)
if lower res available in cache try http according to policy


  Commit: 7e02b677b512732e901bf700024d8d36c189e841
      
https://github.com/paparazzi/paparazzi/commit/7e02b677b512732e901bf700024d8d36c189e841
  Author: Felix Ruess <address@hidden>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M sw/ground_segment/cockpit/gcs.ml
    M sw/lib/ocaml/gm.ml
    M sw/lib/ocaml/gm.mli
    M sw/lib/ocaml/mapCanvas.ml
    M sw/lib/ocaml/mapCanvas.mli
    M sw/lib/ocaml/mapGoogle.ml
    M sw/lib/ocaml/mapGoogle.mli

  Log Message:
  -----------
  Merge branch 'maps_zoom_level'

GCS: basic support for higher resolution background maps
* specify max map zoom level with -maps_zoom option
  - defaults to 18, max is 22
* Only a startup parameter for now, not changeable at runtime.
* If only lower res tile cache, try http according to policy.
* Lower resolution are displayed behind higher resolution.


  Commit: 9fbac4faa77bd0c652a24bff8b9211628b6e98fa
      
https://github.com/paparazzi/paparazzi/commit/9fbac4faa77bd0c652a24bff8b9211628b6e98fa
  Author: Felix Ruess <address@hidden>
  Date:   2013-03-24 (Sun, 24 Mar 2013)

  Changed paths:
    M sw/supervision/pc_control_panel.ml

  Log Message:
  -----------
  [supervision] don't launch sitl if popup was canceled


Compare: 
https://github.com/paparazzi/paparazzi/compare/1740fbf8def0...9fbac4faa77b

reply via email to

[Prev in Thread] Current Thread [Next in Thread]