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

[FEATURE] Coordinate Maps - Visualization and Config Options #886

Closed
nidhisinghai opened this issue Jul 20, 2022 · 4 comments
Closed

[FEATURE] Coordinate Maps - Visualization and Config Options #886

nidhisinghai opened this issue Jul 20, 2022 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@nidhisinghai
Copy link
Contributor

Hello @shankha-das

This feature involves below implementation:-

  1. Add Coordinate Map as a dropdown option.
  2. Create config options with two tabs: Data and Options
  3. It should render a map based on the aggregate function selected by user.
    @spattnaik @abasatwar
@nidhisinghai
Copy link
Contributor Author

reopening on dev request @ruchika-narang

@ruchika-narang
Copy link
Contributor

Hey @btzeng , @mengweieric , @anirudha

Following is the implementation of coordinate maps. It takes data from a query from where no stats are involved, because there wasn't any query returning data with latitude and longitude of the city. Also we have configured few things in the config panel.

coordinate.map.mp4

Please let us know if this looks good to you or any changes are required.

Thanks,
Ruchika

@vkushwah
Copy link
Contributor

Hi @mengweieric @btzeng

We have some queries regarding this.

  1. as per the current implementation, This visualization doesn't render when stat is present in the query. this visualization required lat and long
    to represent data on the map and when we query along with stat this fields do not appear. Is this the correct impementation of this map?
  2. As we have started implementation of two way sync for other visualizations, how do we implement two way sync for this as
    per the current implementation.

please let us know about this.

Thanks
Vishal

@ruchika-narang
Copy link
Contributor

Hi @mengweieric @btzeng

We have some queries regarding this.

  1. as per the current implementation, This visualization doesn't render when stat is present in the query. this visualization required lat and long
    to represent data on the map and when we query along with stat this fields do not appear. Is this the correct impementation of this map?
  2. As we have started implementation of two way sync for other visualizations, how do we implement two way sync for this as
    per the current implementation.

please let us know about this.

Thanks Vishal

Hi @mengweieric , @btzeng

Please let us know if there is any update on the above queries for 2 way sync and implementation of the coordinate map.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants