handler=new TestHandler();
map=(Map) handler.getContext().getMap();
GeometryFactory fac=new GeometryFactory();
Point geom=fac.createPoint(new Coordinate(-564121,-1632497));
SimpleFeature[] feature = UDIGTestUtil.createTestFeatures("test", new Point[]{geom}, new String[]{"name"}, CRS.decode("EPSG:2065")); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
Layer layer = map.getLayerFactory().createLayer(CatalogTests.createGeoResource(feature, true));
map.getLayersInternal().add( layer );
map.getViewportModelInternal().setCRS(DefaultGeographicCRS.WGS84);
map.getViewportModelInternal().zoomToBox(layer.getBounds(null, map.getViewportModel().getCRS()));
ApplicationGIS.openMap(map);
UDIGTestUtil.inDisplayThreadWait(2000, new WaitCondition(){
public boolean isTrue() {