MapGuide Open Source:  Home |  Download |  Internals

Ticket #345 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Adding a Raster image to a map whose coordinate system differs generates an unclassified exception

Reported by: ronnielouie Assigned to: 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.

Change History

11/27/07 15:48:44 changed by ronnielouie

  • status changed from new to closed.
  • resolution set to fixed.

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.