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

Better handling of case where EPSG:4326 reprojection can't happen #309

Closed
chrisbennight opened this issue Apr 3, 2015 · 1 comment
Closed
Labels
Milestone

Comments

@chrisbennight
Copy link
Contributor

In
geowave-vector/src/main/java/mil/nga/giat/geowave/vector/util/FeatureDataUtils.java
a failure to reproject results in data in another projection being inserted in the database. We probably want to either

  • Log this (error) and don't insert anything
  • Runtime error (leaning away from this)
    But either way don't want mixed projection in the same table.
@chrisbennight
Copy link
Contributor Author

Note: issues is still outstanding (despite merged commit above; that's where it was identified)

@chrisbennight chrisbennight added this to the Current milestone Apr 7, 2015
@rfecher rfecher closed this as completed Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants