Hello list,
A small wish list for splitter:
- honour "action='deleted'" in the input file. Rather trivial to write,
but I don't send a patch because you would be horrified by my code.
- make it possible to use hex data in areas.list (trivial patch, see below).
Best regards,
Valentijn
Index: AreaList.java
===================================================================
--- AreaList.java (revision 37)
+++ AreaList.java (working copy)
@@ -97,8 +97,8 @@
List<SubArea> list = new ArrayList<SubArea>();
Pattern pattern = Pattern.compile("([0-9]{8}):" +
- " ([\\p{Digit}-]+),([\\p{Digit}-]+)" +
- " to ([\\p{Digit}-]+),([\\p{Digit}-]+)");
+ " ([\\p{XDigit}x-]+),([\\p{XDigit}x-]+)" +
+ " to ([\\p{XDigit}x-]+),([\\p{XDigit}x-]+)");
try {
r = new FileReader(filename);
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev