Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] udig 0.7RC4 feedback

Hi guys,

I starting some testing with 0.6.1 last weekend, but you were too fast
for me, so I moved on to 0.7RC4. I am testing on Linux with Java 1.5.0
(or is this java 5...) and with with the data in the test plan.

On startup I am getting getting:

rschulz@Linnaea:~/bin/udig0.7.RC4 $ ./eclipse
SPHEROID["WGS84", 6378137.0, 298.257223563]
Plugin net.refractions.udig.project.ui, extension
org.eclipse.ui.decorators
Required sub element 'icon' not defined
Plugin net.refractions.udig.project.ui, extension
org.eclipse.ui.decorators
Unknown extension tag found: decorator

Adding a wms to the current map gave me an error that said I had no maps
present (I had one map with the world shapefile).

After adding a second map, "add to current map" (from the catalog) will
only add to my first map. (update- after a re-start, it only adds to my
third map)

When changing a style, it would be nice to have the enabled boxes
checked by default (else you get a white map with no applied styles).

Minor detail, but the Polygon SLD pane is too narrow by default (in
style view).

Would be nice to see CRS info for a layer in the properties view (as
done in the viewport model properties).

On the map preferences dialog (from right-clicking a map in the projects
view) Coordinate System should be Coordinate Reference System (if you
have the room). Could also separate projected crs's from geographic
crs's (put them on two separate tabs?). An implemented
CRSAuthorityFactory.getAuthorityCodes(Class type) can be used for this.
I like the names instead of the epsg numbers for crs's: much better than
udig0.6.

When I changed the map crs (via the above preferences panel) all I got
was a blank map. The bounding box for the projected layer was not
updated, so "zoom to layer" did not work (took me to +- 180 degrees
longitude). I had to zoom out to see the projected, very skewed (I was
using a polar sterogaphic for the layer) layer.

I didn't realize how much I have come to depend on this, but can you use
Save/Don't Save on dialogs as done in the gnome and mac HIG (instead of
the windows yes/no).

I don't have a printer, but hitting print brought up a page view. I was
able to change the text in the title and move the map around (no map
image given in the layout).

Doing a re-start, udig would not start. I solved this by deleting my
project file. The last part of the error log is below.

I cannot figure out the population of victoria, but I also did not read
any help for the information tool. I will try again tomorrow.

Anyway, this is the most stable, feature rich udig yet, so great job. I
can hardly wait for 0.8 (or a fixed up 0.7.0).

Rueben



rschulz@Linnaea:~/bin/udig0.7.RC4 $ ./eclipse
SPHEROID["WGS84", 6378137.0, 298.257223563]
cs = GEOGCS["GCS_WGS_1984", DATUM["D_WGS_1984", SPHEROID["WGS_1984",
6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["×0.017
rad",0.0174532925199433], AXIS["Longitude",EAST],
AXIS["Latitude",NORTH]]
cs = GEOGCS["GCS_WGS_1984", DATUM["D_WGS_1984", SPHEROID["WGS_1984",
6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["×0.017
rad",0.0174532925199433], AXIS["Longitude",EAST],
AXIS["Latitude",NORTH]]
http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?REQUEST=GetCapabilities&VERSION=1.3.0&SERVICE=WMS

//error dialog brought up here telling me to see
workspace/.metadata/.log.

//end of workspace/.metadata/.log file

!SESSION 2005-01-18 21:03:03.110
-----------------------------------------------
eclipse.buildId=I200408122000
java.version=1.5.0
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_CA
Command-line arguments:  -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 2005-01-18 21:03:03.122
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path
(MOZILLA_FIVE_HOME not set)]
	at org.eclipse.swt.SWT.error(SWT.java:2853)
	at org.eclipse.swt.browser.Browser.<init>(Browser.java:122)
	at
net.refractions.udig.tool.info.internal.display.BrowserInfoDisplay.createBrowser(BrowserInfoDisplay.java:122)
	at
net.refractions.udig.tool.info.internal.display.BrowserInfoDisplay.createDisplay(BrowserInfoDisplay.java:97)
	at
net.refractions.udig.tool.info.internal.InfoView.createPartControl(InfoView.java:122)
	at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:148)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
	at org.eclipse.core.runtime.Platform.run(Platform.java:747)
	at
org.eclipse.ui.internal.PartPane.doCreateChildControl(PartPane.java:144)
	at
org.eclipse.ui.internal.ViewPane.doCreateChildControl(ViewPane.java:135)
	at
org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:349)
	at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:218)
	at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:124)
	at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:396)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
	at org.eclipse.core.runtime.Platform.run(Platform.java:747)
	at
org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:287)
	at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:582)
	at
org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
	at
org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:579)
	at org.eclipse.ui.internal.ViewFactory
$ViewReference.getPart(ViewFactory.java:106)
	at org.eclipse.ui.internal.ViewFactory
$ViewReference.getView(ViewFactory.java:176)
	at
org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2522)
	at
org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1634)
	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1414)
	at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1370)
	at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1273)
	at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
	at org.eclipse.core.runtime.Platform.run(Platform.java:747)
	at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1207)
	at
org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:171)
	at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:659)
	at org.eclipse.ui.internal.Workbench.init(Workbench.java:886)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1516)
	at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:285)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
	at
net.refractions.udig.internal.ui.UDIGApplication.run(UDIGApplication.java:31)
	at org.eclipse.core.internal.runtime.PlatformActivator
$1.run(PlatformActivator.java:220)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
	at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
	at org.eclipse.core.launcher.Main.run(Main.java:710)
	at org.eclipse.core.launcher.Main.main(Main.java:694)






Back to the top