This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository josm-plugins.
commit bc0cca25ddb2669827dd7c725bdf2813dc3a785b Author: David Paleino <da...@debian.org> Date: Tue May 3 18:34:36 2011 +0200 Imported Upstream version 0.0.svn25935 --- cadastre-fr/src/cadastre_fr/WMSLayer.java | 4 ++-- svn-info.xml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cadastre-fr/src/cadastre_fr/WMSLayer.java b/cadastre-fr/src/cadastre_fr/WMSLayer.java index 8b6e03a..998e279 100644 --- a/cadastre-fr/src/cadastre_fr/WMSLayer.java +++ b/cadastre-fr/src/cadastre_fr/WMSLayer.java @@ -179,8 +179,8 @@ public class WMSLayer extends Layer implements ImageObserver { EastNorth mid = lambertMax.getCenter(lambertMin); mid = mid.add(-1, 1); // in case the boxes side is a pair, select the one one top,left to follow the rotation mid = mid.add(- mid.east()%c, - mid.north()%c); - int x = (int)(lambertMax.east() - lambertMin.east())/100; - int y = (int)(lambertMax.north() - lambertMin.north())/100; + int x = (int)(lambertMax.east() - lambertMin.east())/c; + int y = (int)(lambertMax.north() - lambertMin.north())/c; int dx[] = {+1, 0,-1, 0}; int dy[] = {0,-1, 0,+1}; int currDir = -1, lDir = 1, i = 1, j = 0, k = -1; diff --git a/svn-info.xml b/svn-info.xml index 2574d66..66d89fe 100644 --- a/svn-info.xml +++ b/svn-info.xml @@ -3,16 +3,16 @@ <entry kind="dir" path="plugins" - revision="25850"> + revision="25938"> <url>http://svn.openstreetmap.org/applications/editors/josm/plugins</url> <repository> <root>http://svn.openstreetmap.org</root> <uuid>b9d5c4c9-76e1-0310-9c85-f3177eceb1e4</uuid> </repository> <commit - revision="25845"> -<author>stoecker</author> -<date>2011-04-14T14:32:17.341054Z</date> + revision="25935"> +<author>jttt</author> +<date>2011-05-02T18:54:39.822241Z</date> </commit> </entry> </info> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/josm-plugins.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel