[josm-plugins] 01/06: Imported Upstream version 0.0.svn33172+ds

Bas Couwenberg sebastic at debian.org
Tue Feb 28 07:17:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository josm-plugins.

commit e6ee0a1729b3c1fffa0d4428d7c3fbf551a40c3b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Feb 28 07:41:25 2017 +0100

    Imported Upstream version 0.0.svn33172+ds
---
 build-common.xml                                                  | 2 +-
 .../josm/plugins/lakewalker/LakewalkerPreferences.java            | 4 +++-
 svn-info.xml                                                      | 8 ++++----
 3 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/build-common.xml b/build-common.xml
index a2db7fc..2af760a 100644
--- a/build-common.xml
+++ b/build-common.xml
@@ -15,7 +15,7 @@
     <property name="josm"                   location="../../core/dist/josm-custom.jar"/>
     <property name="josm.test.build.dir"    location="../../core/test/build"/>
     <property name="error_prone_ant.jar"    location="../00_core_tools/error_prone_ant-2.0.15.jar"/>
-    <property name="checkstyle.jar"         location="../00_core_tools/checkstyle/checkstyle-7.4-all.jar"/>
+    <property name="checkstyle.jar"         location="../00_core_tools/checkstyle/checkstyle-all.jar"/>
     <property name="findbugs-ant.jar"       location="../00_core_tools/findbugs/findbugs-ant.jar"/>
     <property name="annotations.jar"        location="../00_core_tools/findbugs/annotations.jar"/>
     <property name="plugin.build.dir"       location="build"/>
diff --git a/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java b/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java
index adc0835..24a7964 100644
--- a/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java
+++ b/lakewalker/src/org/openstreetmap/josm/plugins/lakewalker/LakewalkerPreferences.java
@@ -78,7 +78,9 @@ public class LakewalkerPreferences extends DefaultTabPreferenceSetting {
         maxSegsConfig.setToolTipText(tr("Maximum number of segments allowed in each generated way. Default 250."));
         maxNodesConfig.setToolTipText(tr("Maximum number of nodes to generate before bailing out (before simplifying lines). Default 50000."));
         thresholdConfig.setToolTipText(tr("Maximum gray value to accept as water (based on Landsat IR-1 data). Can be in the range 0-255. Default 90."));
-        epsilonConfig.setToolTipText(tr("Accuracy of Douglas-Peucker line simplification, measured in degrees.<br>Lower values give more nodes, and more accurate lines. Default 0.0003."));
+        epsilonConfig.setToolTipText("<html>" +
+            tr("Accuracy of Douglas-Peucker line simplification, measured in degrees.<br>Lower values give more nodes, and more accurate lines. Default 0.0003.")
+            + "</html>");
         landsatResConfig.setToolTipText(tr("Resolution of Landsat tiles, measured in pixels per degree. Default 4000."));
         landsatSizeConfig.setToolTipText(tr("Size of one landsat tile, measured in pixels. Default 2000."));
         eastOffsetConfig.setToolTipText(tr("Offset all points in East direction (degrees). Default 0."));
diff --git a/svn-info.xml b/svn-info.xml
index 8f76eb3..f0e1c37 100644
--- a/svn-info.xml
+++ b/svn-info.xml
@@ -3,7 +3,7 @@
 <entry
    kind="dir"
    path="plugins"
-   revision="33134">
+   revision="33172">
 <url>https://svn.openstreetmap.org/applications/editors/josm/plugins</url>
 <relative-url>^/applications/editors/josm/plugins</relative-url>
 <repository>
@@ -11,9 +11,9 @@
 <uuid>b9d5c4c9-76e1-0310-9c85-f3177eceb1e4</uuid>
 </repository>
 <commit
-   revision="33133">
-<author>donvip</author>
-<date>2017-01-30T22:41:59.952809Z</date>
+   revision="33172">
+<author>upliner</author>
+<date>2017-02-27T11:36:11.767632Z</date>
 </commit>
 </entry>
 </info>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git



More information about the Pkg-grass-devel mailing list