-
Notifications
You must be signed in to change notification settings - Fork 974
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
[BUILD] Maps service config #308
Conversation
This doesn't fix the maps out of the box but fixes the issues that prevented users from settings the maps service in the config. Which can be set by adding: map.tilemap.url: "https://tiles.maps.search-services.aws.a2z.com/tiles/{z}/{x}/{y}.png" map.includeOpenSearchMapsService: false Signed-off-by: Kawika Avilla <[email protected]>
✅ DCO Check Passed 97cb55a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kavilla Thanks for your changes, as discussed let's modify default client to use the latest Maps client.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Can that go in a subsequent PR? This fixes current functionality that is broken. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !!
This doesn't fix the maps out of the box but fixes the issues that prevented users from settings the maps service in the config. Which can be set by adding: map.tilemap.url: "https://tiles.maps.search-services.aws.a2z.com/tiles/{z}/{x}/{y}.png" map.includeOpenSearchMapsService: false Signed-off-by: Kawika Avilla <[email protected]>
…oject#6094) (opensearch-project#308) * feat: add comment * feat: update unit test * feat: add CHANGELOG * feat: optimize comment * feat: optimize comment * feat: optimize code * feat: optimize code --------- Signed-off-by: SuZhou-Joe <[email protected]>
Description
This doesn't fix the maps out of the box but fixes the issues that prevented users from settings the maps service in the config.
Which can be set by adding the following to opensearch_dashboards.yml:
Signed-off-by: Kawika Avilla [email protected]
Issues Resolved
Partial: #221
Check List