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

Vector tile feature #7

Open
Benjaki2 opened this issue Jan 28, 2021 · 3 comments
Open

Vector tile feature #7

Benjaki2 opened this issue Jan 28, 2021 · 3 comments

Comments

@Benjaki2
Copy link

Hello! This a very cool project.

I am looking into adjusting the particle animation layer in order to make it work with vector tiles. Do you all have any higher-level suggestions for getting started before I get too far? Would this feature be something of interest to you all?

@gberaudo
Copy link
Owner

gberaudo commented Feb 9, 2021

Hi @Benjaki2. Thanks for your message. What do you mean by working with vector tiles?

@Benjaki2
Copy link
Author

@gberaudo thanks for getting back to me. I am working with vector tiles that have point geometries with associated magnitude and direction values. I would like visualize these points as particles animating along streamlines.

@gberaudo
Copy link
Owner

gberaudo commented Mar 4, 2021

@Benjaki2, there is no activity on this repository. At least at the moment.
If I understand well, you would like the source of data to come from several tiles instead of one (big) file.

Yes it should be possible but requires some developments:

  • choose a tiling strategy;
  • generate the tiled data;
  • change the code so that the correct file needed at a particular place is downloaded;
  • use the right one for each particle and handle the coordinate system;
  • it should be a pyramid of tiles for dealing with different level of details.
    There are tiling grids in OpenLayers, maybe it is possible to make use of them.

I am definitely interested if you comes with something on that matter.

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