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

render static images #1272

Merged
merged 7 commits into from
Apr 17, 2015
Merged

render static images #1272

merged 7 commits into from
Apr 17, 2015

Commits on Apr 17, 2015

  1. align static render mode and still image render mode

    - static rendering now also runs in a separate thread; you have to start it with map.start(Map::Mode::Static) and join the thread with map.stop() before destructing the Map object
    - map.renderStill() takes a callback with will be invoked on the *map* thread, so you'll have to figure out your own method of dispatching back to the main thread.
    kkaefer committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    46bf226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c920c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6691f72 View commit details
    Browse the repository at this point in the history
  4. don't hide unchecked messages

    kkaefer committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    9af3f07 View commit details
    Browse the repository at this point in the history
  5. explicitly call .discard() to resize the view on static renders

    - this is only a stopgap; we need to properly pass state between threads
    - doesn't fix changing the pixel ratio
    kkaefer committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    5d769f9 View commit details
    Browse the repository at this point in the history
  6. 3 Configuration menu
    Copy the full SHA
    60a0e8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9072df7 View commit details
    Browse the repository at this point in the history