-
Notifications
You must be signed in to change notification settings - Fork 57
Make VectorTiles downloadable as GeoJSON #854
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
base: main
Are you sure you want to change the base?
Conversation
Integration tests report: appsharing.space |
const geometry = toGeometry(rf); | ||
|
||
if (!geometry) { | ||
continue; | ||
} | ||
|
||
const feature = new Feature<Geometry>({ ...properties }); | ||
feature.setGeometry(geometry); | ||
features.push(feature); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does OL's toFeature
method work here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to try this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you had the time to try it? Is it ready for another review/merge?
Co-authored-by: Greg Mooney <[email protected]>
Description
Screen.Recording.2025-08-12.at.12.36.22.mp4
Checklist
Resolves #XXX
.Failing lint checks can be resolved with:
pre-commit run --all-files
jlpm run lint
📚 Documentation preview: https://jupytergis--854.org.readthedocs.build/en/854/
💡 JupyterLite preview: https://jupytergis--854.org.readthedocs.build/en/854/lite