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

dynamic TileJSONs #1314

Open
indus opened this issue Apr 24, 2024 · 3 comments
Open

dynamic TileJSONs #1314

indus opened this issue Apr 24, 2024 · 3 comments
Labels

Comments

@indus
Copy link

indus commented Apr 24, 2024

I'm dealing with scientific datasets and use martin to serv the values as a global grid to the browser.
At the moment I'm (mis-)using the TileJSON to share some basic stats like min,max,avg of the dataset with the client to use it for proper styling (e.g. endpoints of interpolation for fill-color).
As the dataset changes over time I have to re-run the comment on function SQL everytime the dataset grows and also restart martin. Is there a way to make the TileJSON response more dynamic?

Or maybe there is another way to make generic JSON metadata endpoints available, without running another server?

@nyurik
Copy link
Member

nyurik commented Apr 24, 2024

that's a cool way to mis-use it :) There is a lot of need to make it dynamic - see #288 - but sadly noone had any time to get it over the finish line. It's a TODO... Help wanted :)

@indus
Copy link
Author

indus commented Apr 24, 2024

Help wanted :)

I totally understand - but I've never came in contact with rust.

@nyurik
Copy link
Member

nyurik commented Apr 24, 2024

According to Google, it takes just one month to become mega-productive in Rust ;)

https://www.youtube.com/watch?v=QrrH2lcl9ew

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

No branches or pull requests

2 participants