opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.65k stars 857 forks source link

Open-source the maps tile service CDK #1098

Open dblock opened 2 years ago

dblock commented 2 years ago

Is your feature request related to a problem? Please describe.

Opensearch Dashboards is built with a plugin that allows users to create geographical visualizations of their data on maps. The map supports zoom and also comes with boundaries. To render the maps, OpenSearch Dashboards client code sends requests to a maps service at https://tiles.maps.opensearch.org. The map service is a CDN that serves map tiles (images). The tiles are sourced from OpenStreetMaps, an open source project that collects maps data from all over the world.

A question was asked in the Jan 4, 2022 community meeting about whether the tile service is OSS.

Describe the solution you'd like

Open-source the CDK that deploys the maps service with documentation about how one can deploy one themselves.

AmiStrn commented 2 years ago

It would be cool to give the maps a configurable look and allow the community to add creative map views over the existing project.

vamshin commented 2 years ago

We will consider this as a feature request and target for future release. Anyone reaching this thread please +1 for prioritization.

dblock commented 2 years ago

@vamshin @junqiu-lei Is this https://github.com/opensearch-project/maps?