Revision: 4928
          http://sourceforge.net/p/jump-pilot/code/4928
Author:   ma15569
Date:     2016-06-02 14:08:45 +0000 (Thu, 02 Jun 2016)
Log Message:
-----------
Commented out Jython roadtool.

Modified Paths:
--------------
    core/trunk/lib/ext/jython/startup.py

Modified: core/trunk/lib/ext/jython/startup.py
===================================================================
--- core/trunk/lib/ext/jython/startup.py        2016-06-01 21:42:08 UTC (rev 
4927)
+++ core/trunk/lib/ext/jython/startup.py        2016-06-02 14:08:45 UTC (rev 
4928)
@@ -106,7 +106,8 @@
 # this tool has Activation and DeActivation event listeners that fire when 
tool icons are clicked
 roadTool.setDeActivationListener(RoadTool.ToolListenerDeActivation())
 roadTool.setActivationListener(RoadTool.ToolListenerActivation())
-toolbox.add(featureDrawingUtil.prepare(roadTool, 1))
+# [Giuseppe Aruta 2016_06_02] RoadTool commented out as it crashes Jython 
console (and OpenJUMP)
+# toolbox.add(featureDrawingUtil.prepare(roadTool, 1))
 
 ovalTool = DrawCustomTool(featureDrawingUtil, fireClicks = 1, minClicks = 2, 
maxClicks = 2, toolName = "Oval Tool", icon = swing.ImageIcon(startuppath + 
"images" + sep + "DrawOval.gif"), geometryType = "polygon");
 import OvalTool


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to