Hi all,
is there a possibility to customize the standard URL in the menu "Add
WMS-Layer"?
I did it with a little beanshell-script, so i don't have to type in the
URL manually:
[code]
import com.vividsolutions.jump.workbench.ui.MultiInputDialog;
dialog = new MultiInputDialog(wc.workbench.frame, "Bayernviewer", true);
dialog.addLabel("URL Bayernviewer:");
dialog.addTextField("",
"http://deutschlandviewer.bayern.de/ogc/getogc.cgi", 0, null, null);
dialog.setVisible(true);
[/code]
I think it would be a great idea if Openjump would save the latest
URL-entry.
regards,
Johannes Sommer
_______________________________________________
jump-users mailing list
[email protected]
http://lists.refractions.net/mailman/listinfo/jump-users