Changes between Version 30 and Version 31 of MapGuideRfc51
- Timestamp:
- 11/18/08 10:33:02 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc51
v30 v31 97 97 Autodesk 98 98 99 == Addendum ==99 == Addendum 1 == 100 100 101 101 When we came to implement this proposal, it became apparent that it would be more efficient to generate the grid in the raster coordinate system and transform it into the map coordinate system, rather than the other way round (as originally proposed). A description of the new method follows: … … 116 116 ||Figure 3. The raster image is rendered into the viewport using the transformation mesh.|| 117 117 118 -------- 118 == Addendum 2 == 119 119 120 Regarding: 120 121 ||We will add an optimization if the re-projection is a simple datum shift. The image will simply be shifted, and the advanced algorithm will not be invoked.|| … … 122 123 Upon further investigation, it is not correct to shift the image when the re-projection is a datum shift. Transformations are not that simple. The advanced algorithm will be invoked for all CS transformations. 123 124 124 -------- 125 == Addendum 3 == 125 126 126 127 If the !RasterGridSize is close in size to the actual width or height of your image (e.g. a !RasterGridSize that is ~50% of the height/width), and the raster re-projection is more than a simple affine transformation (e.g. LL84 -> World-Sinusoidal), then you will end up with a poor raster re-projection.