-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Kibana GIS UI Phase 1 #19582
Comments
Is this x-pack specific? |
@trevan No hard decisions on this yet. We'll be discussing this more as we get closer to finalizing the code and targeting a release for integration. |
For posterity: (earlier misc notes in the description of this ticket)
|
I propose another enhancement to improve map navigation and usability. A search box google maps style where you can type an address or landmark and resolve it to the lat long using openstreet map API. This was also discussed on awesome @nreese enhanced_tilemap plugin discussed in nreese/enhanced_tilemap#75. Automatically adjust the zoom level dpending on what you are searhed e.g. if you look for "France" or "London" the map should center on the tager on different zoom level relevant to the "interested" area. Benefits:
|
This adds the MVP of the Phase 1 version of the Maps Plugin to Kibana (#19582). This is added as a new Stack Feature, requiring a basic license.
This adds the MVP of the Phase 1 version of the Maps Plugin to Kibana (elastic#19582). This is added as a new Stack Feature, requiring a basic license.
* Update to new version of EMS (#26511) This updates Kibana to use the 6.6 version of EMS. It introduces a new library `ems_client`, to parse the manifests. This library will be used by the upcoming GIS-app. The original visualizations continue to use service_settings, but this component has now been rewritten to use this new `ems_client` client. This backport required manual edits due to differences in the schema.js diff. * [GIS] Add Maps Plugin (#24804) This adds the MVP of the Phase 1 version of the Maps Plugin to Kibana (#19582). This is added as a new Stack Feature, requiring a basic license.
Congratulations! Can't wait! |
🚧 This ticket is under construction.
Summarizes scope of the first phase for the upcoming GIS app plugin for Kibana.
Overall scope
The GIS app
Features
The following feature list roughly summarizes the scope of the phase 1 version of the GIS plugin.
Note: the below list will only be checked off once the features have been merged into master. Right now, you can track day-2-day progress on the development branch: #24804.
high priority
Layered UX
supported layer types
Supported datasources
{}
or${}
)Each data source needs:
styling
vector
raster
supported operations
"inner joining" of layers to ES term aggregation
balloon
user-based filtering based on drawings
workspace management
filterability
data upload
dashboard integration
time filter control
Table view
Proof of concept
The following image shows an example of the scope of Phase 1
The text was updated successfully, but these errors were encountered: