-
Notifications
You must be signed in to change notification settings - Fork 1
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
Better default coordinate constant #24
Comments
Super contrived port of GLSL function taken from: https://github.com/mattdesl/number-util/blob/master/index.js: Reference: https://registry.khronos.org/OpenGL-Refpages/gl4/html/intBitsToFloat.xhtml
|
Verified the above snippet, doing This "default coordinate" constant is primarily used as a fallback when no lon/lat is provided in the data. However, this is also a little contextualized to geojson data format specifically as other formats such as Arrow already give you a dict of null values for any given column. One could argue that if we needed to pass "empty" coordinates to a shader you may still run into this issue given that the return value of |
The text was updated successfully, but these errors were encountered: