On 02/03/2017 07:32 AM, Gerd Petermann wrote:
I'd prefer not to change the syntax because that would break backward
compatibility.
Attached is a small patch which allows to use height without an argument. If an
arg is given it must use
ft or feet as target. The doc is changed accordingly.
I've also tried to fix a problem in the docu for conv.
+ public HeightFilter(String s) {
+ super(s == null ? "m=>s" : s);
There is a typo there I think, should be "m=>ft"
..Steve
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev