-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Tile Map] Shim new Platform #41265
[Tile Map] Shim new Platform #41265
Conversation
💔 Build Failed |
import chrome from 'ui/chrome'; | ||
|
||
const WMS_MINZOOM = 0; | ||
const WMS_MAXZOOM = 22;//increase this to 22. Better for WMS | ||
|
||
const emsServiceSettings = new Promise((resolve) => { | ||
uiModules.get('kibana').run(($injector) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nreese please have a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, looks like that can be safely removed since serviceSettings is getting injected in the current version.
Pinging @elastic/kibana-app |
💚 Build Succeeded |
Pinging @elastic/kibana-app-arch |
Pinging @elastic/kibana-gis |
💚 Build Succeeded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
code review, tested in chrome
return { | ||
$injector, | ||
// Settings for EMSClient. | ||
// EMSClient, which currently lives in the tile_map vis, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EMSClient will likely be moved into its own github project and imported as an npm artifact.
https://github.com/elastic/kibana-team/issues/120
* [Table Vis] Shim new platform * cleanup * Set the correct type for the "Data" dependency
Summary
Summarize your PR. If it involves visual changes include a screenshot or gif.
Checklist
Use
strikethroughsto remove checklist items you don't feel are applicable to this PR.For maintainers