You can update it with the attached (minor) patch

El 1/2/21 a las 22:24, Steve Ratcliffe escribió:
Hi

Download for splitter r597 (and all older versions) is broken.
Please check.

Thanks for reporting, I have rebuild the latest release.

It was removed because it is over a year old!

Best wishes
Steve
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
Index: src/uk/me/parabola/splitter/ProblemLists.java
===================================================================
--- src/uk/me/parabola/splitter/ProblemLists.java	(revisión: 592)
+++ src/uk/me/parabola/splitter/ProblemLists.java	(copia de trabajo)
@@ -53,7 +53,7 @@
 		long startProblemListGenerator = System.currentTimeMillis();
 		ArrayList<Area> distinctAreas = getNonOverlappingAreas(realAreas);
 		if (distinctAreas.size() > realAreas.size()) {
-			System.err.println("Waring: The areas given in --split-file are overlapping.");
+			System.err.println("Warning: The areas given in --split-file are overlapping.");
 			Set<Integer> overlappingTiles = new TreeSet<>();
 			for (int i = 0; i < realAreas.size(); i++) {
 				Area a1 = realAreas.get(i);
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to