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

bug fixes #156

Merged
merged 11 commits into from Sep 20, 2020
Merged

bug fixes #156

merged 11 commits into from Sep 20, 2020

Conversation

tracyhenry
Copy link
Owner

fixed 10+ bugs found when building the wildfire demo...

  • add a check in compiler that at least one view object exists;
  • fixed flawed bbox calculation when jumping from a static layer;
  • fixed incorrect tooltip position when panning #152: tooltip removal issue during pan and zoom;
  • send 204 (NO_content) error response for index requests when requesting a non-existent resource
  • [SSV] add geo columns to rawTables before they are queried (which caused no-column-found exception);
  • [SSV] calculate geo coordinates before all raw rows are retrieved (which caused failed first runs);
  • [SSV] add IF EXISTS to DROP FUNCTION
  • [SSV] fixed bugs with the geo map layer - wrong assumption was made about the relationship between viewport size and top level size;
  • [SSV] checked that statements are not null before closing them (which caused null-pointer exceptions);
  • [SSV] fixed the bug that longitude and latitude column names were hardcoded

@asah
Copy link
Collaborator

asah commented Sep 19, 2020 via email

@tracyhenry tracyhenry merged commit 6dee30c into master Sep 20, 2020
@tracyhenry tracyhenry deleted the bugfixes branch September 20, 2020 20:18
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.

incorrect tooltip position when panning
2 participants