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

Heatmap shows inconsistent format with different zoom level #10926

Closed
Peipei17 opened this issue Mar 29, 2017 · 2 comments
Closed

Heatmap shows inconsistent format with different zoom level #10926

Peipei17 opened this issue Mar 29, 2017 · 2 comments
Labels
bug Fixes for quality problems that affect the customer experience [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation Feature:Coordinate Map

Comments

@Peipei17
Copy link

Kibana version: 5.1.1

Elasticsearch version: 5.1

Server OS version: Linux

Browser version: Chrome, Version 56.0.2924.87 (64-bit)

Browser OS version: OSX 10.10.5

Original install method (e.g. download page, yum, from source, etc.): AWS ElasticService

Description of the problem including expected versus actual behavior:
We use Kibana TileMap to show the traffic on world map. It performs really well with Circle Marker and Geohash Grid. But the heatmap format displays in inconsistent style with different zoom level.
Please refer to the attached images as the example. The display style is kind geohash grid with zoom1. After zoom in one level, the display changes to real heatmap with hot degree. Then zoom in again, the display changes to geohash grid style again. It happens alternatively with the zoom level. The zoom level changes should not has impact on the display format.

zoom1

zoom2

zoom3

zoom4

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

@thomasneirynck thomasneirynck added Feature:Coordinate Map Feature:Visualizations Generic visualization features (in case no more specific feature label is available) bug Fixes for quality problems that affect the customer experience labels Mar 29, 2017
@thomasneirynck
Copy link
Contributor

related to #8763.

@alexfrancoeur alexfrancoeur added [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation and removed [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation labels Feb 6, 2018
@timroes timroes removed the Feature:Visualizations Generic visualization features (in case no more specific feature label is available) label Apr 11, 2018
@thomasneirynck
Copy link
Contributor

This is a real issue, but related to how we use Elasticsearch geohash aggregations, which do not have a uniform scale and map to individual zoom levels. imho, this would better be achieved by using a better aggregation mechanism in Elasticsearch, e.g. based on web-mercator tiles (elastic/elasticsearch#24587). Until that is available, it is unlikely we will fix this on the client-end.

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 [Deprecated-Use Team:Presentation]Team:Geo Former Team Label for Geo Team. Now use Team:Presentation Feature:Coordinate Map
Projects
None yet
Development

No branches or pull requests

4 participants