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

[Maps] Custom vector tile layer can not be styled by value when field is number #72765

Closed
nickpeihl opened this issue Jul 21, 2020 · 1 comment · Fixed by #74169
Closed

[Maps] Custom vector tile layer can not be styled by value when field is number #72765

nickpeihl opened this issue Jul 21, 2020 · 1 comment · Fixed by #74169
Assignees
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 v7.9.0 v7.10.0 v8.0.0

Comments

@nickpeihl
Copy link
Member

Kibana version:
7.9.0-snapshot

Describe the bug:
A 3rd party vector tile source containing a number field can not be styled by value of that number field. However, a string field can be styled by value.

Steps to reproduce:

  1. Add a pbf vector tile source (https://tiles.maps.elastic.co/data/v3/{z}/{x}/{y}.pbf?license=6c33988f-587e-4415-bf80-805f964c50fd)
  2. Set the Tile layer to mountain_peak
  3. Add the name and class fields as type string and the ele field as type number.
  4. Change the Fill color to By value and choose the ele field.
  5. Add values such as 0, 655, 1310, 1965, 2620, etc.
  6. Notice that the fill color is hollow.

Expected behavior:
The fill color should be assigned the corresponding range value. This only happens with fields of type number.

Screenshots (if relevant):

Screenshot_2020-07-21 New Map - Elastic(1)

@nickpeihl nickpeihl added 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 labels Jul 21, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-gis (Team:Geo)

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 v7.9.0 v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants