Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 8.0-M0
-
Fix Version/s: None
-
Component/s: geotiff, referencing, render
-
Labels:None
Description
Okay an interesting problem; I assume related to some of aaime's comments about raster resampling.
I just updated uDig to use 8.0-M0 and my usual test of a shapefile+geotiff failed (see attached image).
1. The bluemarble.tiff raster is displayed; but only 1/2 of it is displayed.
2. If I zoom out or in is fixed
3. importantly if I set my map coordinate reference system to be the same as that from the geotiff it is fixed. In this situation they both are exactly the same and the display is correct.
GEOGCS["WGS 84",
DATUM["World Geodetic System 1984",
SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]],
AUTHORITY["EPSG","6326"]],
PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]],
UNIT["degree", 0.017453292519943295],
AXIS["Geodetic longitude", EAST],
AXIS["Geodetic latitude", NORTH],
AUTHORITY["EPSG","4326"]]
4. if I set it back to the co-ordinate reference system from the shapefile is is rebroken.
GEOGCS["GCS_North_American_1983",
DATUM["North_American_Datum_1983",
SPHEROID["GRS_1980", 6378137.0, 298.257222101]],
PRIMEM["Greenwich", 0.0],
UNIT["degree", 0.017453292519943295],
AXIS["Longitude", EAST],
AXIS["Latitude", NORTH]]
The uDig sample data "bluemarble.tiff" and bc_borders.shp are shown.
Issue Links
| 1. | GeneralEnvelope transform using densification | |
|
Jody Garnett | |
2. |
Envelope2D should implement BoundingBox | |
|
Jody Garnett | |
| 3. | CRS transform assume GeneralEnvelope | |
|
Unassigned |
Andrea am I correct in thinking this is due to resampling optimisations?