Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tiled output. And a bugfix. #65

Closed
wants to merge 5 commits into from
Closed

Tiled output. And a bugfix. #65

wants to merge 5 commits into from

Commits on Nov 14, 2018

  1. Allow the playername labels/markers to cross image edges.

    Also the orgin circle.
    Martijn Versteegh committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    c382c2c View commit details
    Browse the repository at this point in the history
  2. Add a --tilesize option.

    The produces tiled output way faster than repeatedly using --geometry
    because it only reads the databse once.
    Martijn Versteegh committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    bd0c140 View commit details
    Browse the repository at this point in the history
  3. Add code to generate a ready to use LeafletJS map.

    Martijn Versteegh authored and Martijn Versteegh committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    503f6b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Add a load function to Image, also add some consts.

    Martijn Versteegh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    f84828b View commit details
    Browse the repository at this point in the history
  2. Add --buildpyramid, to build a full zoom pyramid for leaflet.

    Martijn Versteegh committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    90e7228 View commit details
    Browse the repository at this point in the history