-
Notifications
You must be signed in to change notification settings - Fork 46
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] Allow custom vector map to load entire index to join with index pattern #220
Comments
Hi @VijayanB ! Should you add Also: why not using milestones instead of tags ? https://github.com/opensearch-project/dashboards-maps/milestones Thanks. |
As you may expect, I am having the same issue. Here, I am trying to display the 96 French departments into map and I am only seeing 10 so far. Plus, I have noticed that a colleague of mine also does see 10 but not the same 10 as me, see screenshot: GeoJSON: https://france-geojson.gregoiredavid.fr/repo/departements.geojson from https://france-geojson.gregoiredavid.fr/ Thanks |
Thanks for reporting issue. I believe we use tags to keep it consistent with other plugins. However, let me take a look at advantage of using milestone and how can we incorporate in this plugin. |
Fix is merged in OpenSearchDashboards repository. This will be available in 2.6 |
What is the bug?
Custom Vector loads only partial documents from OpenSearch.
How can one reproduce the bug?
Select Region Map -> LayerOptions -> Choose Custom Vector Map -> select any index contains at least 50 documents.
What is the expected behavior?
Region map should join index pattern with all documents from imported vector map.
What is your host/environment?
All
Do you have any screenshots?
https://forum.opensearch.org/t/opensearch-dashboards-2-3-0-region-maps-not-working/11967/15
Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: