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

Geohash grid squares are squashed when zooming in/out on every other zoom step #7895

Closed
thomasneirynck opened this issue Aug 1, 2016 · 2 comments
Labels
notabug When the issue is closed this label Indicates that it wasn't a bug

Comments

@thomasneirynck
Copy link
Contributor

thomasneirynck commented Aug 1, 2016

This occurs on every other zoom step, if there is no change in aggregation.

Geohash grids are based on latitude-longitude bounds, so you would expect they remain elongated the further you go to the poles due to the "stretching"-artefact of the projection. The grid-cells should remain taller than wide.

Verified on master (5.0.*)

Tall (as expected)
image

Squashed (unexpected)

image

@thomasneirynck thomasneirynck added the bug Fixes for quality problems that affect the customer experience label Aug 1, 2016
@thomasneirynck
Copy link
Contributor Author

thomasneirynck commented Aug 1, 2016

This may be related to #7882, which describes another visual artifact on the map that occurs at "every other zoom step".

@thomasneirynck thomasneirynck changed the title Geohash grid squares are squashed when zooming in at every other zoom step Geohash grid squares are squashed when zooming in/out on every other zoom step Aug 1, 2016
@thomasneirynck
Copy link
Contributor Author

this is a non-issue. the visual change seems to be an artefact of the geohash algo

@thomasneirynck thomasneirynck added notabug When the issue is closed this label Indicates that it wasn't a bug and removed bug Fixes for quality problems that affect the customer experience labels Aug 3, 2016
cee-chen pushed a commit that referenced this issue Jul 25, 2024
`v95.3.0` ⏩ `v95.4.0`

_[Questions? Please see our Kibana upgrade
FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)_

---

## [`v95.4.0`](https://github.com/elastic/eui/releases/v95.4.0)

- Added `anomalyChart`, `anomalySwimLane`, `changePointDetection`,
`fieldStatistics`, `logPatternAnalysis`, `logRateAnalysis` and
`singleMetricViewer` glyph to `EuiIcon`
([#7873](elastic/eui#7873))

**Bug fixes**

- Fixed overlapping content in `EuiBasicTable` for expanded and
selectable table rows
([#7895](elastic/eui#7895))
- Fixed the alignment of `EuiBasicTable` mobile actions
([#7895](elastic/eui#7895))

**Accessibility**

- Improved `EuiStat`'s screen reader accessibility
([#7864](elastic/eui#7864))

---

## Additional Changes

- reverts temporary fix for overlapping content in nested tables done in
PR [#188374](#188374)

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notabug When the issue is closed this label Indicates that it wasn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant