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

Add hooks into the render pipeline #1742

Closed
vicapow opened this issue Nov 20, 2015 · 4 comments
Closed

Add hooks into the render pipeline #1742

vicapow opened this issue Nov 20, 2015 · 4 comments

Comments

@vicapow
Copy link
Contributor

vicapow commented Nov 20, 2015

Would love to be able to add our own custom webGL overlays between existing layers. something like this maybe?

map.renderHookAfterLayer('before-this-layer', function renderCallback(gl) {
  // gl calls.
});

Specifically, this would allow us to add custom overlays like heatmaps, etc. with labels on top and geo below.

@vicapow
Copy link
Contributor Author

vicapow commented Dec 4, 2015

very similar to: #281 maybe a duplicate?

@enjalot
Copy link

enjalot commented Jan 20, 2016

+1
don' think this is a duplicate, overlay would be different from something like being able to run a desaturation filter on a raster layer which needs #281 I believe.

@lucaswoj
Copy link
Contributor

IF we consider this feature, it'll be after we have a bulletproof solution for #145.

@lucaswoj
Copy link
Contributor

I'm going to call this a duplicate of #281 and re-open that issue.

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

3 participants