Bas Couwenberg pushed to branch master at Debian GIS Project / mkgmap
Commits: d762a6a0 by Bas Couwenberg at 2024-07-01T05:39:32+02:00 New upstream version 0.0.0+svn4921 - - - - - f0c2f3fc by Bas Couwenberg at 2024-07-01T05:39:44+02:00 Update upstream source from tag 'upstream/0.0.0+svn4921' Update to upstream version '0.0.0+svn4921' with Debian dir 92818eda132a087d74d4858c324b898bb22bbcfb - - - - - 761fabb0 by Bas Couwenberg at 2024-07-01T05:39:57+02:00 New upstream SVN snapshot. - - - - - 5531663e by Bas Couwenberg at 2024-07-01T05:40:28+02:00 Set distribution to unstable. - - - - - 5 changed files: - debian/changelog - resources/mkgmap-version.properties - src/uk/me/parabola/util/QuadTreeNode.java - test/func/SimpleTest.java - test/func/route/SimpleRouteTest.java Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +mkgmap (0.0.0+svn4921-1) unstable; urgency=medium + + * New upstream SVN snapshot. + + -- Bas Couwenberg <[email protected]> Mon, 01 Jul 2024 05:40:16 +0200 + mkgmap (0.0.0+svn4919-1) unstable; urgency=medium * New upstream SVN snapshot. ===================================== resources/mkgmap-version.properties ===================================== @@ -1,2 +1,2 @@ -svn.version: 4919 -build.timestamp: 2024-04-04T10:16:18+0100 +svn.version: 4921 +build.timestamp: 2024-06-10T15:46:04+0100 ===================================== src/uk/me/parabola/util/QuadTreeNode.java ===================================== @@ -191,11 +191,11 @@ public class QuadTreeNode { Area swBounds = new Area(bounds.getMinLat(), bounds.getMinLong(), halfLat, halfLong); - Area nwBounds = new Area(halfLat + 1, bounds.getMinLong(), + Area nwBounds = new Area(halfLat, bounds.getMinLong(), bounds.getMaxLat(), halfLong); - Area seBounds = new Area(bounds.getMinLat(), halfLong + 1, halfLat, + Area seBounds = new Area(bounds.getMinLat(), halfLong, halfLat, bounds.getMaxLong()); - Area neBounds = new Area(halfLat + 1, halfLong + 1, bounds.getMaxLat(), + Area neBounds = new Area(halfLat, halfLong, bounds.getMaxLat(), bounds.getMaxLong()); children[0] = new QuadTreeNode(swBounds); ===================================== test/func/SimpleTest.java ===================================== @@ -101,7 +101,7 @@ public class SimpleTest extends Base { count++; System.out.println("TRE size " + size); // Size varies depending on svn modified status - assertThat("TRE size", size, new RangeMatcher(769, 2)); + assertThat("TRE size", size, new RangeMatcher(770, 2)); break; case "LBL": count++; ===================================== test/func/route/SimpleRouteTest.java ===================================== @@ -96,7 +96,7 @@ public class SimpleRouteTest extends Base { count++; System.out.println("TRE size " + size); // Size varies depending on svn modified status - assertThat("TRE size", size, new RangeMatcher(769, 2)); + assertThat("TRE size", size, new RangeMatcher(770, 2)); break; case "LBL": count++; View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/compare/fd15b20254c558685409ea1906bc8ea0b74b292a...5531663ea463d0c3ae3af20836c61c5e4ccefe29 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/mkgmap/-/compare/fd15b20254c558685409ea1906bc8ea0b74b292a...5531663ea463d0c3ae3af20836c61c5e4ccefe29 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
