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

Possible to use tile maps? #14

Open
riccardolardi opened this issue Sep 8, 2020 · 1 comment
Open

Possible to use tile maps? #14

riccardolardi opened this issue Sep 8, 2020 · 1 comment

Comments

@riccardolardi
Copy link

Is it possible to use it with loading on demand tile maps such as openstreetmaps or google maps?

@vasturiano
Copy link
Owner

@riccardolardi thanks for reaching out.

No, there's currently no support for a tiling engine. It is a great suggestion though!
Theoretically it could be done with a custom layer. But one would need to implement the functionality of loading the tile images from a server and rendering them on the appropriate location on the globe, and this would need to be tied in with camera motion interactions.

From a conceptual point of view this component developed out of the intention of representing macro geographical patterns that affect the whole globe and not just a zoomed small portion of it, which is what a tile engine is great for. For zoomed in views, potentially a more traditional geo projection (say Mercator) may be more appropriate than the orthographic one.

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

No branches or pull requests

2 participants