Revision: 5914
http://sourceforge.net/p/jump-pilot/code/5914
Author: ma15569
Date: 2018-08-17 14:44:52 +0000 (Fri, 17 Aug 2018)
Log Message:
-----------
Updated methods from newer class
Modified Paths:
--------------
core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileGraphTool.java
Modified:
core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileGraphTool.java
===================================================================
--- core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileGraphTool.java
2018-08-02 06:37:29 UTC (rev 5913)
+++ core/trunk/src/org/openjump/core/ui/plugin/raster/ProfileGraphTool.java
2018-08-17 14:44:52 UTC (rev 5914)
@@ -118,7 +118,7 @@
reportNothingToUndoYet();
savedCoordinates.clear();
display(getCoordinates(), getPanel());
- if (ProfileUtils.getLayer() == null) {
+ if (ProfileGraphGUI.getLayer() == null) {
getPanel()
.getContext()
.warnUser(
@@ -134,7 +134,7 @@
coordinates[i] = c;
i++;
}
- ProfileUtils.calculateProfile(coordinates);
+ ProfileGraphGUI.calculateProfile(coordinates);
}
private void display(List<Coordinate> coordinates, LayerViewPanel panel)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel