Issue #2791 fix NaN handling of smoothed contours.
Former-commit-id:4680d9d66f
[formerlyb9cbe28411
] [formerly76fcfe163e
] [formerly4680d9d66f
[formerlyb9cbe28411
] [formerly76fcfe163e
] [formerlyc5aac15437
[formerly76fcfe163e
[formerly a6f8a0bd2758008997555e08ea7245517535b1db]]]] Former-commit-id:c5aac15437
Former-commit-id:9d52b9ecf4
[formerly133767ff26
] [formerly 0c3f9d051c5003a7a6bcdcabfe921b98bd997d74 [formerlya9ee8b9b2f
]] Former-commit-id: b6d759a4afc3eb1cb96c1cab2e37e5a85ba5102d [formerly466ce63273
] Former-commit-id:49ebe73b07
This commit is contained in:
parent
39005b7794
commit
8b2f8b7347
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ public abstract class ContourRenderable implements IRenderable {
|
|||
DataSource source = FillValueFilter.apply((DataSource) data,
|
||||
Constants.LEGACY_NAN);
|
||||
source = new GeographicDataSource(source, gridGeometry);
|
||||
return new DataSource[] { data };
|
||||
return new DataSource[] { source };
|
||||
} else {
|
||||
return dataRecord;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue