Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

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

OL6: View cannot be created with null extent #12086

tomhuntley opened this issue Mar 4, 2021 · 1 comment

OL6: View cannot be created with null extent #12086

tomhuntley opened this issue Mar 4, 2021 · 1 comment

Comments

tomhuntley commented Mar 4, 2021

Describe the bug
Using extent: null stops the view being created:

Uncaught TypeError: Cannot read property '0' of null at Object.center (centerconstraint.js:31) 

To Reproduce
Steps to reproduce the behavior:

  1. Set extent to null when creating a view

Expected behavior
View should treat null the same as undefined

The text was updated successfully, but these errors were encountered: