Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Revolving Globe - showcasing the respective locations #90

Open
Abbas-Hussain-Muzammil opened this issue Dec 25, 2022 · 9 comments
Open
Labels
enhancement New feature or request

Comments

@Abbas-Hussain-Muzammil
Copy link

Description

A revolving earth globe would look much better and more insightful than the existing flat map on EddiHub Live.

Screenshots

No response

Additional information

No response

@Abbas-Hussain-Muzammil Abbas-Hussain-Muzammil added the enhancement New feature or request label Dec 25, 2022
@amandamartin-dev
Copy link
Contributor

hey @Abbas-Hussain-Muzammil this is a really interesting idea. Can you add some more details about a potential approach? This project uses LeafletJS for the map implementation. So perhaps there is a good plugin that could be used? Let us know what you find after some investigation. Thank you for contributing to the project and welcome!

@Abbas-Hussain-Muzammil
Copy link
Author

@amandamartin-dev, glad you liked the idea. I will soon share my findings...

@Abbas-Hussain-Muzammil
Copy link
Author

@amandamartin-dev , similar to this below link, wherein we can put the comment location on the revolving globe.

https://www.amcharts.com/demos/rotating-globe/

@Abbas-Hussain-Muzammil
Copy link
Author

hey @Abbas-Hussain-Muzammil this is a really interesting idea. Can you add some more details about a potential approach? This project uses LeafletJS for the map implementation. So perhaps there is a good plugin that could be used? Let us know what you find after some investigation. Thank you for contributing to the project and welcome!

@amandamartin-dev , I couldn't find any plugin related to the revolving globe on LeafletJS. Do you know any other way?

@amandamartin-dev
Copy link
Contributor

@amandamartin-dev , similar to this below link, wherein we can put the comment location on the revolving globe.

https://www.amcharts.com/demos/rotating-globe/

With this one, is there the ability to have standard map tools? LIke a zoom, click on marker, add points dynamically?

@amandamartin-dev
Copy link
Contributor

hey @Abbas-Hussain-Muzammil this is a really interesting idea. Can you add some more details about a potential approach? This project uses LeafletJS for the map implementation. So perhaps there is a good plugin that could be used? Let us know what you find after some investigation. Thank you for contributing to the project and welcome!

@amandamartin-dev , I couldn't find any plugin related to the revolving globe on LeafletJS. Do you know any other way?

I am not sure without checking, I will look around

@Abbas-Hussain-Muzammil
Copy link
Author

Yes, we can add such details I guess.

@amandamartin-dev , similar to this below link, wherein we can put the comment location on the revolving globe.
https://www.amcharts.com/demos/rotating-globe/

With this one, is there the ability to have standard map tools? LIke a zoom, click on marker, add points dynamically?

@amandamartin-dev
Copy link
Contributor

@Abbas-Hussain-Muzammil I think until we have the full technical details worked out we should wait on this. But if you want to prototype in a branch, that's also fine for testing purposes.

Some things to keep in mind while researching this:
We need to keep the existing leaflet map as this provides a way to see all points at once on zoom-out which a globe will not be able to. So this view can be a toggle
On toggle to a globe view, the data must be maintained - it is provided via websocket
We should be able to use the same image markers on the globe
We should be able to click on the markers to reveal a popup
We should be able to zoom in/out to see areas more closely

Let me know once you have found if all of the requirements can be met in the globe view with the chart library.

@Abbas-Hussain-Muzammil
Copy link
Author

@Abbas-Hussain-Muzammil I think until we have the full technical details worked out we should wait on this. But if you want to prototype in a branch, that's also fine for testing purposes.

Some things to keep in mind while researching this: We need to keep the existing leaflet map as this provides a way to see all points at once on zoom-out which a globe will not be able to. So this view can be a toggle On toggle to a globe view, the data must be maintained - it is provided via websocket We should be able to use the same image markers on the globe We should be able to click on the markers to reveal a popup We should be able to zoom in/out to see areas more closely

Let me know once you have found if all of the requirements can be met in the globe view with the chart library.

Sure

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

No branches or pull requests

2 participants