Add nautical units to default config

This commit is contained in:
Bartek Fabiszewski 2018-07-09 21:12:26 +02:00
parent 24a91e8cc4
commit 655079f68a

View File

@ -87,9 +87,10 @@ $lang = "en";
//$lang = "it";
// units
// (metric, imperial)
// (metric, imperial, nautical)
$units = "metric";
//$units = "imperial";
//$units = "nautical";
// These need to be copied to config.php
$strokeWeight = 2;