Opened 17 years ago
Closed 17 years ago
#345 closed defect (fixed)
Adding a Raster image to a map whose coordinate system differs generates an unclassified exception
Reported by: | ronnielouie | Owned by: | ronnielouie |
---|---|---|---|
Priority: | medium | Milestone: | 2.0 |
Component: | Mapping Service | Version: | 2.0.0 |
Severity: | major | Keywords: | |
Cc: | External ID: | 1010518 |
Description
1) Load the attached package 2) Preview the map 3) Zoom in several times and an unclassified exception should occur on the server
We don't support raster transformations so we should have a nice server exception to deal with this and hopefully log an error to the server error log.
Note:
See TracTickets
for help on using tickets.
http://trac.osgeo.org/mapguide/changeset/r2517 An unclassified exception is thrown when coordinate system of raster layer and map do not match. Raster transformation is not supported so a more informative exception should be thrown.