| 41 | |
| 42 | == Additional Enhancement Requests from SPADAC == |
| 43 | |
| 44 | 1. Multithreading (inc. Thread safe getTile) |
| 45 | 1. Proper handling of !Transparencies/Alpha Channel |
| 46 | 1. "Round earth" math model (distance calculations, projection math, etc) |
| 47 | 1. PROJ4 integration |
| 48 | 1. Read EPSG database directly from a database (vs custom csv files) |
| 49 | 1. Ability to use ANY raster data as elevation (jp2, img, etc) |
| 50 | 1. Tighter integration with GDAL. Currently there's a big performance hit when go through the GDAL Plugin vs Native (e.g. JP2, SID, etc) |
| 51 | 1. !Faster/More Efficient Rendering of Vector Data (currently all vectors are read into a giant array) |
| 52 | 1. Registration Engine |
| 53 | a. Image to image registration (accuracy transfer) |
| 54 | a. Automated Tie Point Extraction |
| 55 | 1. GPU accelerated computations and rendering |
| 56 | 1. Unit tests |