Am 03.11.2013 12:56, schrieb Steve Ratcliffe: > The second means that you can write just > > minspeed < $maxspeed > > and it will be converted automatically to: > > minspeed=* & minspeed < $maxspeed
Wouldn't it be more logical to convert it to: minspeed=* & maxspeed=* & minspeed < $maxspeed Henning _______________________________________________ mkgmap-dev mailing list [email protected] http://lists.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
