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

[BUG] [Region Maps] Zoom in/out/fit to bounds doesn't load data as expected #3902

Open
VijayanB opened this issue Apr 20, 2023 · 3 comments
Open
Assignees
Labels
bug Something isn't working help wanted Community development is encouraged maps Issues or PRs related to the Maps Service

Comments

@VijayanB
Copy link
Member

Describe the bug

Region maps doesn't load data properly if iso_2 field is used for join conditions.

To Reproduce
Steps to reproduce the behavior:

  1. Execute following request
POST /national_parks/_bulk?refresh
{"index":{"_id":1}}
{"name": "Yellowstone National Park", "location": "USA"}
{"index":{"_id":2}}
{"name": "Yosemite National Park", "location": "MEX"}
{"index":{"_id":3}}
{"name": "Zion National Park", "location": "CAN"}

  1. Create an index pattern national_parks
  2. Create Region map with index patter national_parks, shape field: location, join field: iso_3_code
  3. Zoom in/out
  4. You will see warning message that data cannot be loaded

Expected behavior
At step 5, data should be loaded. No error should be visible.

OpenSearch Version
2.6.0

Dashboards Version
2.6.0

Plugins

N/A

Screenshots

https://forum.opensearch.org/t/region-maps-highlights-vanishing-when-clicked-on-the-map-zoom-buttons/13895

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Browser and version [e.g. 22]

Additional context

Reported in forum

@VijayanB VijayanB added bug Something isn't working untriaged labels Apr 20, 2023
@joshuarrrr joshuarrrr added maps Issues or PRs related to the Maps Service help wanted Community development is encouraged and removed untriaged labels Apr 25, 2023
@joshuarrrr joshuarrrr removed their assignment Apr 25, 2023
@tejashu7
Copy link

Could you please let us know if this issue is tracked or anyone working on this?

@tejashu7
Copy link

Is there any update on this issue?

@joshuarrrr
Copy link
Member

@tejashu7 This is a confirmed bug, but there's not anyone currently assigned or working on it.

CC @wbeckler

@vamshin vamshin assigned vamshin and VijayanB and unassigned vamshin Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Community development is encouraged maps Issues or PRs related to the Maps Service
Projects
None yet
Development

No branches or pull requests

4 participants