logo separator

[mkgmap-dev] areas.poly from splitter

From GerdP gpetermann_muenchen at hotmail.com on Wed Dec 19 14:45:36 GMT 2012

Minko-2 wrote
> I see, maybe it's something in my windows preferences?
> I'm using Vista 32 bits.

Yes, you can set that somewhere. I don't know where.
If you can compile splitter, please try this patch, which adds Locale.ROOT,
to the format call:
Index: AreaList.java
===================================================================
--- AreaList.java	(revision 264)
+++ AreaList.java	(working copy)
@@ -263,7 +263,7 @@
 						if (point.y == nextPoint.y && point.y == lastPoint.y)
 							continue;
 					}
-					pw.println(String.format("  %e  %e",Utils.toDegrees(point.x)
,Utils.toDegrees(point.y)));
+					pw.println(String.format(Locale.ROOT, "  %e 
%e",Utils.toDegrees(point.x) ,Utils.toDegrees(point.y)));
 					
 				}
 				pw.println("END");





--
View this message in context: http://gis.19327.n5.nabble.com/areas-poly-from-splitter-tp5741029p5741037.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.


More information about the mkgmap-dev mailing list