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

CADENZA-37531 and CADENZA-38242: #71

Merged
merged 3 commits into from
Nov 25, 2024
Merged

CADENZA-37531 and CADENZA-38242: #71

merged 3 commits into from
Nov 25, 2024

Conversation

klschm
Copy link
Contributor

@klschm klschm commented Nov 25, 2024

  • Handle 'layerData' extentStrategy correctly
  • Reformat 'locationFinder' example in sandbox

schmidt added 2 commits November 25, 2024 13:11
- Handle 'layerData' extentStrategy correctly
- Reformat 'locationFinder' example in sandbox
- Fix 'layerData' example
src/cadenza.js Outdated
@@ -1469,6 +1469,8 @@ function sanitizeExtentStrategy({
return { type: 'geometry', geometry };
}
break;
case 'layerData':
Copy link
Member

Choose a reason for hiding this comment

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

Maybe just

default:

?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, right 👍

- Replace 'layerData' with default when sanitizing the extent strategies
@klschm klschm merged commit 087408d into main Nov 25, 2024
1 check passed
@klschm klschm deleted the slb/CADENZA-37531 branch November 25, 2024 13:28
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