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

Implement screen coord translation for MVT writer #150

Merged
merged 5 commits into from
Aug 9, 2023
Merged

Implement screen coord translation for MVT writer #150

merged 5 commits into from
Aug 9, 2023

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    83dceb5 View commit details
    Browse the repository at this point in the history
  2. Expand ToGeo trait functions

    pka authored and nyurik committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    5db3b5e View commit details
    Browse the repository at this point in the history
  3. Improve naming of to_mvt functions

    pka authored and nyurik committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0297c9c View commit details
    Browse the repository at this point in the history
  4. Improve scaling code a bit (#152)

    * On a second though, I think `to_mvt_unscaled` is more accurate. `raw`
    here would be confusing.
    * There is no need to store bounds and do additional math ops on it. Can
    precompute a few things earlier on.
    * Default can be auto-derived
    nyurik committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    03ed4d8 View commit details
    Browse the repository at this point in the history
  5. fix rebase

    nyurik committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    fe01b8d View commit details
    Browse the repository at this point in the history