/[schmitzm]
ViewVC logotype

Revision 369


Jump to revision: Previous Next
Author: alfonx
Date: Thu Sep 3 17:53:47 2009 UTC (15 years, 5 months ago)
Changed paths: 1
Log Message:
Add the rendering hint to use the not-so-accurate scale calculations. We don't want annoying Bursa-Wolf-Pameter-missing exception coming from the preview JMapPane

Map<Object, Object> hints = this.mapPane.getRenderer().getRendererHints();
if (hints == null) 
	hints = new HashMap<Object, Object>();
hints.put(StreamingRenderer.SCALE_COMPUTATION_METHOD_KEY, StreamingRenderer.SCALE_OGC);


Changed paths

Path Details
Directorybranches/1.0-gt2-2.6/src/schmitzm/geotools/gui/FeatureTablePane.java modified , text changed

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26