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

ERROR output ".../tiles/3/0/1.glb" was not written by the subprocess #36

Closed
Ylannl opened this issue Mar 21, 2023 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@Ylannl
Copy link
Contributor

Ylannl commented Mar 21, 2023

These errors appear in normal operation. Is it a problem? or should they be warnings?

@Ylannl Ylannl added the bug Something isn't working label Mar 22, 2023
@Ylannl
Copy link
Contributor Author

Ylannl commented Mar 31, 2023

I investigated this error. It can happen when the feature geometries are completely outside of the specified tile bounds. For example when grid-minz and grid-maxz are set such that the tile bounds do not intersect with a feature. This was the case for this specific tile and the recommended values for the grid min and max z.

Maybe we should add an option to no throw an error when no glb is written. No error output should be written during normal operation.

@balazsdukai
Copy link
Contributor

Change error for missing tiles into warning. Add option to make warning for this an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants