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

Tilemap bounding box creates invalid filters #6794

Closed
pemontto opened this issue Apr 6, 2016 · 1 comment
Closed

Tilemap bounding box creates invalid filters #6794

pemontto opened this issue Apr 6, 2016 · 1 comment
Assignees
Labels
bug Fixes for quality problems that affect the customer experience PR sent

Comments

@pemontto
Copy link

pemontto commented Apr 6, 2016

When drawing bounding boxes on the tilemap near the 180/-180 border, just east of New Zealand for example, the filter generated will be invalid. This also highlights that it's not possible to select regions across the Pacific (without #3693 or manual filter editing), can the map be made to scroll infinitely on the horizontal axis?

{
  "geo_bounding_box": {
    "src_geo.location": {
      "top_left": {
        "lat": -11.5230875068685,
        "lon": 93.515625
      },
      "bottom_right": {
        "lat": -55.578344672182055,
        "lon": 220.4296875
      }
    }
  }
}

generated-filter
generated-error

@rashidkpc rashidkpc added bug Fixes for quality problems that affect the customer experience P2 labels Apr 7, 2016
@panda01 panda01 self-assigned this Apr 26, 2016
@panda01
Copy link
Contributor

panda01 commented Apr 26, 2016

It seems to me the problem is that as the leaflet map loops, the lat lng values it returns do not. to illustrate this, if you go to either extreme of the map and try and crop when it starts to repeat, you get this error.

cee-chen added a commit that referenced this issue Jun 3, 2023
This is a backport EUI upgrade to Kibana v8.8.1 containing an
`EuiCodeBlock` bugfix requested by the Observability team:
#158644 (comment)

## [`77.1.5`](https://github.com/elastic/eui/tree/v77.1.5)

**Bug fixes**

- Fixed `EuiCodeBlock` potentially incorrectly ignoring lines ending
with a question mark when using the Copy button.
([#6794](elastic/eui#6794))
- Fixed `EuiCodeBlock` to not include line numbers when copying content
([#6824](elastic/eui#6824))
- Fixed the expanded row animation on `EuiBasicTable` causing
cross-browser Safari issues
([#6826](elastic/eui#6826))

Co-authored-by: Kibana Machine <[email protected]>
cee-chen added a commit that referenced this issue Jun 6, 2023
## Summary

`[email protected]` ⏩ `[email protected]`

✨ Highlights:

- fixes #158644
- Adds a new Timeline icon for use within `EuiMarkdownEditor` (cc
@kqualters-elastic)
- Expandable rows used within `EuiBasicTable` and `EuiInMemoryTable` now
have a faster and snappier expand animation

___

## [`81.3.0`](https://github.com/elastic/eui/tree/v81.3.0)

- Added `timelineWithArrow` glyph to `EuiIcon`
([#6822](elastic/eui#6822))

**Bug fixes**

- Fixed `EuiCodeBlock` potentially incorrectly ignoring lines ending
with a question mark when using the Copy button.
([#6794](elastic/eui#6794))
- Fixed `EuiCodeBlock` to not include line numbers when copying content
([#6824](elastic/eui#6824))
- Fixed the expanded row animation on `EuiBasicTable` causing
cross-browser Safari issues
([#6826](elastic/eui#6826))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience PR sent
Projects
None yet
Development

No branches or pull requests

3 participants