Hi Emily: 

Thanks for testing; I have accepted you pull request. I will look int othe 
compilation problem now (we get some trouble with these @Override tags - I 
think I need to change my eclipse settings so they are ERRORs since they effect 
us at runtime).

I will look into providing a fix; but I am not sure I have time / energy to 
make another release. 

-- 
Jody Garnett


On Friday, 7 October 2011 at 4:13 AM, Emily Gouge wrote:

> Hi again,
> 
> I've done a bit more investigation and have a fix for one of the bugs.
> 
> 1) Complation Error
> java.lang.Error: Unresolved compilation problem:
>  The method propertyChange(PropertyChangeEvent) of type new 
> IPropertyChangeListener(){} must override a superclass method
> 
> 
> This occurs the first time (and only the first time) I download and run 
> udig from 
> http://udig.refractions.net/files/downloads/udig-1.2.3.win32.win32.x86.zip.
> The pan tools do not work as expected when this error occurs.
> 
> All subsequent runs do not produce this error and the pan tools work as 
> expected.
> 
> I do not get this error at all when running from source.
> 
> 2) There is a bug in the Tiled Renderer that occurs when you close a map 
> with the tiled renderer and then re-open it. I have fixed this bug and 
> created a pull request.
> 
> https://github.com/uDig/udig-platform/pull/59
> 
> Emily
> 
> 
> 
> On 06/10/2011 8:40 AM, Emily Gouge wrote:
> > Hi Levi,
> > 
> > The testing I did (and all the errors) was on the packaged download x86
> > zip:
> > (http://udig.refractions.net/files/downloads/udig-1.2.3.win32.win32.x86.zip)
> > 
> > 
> > I will see if I can reproduce running from source.
> > 
> > Emily
> > 
> > 
> > On 05/10/2011 5:55 PM, Putna Levi wrote:
> > > Hi Emily,
> > > 
> > > I can't manage to reproduce the map render error on my checkout however
> > > only select one pan option makes sense to me. If the scale changes and
> > > you have the tiled and scale option selected you end up with a hard edge
> > > on your map. (One tile at one scale and the tile next to it at another).
> > > We might me able to do the same thing we did with the snapping option.
> > > 
> > > Thoughts,
> > > 
> > > ------------------------------------
> > > Levi Putna
> > > Senior Project Officer
> > > Queensland Parks and Wildlife Service
> > > (07) 33305173
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: [email protected] 
> > > > (mailto:[email protected])
> > > > [mailto:[email protected]] On Behalf Of
> > > > Emily Gouge
> > > > Sent: Thursday, 6 October 2011 9:27 AM
> > > > To: Jody Garnett
> > > > Cc: User-friendly Internet GIS
> > > > Subject: [udig-devel] Pan tools - Version 1.2.3
> > > > 
> > > > Hi Jody,
> > > > 
> > > > I know this is a bit late, but I did get around to testing the
> > > > Tiled pan tool in the new version (1.2.3), and unfortunately
> > > > it does not work for me. Tiles are supposed to load as you
> > > > pan around the map at least when in tiled mode. Also I don't
> > > > think it makes sense to allow uses to select both Tiled and
> > > > Scroll mode at the same time (it should be one or the other
> > > > or none, but not both).
> > > > 
> > > > I have no idea if this is even possible, but neither of these
> > > > other pans tool options should even be offered unless the
> > > > tiled renderer is being used.
> > > > 
> > > > Another bug:
> > > > If I am in tiled rendering mode; turn it off in the
> > > > preferences, then close and re-open the map then nothing is
> > > > drawn ever. I have to restart udig to get any layers to show
> > > > on the map. I see the error below in the error log.
> > > > 
> > > > 
> > > > I will try to find some time to provide more detail or maybe
> > > > even some fixes.
> > > > 
> > > > Emily
> > > > 
> > > > ENTRY org.eclipse.ui 4 0 2011-10-05 16:22:06.500 !MESSAGE
> > > > Unhandled event loop exception !STACK 0
> > > > java.lang.Error: Unresolved compilation problem:
> > > > The method propertyChange(PropertyChangeEvent) of type
> > > > new IPropertyChangeListener(){} must override a superclass method
> > > > 
> > > > at
> > > > net.refractions.udig.tools.internal.PanTool$1.propertyChange(Pa
> > > nTool.java:91)
> > > > at
> > > > org.eclipse.ui.preferences.ScopedPreferenceStore$3.run(ScopedPr
> > > eferenceStore.java:375)
> > > > at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> > > > at
> > > > org.eclipse.ui.preferences.ScopedPreferenceStore.firePropertyCh
> > > > angeEvent(ScopedPreferenceStore.java:372)
> > > > at
> > > > org.eclipse.ui.preferences.ScopedPreferenceStore.setValue(Scope
> > > > dPreferenceStore.java:813)
> > > > at
> > > > net.refractions.udig.project.ui.tool.options.ToolOptionContribu
> > > > tionItem$1.widgetSelected(ToolOptionContributionItem.java:71)
> > > > at
> > > > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener
> > > > .java:240)
> > > > at
> > > > org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> > > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
> > > > at
> > > > org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
> > > > at
> > > > org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
> > > > at
> > > > org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
> > > > at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
> > > > at
> > > > org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
> > > > at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
> > > > at
> > > > org.eclipse.core.databinding.observable.Realm.runWithDefault(Re
> > > > alm.java:332)
> > > > at
> > > > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workben
> > > > ch.java:667)
> > > > at
> > > > org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> > > > at
> > > > net.refractions.udig.internal.ui.UDIGApplication.start(UDIGAppl
> > > > ication.java:136)
> > > > at
> > > > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAp
> > > > pHandle.java:196)
> > > > at
> > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.ru 
> > > > (http://org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.ru)
> > > > nApplication(EclipseAppLauncher.java:110)
> > > > at
> > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.st
> > > > art(EclipseAppLauncher.java:79)
> > > > at
> > > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStar
> > > > ter.java:344)
> > > > at
> > > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStar
> > > > ter.java:179)
> > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> > > > at
> > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso
> > > > rImpl.java:39)
> > > > at
> > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMetho
> > > > dAccessorImpl.java:25)
> > > > at java.lang.reflect.Method.invoke(Method.java:597)
> > > > at
> > > > org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
> > > > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
> > > > at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > On 02/10/2011 7:20 PM, Jody Garnett wrote:
> > > > > Issued the pull request here:
> > > > > - https://github.com/uDig/udig-platform/pull/55
> > > > > 
> > > > > Updating docs here:
> > > > > - http://udig.refractions.net/confluence/display/DEV/06+Tools
> > > > > 
> > > > > And I will make a JIRA so it shows up in our change set:
> > > > > - https://jira.codehaus.org/browse/UDIG-1821
> > > > > 
> > > > > 
> > > > > 
> > > > > Additional comments inline
> > > > _______________________________________________
> > > > User-friendly Desktop Internet GIS (uDig)
> > > > http://udig.refractions.net
> > > > http://lists.refractions.net/mailman/listinfo/udig-devel
> > > 
> > > 
> > > +----------------------------------------------------------------+
> > > Think B4U Print
> > > 1 ream of paper = 6% of a tree and 5.4kg CO2 in the atmosphere
> > > 3 sheets of A4 paper = 1 litre of water
> > > +----------------------------------------------------------------+
> > > 
> > > _______________________________________________
> > > User-friendly Desktop Internet GIS (uDig)
> > > http://udig.refractions.net
> > > http://lists.refractions.net/mailman/listinfo/udig-devel
> > _______________________________________________
> > User-friendly Desktop Internet GIS (uDig)
> > http://udig.refractions.net
> > http://lists.refractions.net/mailman/listinfo/udig-devel

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to