Revision 39618

View differences:

branches/v2_0_0_prep/libraries/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.impl/src/main/java/org/gvsig/symbology/fmap/mapcontext/rendering/legend/impl/AbstractVectorialLegend.java
396 396
			drawFeatures(image, g, viewPort, cancel, coordTrans, dpi,
397 397
					drawnNotification, featureSet, selection);
398 398

  
399
        } catch (RuntimeException e) {
400
            /*
401
             * Probably a reprojection exception (for example,
402
             * trying to reproject Canada to EPSG:23030)
403
             */
404
            throw new LegendDrawingException(e);
399 405
		} catch (BaseException e) {
400 406
			throw new LegendDrawingException(e);
401 407
		} finally {
......
429 435
            // FIXME
430 436
            if (coordTrans != null) {
431 437
                viewPortEnvelopeInMyProj = viewPortEnvelope.convert(coordTrans
432
                    .getInverted());
438
                        .getInverted());
433 439
            }
434 440

  
435 441
            if (dataProjection == null) {

Also available in: Unified diff