Skip to content

Comments

[backport] PR #7724 to 4.1 - New tile map service#7727

Closed
epixa wants to merge 4 commits intoelastic:4.1from
epixa:server-map-url-4.1
Closed

[backport] PR #7724 to 4.1 - New tile map service#7727
epixa wants to merge 4 commits intoelastic:4.1from
epixa:server-map-url-4.1

Conversation

@epixa
Copy link
Contributor

@epixa epixa commented Jul 13, 2016

This adds tilemap settings to kibana.yml and changes the default map provider to the new Elastic Tile Service.

Backports #7724

jbudz and others added 2 commits July 12, 2016 21:19
We have 8 total zoom levels availabel in the mapping service, but they
are zero-indexed.
@epixa epixa added the backport This PR is a backport of another PR label Jul 13, 2016
@epixa epixa self-assigned this Jul 13, 2016
tilemap_max_zoom: 7

# Displays attribution data in the bottom right corner of the map
tilemap_attribution: "© [Elastic Tile Service](https://www.elastic.co/elastic_tile_service_tos)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

elastic_tile_service

epixa added 2 commits July 12, 2016 23:54
This can be useful information to log to help determine usage info for
different versions of Kibana.
@epixa epixa closed this Jul 13, 2016
@epixa epixa removed the backport This PR is a backport of another PR label Jul 13, 2016
jbudz pushed a commit that referenced this pull request May 10, 2024
`v94.2.1-backport.0` ⏩ `v94.3.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)_

---

## [`v94.3.0`](https://github.com/elastic/eui/releases/v94.3.0)

- Updated `launch` glyph for `EuiIcon`
([#7670](elastic/eui#7670))
- Updated `EuiComboBox`'s `options` to support including tooltip details
for selectable options. Use `toolTipContent` to render tooltip
information, and `toolTipProps` to optionally customize the tooltip
rendering behavior ([#7700](elastic/eui#7700))
- Updated the following existing glyphs in `EuiIcon`:
([#7727](elastic/eui#7727))
  - `error` (now an outlined version instead of filled) 
  - `tokenMetricCounter`
  - `tokenMetricGauge` 
- Added the following new glyphs to `EuiIcon`:
([#7727](elastic/eui#7727))
  - `tokenDimension`
  - `clickLeft`
  - `clickRight`
  - `clockCounter`
  - `errorFilled` (the previous `error` glyph design)
  - `warningFilled`

**Bug fixes**

- Fixed a visual layout bug for `EuiComboBox` with `isLoading` in mobile
views ([#7700](elastic/eui#7700))
- Fixed missing styles on header cells of `EuiDataGrid` that prevented
content text alignment styles to apply
([#7720](elastic/eui#7720))
- Fixed `EuiFlexGroup` and `EuiFlexItem` `ref` prop typing to support
refs of the same type as the passed `component` type and allow
`displayName` to be defined for easy component naming when using
component wrappers like `styled()`
([#7724](elastic/eui#7724))

---

Most of the code changes you'll see in this PR are caused by the recent
EuiFlex* changes making it generic. This, unfortunately, is something
that `styled()` doesn't always like. I replaced the failing usages of
`styled(EuiFlexGroup)` and `styled(EuiFlexItem)` to use `component` and
other native EuiFlex* props, resulting in the same output but being
better typed.

We plan to add more props to EuiFlex* components giving developers
control over properties like `flex-grow` and `flex-shring`, and reducing
the need for writing any custom CSS when using these components. This
should reduce the number of `styled()` wrappers needed even further

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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.

2 participants