We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The wk_meta_t struct requires a geometry type:
wk-rs/src/bindings_wk.rs
Line 6 in b5ec8fa
However, the enum wk_geometry_type_enum should be used here as it tracks the geometry type. I think in C the enum is parsed as the int.
Line 149 in b5ec8fa
Note the way that WK_POINT is used:
https://github.com/paleolimbot/wk/blob/e3d4efbf8e3da559dfe1b202ba5374822273e40f/src/vertex-filter.c#L112C4-L112C4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The wk_meta_t struct requires a geometry type:
wk-rs/src/bindings_wk.rs
Line 6 in b5ec8fa
However, the enum wk_geometry_type_enum should be used here as it tracks the geometry type. I think in C the enum is parsed as the int.
wk-rs/src/bindings_wk.rs
Line 149 in b5ec8fa
Note the way that WK_POINT is used:
https://github.com/paleolimbot/wk/blob/e3d4efbf8e3da559dfe1b202ba5374822273e40f/src/vertex-filter.c#L112C4-L112C4
The text was updated successfully, but these errors were encountered: