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

spatial transformations #2904

Merged
merged 20 commits into from
Feb 19, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: cleanup
Co-authored-by: steveoh <sgourley@utah.gov>
  • Loading branch information
PascalSenn and steveoh authored Jan 21, 2021
commit 513adf1aa9ff8dd9867bd955fb6517d32e132113
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public override void OnBeforeCompleteType(
{
ISpatialConvention convention = completionContext.GetSpatialConvention();
if (convention.TransformerFactory.HasCoordinateSystems() &&
convention.DefaultSrid is not 0 and not -1)
convention.DefaultSrid > 0)
{
if (!convention.TransformerFactory.ContainsCoordinateSystem(convention.DefaultSrid))
{
Expand Down