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

Buffered Query Resolution Fix #245

Merged
merged 1 commit into from
Jun 6, 2017
Merged

Buffered Query Resolution Fix #245

merged 1 commit into from
Jun 6, 2017

Conversation

flippmoke
Copy link
Member

Fix for incorrectly using buffered query extent when it was simply a correctly transformed unbuffered extended that was required for vector tile creation.

In a most basic sense the changes associated with #233 were slightly incorrect as the resolution was based on the buffered area rather then the unbuffered area for the query. This was causing issues with assumptions around tile_width and pixel_width in some calculations.

/cc @lukasmartinelli @springmeyer

…correctly transformed unbuffered extented that was required for vector tile creation.
@codecov-io
Copy link

codecov-io commented Jun 5, 2017

Codecov Report

Merging #245 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #245   +/-   ##
=======================================
  Coverage   60.01%   60.01%           
=======================================
  Files          30       30           
  Lines        2111     2111           
=======================================
  Hits         1267     1267           
  Misses        844      844
Impacted Files Coverage Δ
src/vector_tile_layer.hpp 100% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2faa9fb...eec6b4e. Read the comment docs.

@springmeyer
Copy link
Contributor

noting this reverts this test fixture change as well: 6ec57f7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants