logo separator

[mkgmap-dev] Is height: filter working as described?

From Steve Ratcliffe steve at parabola.me.uk on Fri Feb 3 09:53:20 GMT 2017

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


More information about the mkgmap-dev mailing list