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

Debug level not dependent on parameters #5

Closed
Tommatheussen opened this issue Dec 7, 2023 · 1 comment
Closed

Debug level not dependent on parameters #5

Tommatheussen opened this issue Dec 7, 2023 · 1 comment

Comments

@Tommatheussen
Copy link

While testing the new V4 of georaster-layer-for-leaflet, I noticed my application is logging a lot of items related to the tile web worker and geotiff-tile. It looks like the culprit could be here:

const createTileParams = { ...baseReadTileParams, url: georaster._url, debug_level: 4 };

Correct my if I'm wrong, but shouldn't this be dependent on the incoming parameters set on georaster-layer-for-leaflet?

@DanielJDufour
Copy link
Member

Great catch! Thank you! We'll get that fixed asap.

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