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

CASL-391 fix for geo population #335

Merged
merged 1 commit into from
Sep 3, 2024
Merged

CASL-391 fix for geo population #335

merged 1 commit into from
Sep 3, 2024

Conversation

Amaneusz
Copy link
Collaborator

@Amaneusz Amaneusz commented Sep 3, 2024

No description provided.

val response = session.execute(
ReadFeatures().apply {
collectionIds += col.id
featureIds += feature.id
Copy link
Collaborator

Choose a reason for hiding this comment

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

There was a test instance where I tried this, I remember setting the feature ID here won't affect much, as the docs mentions that features matching these IDs will be additionally added into the response, so this does not work as a filter it seems.

Copy link
Collaborator

Choose a reason for hiding this comment

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

But for this test it will work just fine

@Amaneusz Amaneusz merged commit 3b1a671 into v3 Sep 3, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants