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

Validate coordinates in Place geoblock #61

Open
caspervdw opened this issue Aug 21, 2020 · 0 comments
Open

Validate coordinates in Place geoblock #61

caspervdw opened this issue Aug 21, 2020 · 0 comments

Comments

@caspervdw
Copy link
Collaborator

If a user defines something like this:

Place(LizardRasterSource('72efee54-a9b3-475e-84aa-13eb333d163a'), 'WGS84', [0, 0], [[196233.0, 322036.0]], 'max')

There will be runtime errors later, because 196233.0, 322036 is not a valid WGS84 coordinate. We should validate this at construction time, to inform the user of their mistake.

@lexvand lexvand closed this as completed Apr 5, 2023
@lexvand lexvand reopened this Apr 5, 2023
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

No branches or pull requests

2 participants