Skip to content

Conversation

arjxn-py
Copy link
Member

@arjxn-py arjxn-py commented Aug 7, 2025

Description

Screen.Recording.2025-08-12.at.12.36.22.mp4

Checklist

  • PR has a descriptive title and content.
  • PR description contains references to any issues the PR resolves, e.g. Resolves #XXX.
  • PR has one of the labels: documentation, bug, enhancement, feature, maintenance
  • Checks are passing.
    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

Copy link
Contributor

github-actions bot commented Aug 7, 2025

Binder 👈 Launch a Binder on branch arjxn-py/jupytergis/tile-to-geojson

@arjxn-py arjxn-py changed the title Make VectorTiles downlodable as GeoJSON Make VectorTiles downloadable as GeoJSON Aug 7, 2025
@arjxn-py arjxn-py added the enhancement New feature or request label Aug 7, 2025
Copy link
Contributor

github-actions bot commented Aug 7, 2025

Integration tests report: appsharing.space

@arjxn-py arjxn-py marked this pull request as ready for review August 11, 2025 09:34
@arjxn-py arjxn-py requested review from gjmooney and mfisher87 August 11, 2025 09:34
Comment on lines +844 to +852
const geometry = toGeometry(rf);

if (!geometry) {
continue;
}

const feature = new Feature<Geometry>({ ...properties });
feature.setGeometry(geometry);
features.push(feature);
Copy link
Collaborator

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Going to try this

Copy link
Member

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants