# HG changeset patch # User Matti Hamalainen # Date 1586571113 -10800 # Node ID 372ae2fd1db090a7ae3b3fdd4b32cecd481f6039 # Parent b0decfe4d3e41c9644e154bd2ab26b780a384eda Indentation cosmetic. diff -r b0decfe4d3e4 -r 372ae2fd1db0 tools/makegmaps.php --- a/tools/makegmaps.php Sat Apr 11 05:11:00 2020 +0300 +++ b/tools/makegmaps.php Sat Apr 11 05:11:53 2020 +0300 @@ -13,18 +13,18 @@ // Paths and files $cfgDefaults = [ - "binConvert" => [1, "convert", "Path of 'convert' binary from ImageMagick or GraphicsMagick."], - "binMercurial" => [1, "hg", "Path of 'hg' binary of Mercurial DVCS."], - "binMake" => [1, "make", "Path of 'make', preferably GNU make."], + "binConvert" => [1, "convert", "Path of 'convert' binary from ImageMagick or GraphicsMagick."], + "binMercurial" => [1, "hg", "Path of 'hg' binary of Mercurial DVCS."], + "binMake" => [1, "make", "Path of 'make', preferably GNU make."], - "pathMapUtils" => [2, "maputils/", "Path for maputils directory tree."], - "pathImageCache" => [2, "cache/", "Image cache directory."], - "pathGMap" => [2, "../", "Path to map main directory and marker data files."], - "pathTileData" => [2, "../tiles/", "Path to map tiles directory structure."], + "pathMapUtils" => [2, "maputils/", "Path for maputils directory tree."], + "pathImageCache" => [2, "cache/", "Image cache directory."], + "pathGMap" => [2, "../", "Path to map main directory and marker data files."], + "pathTileData" => [2, "../tiles/", "Path to map tiles directory structure."], - "pathRawMaps" => [3, FALSE, "Path to the raw ASCII maps."], - "pathLocFiles" => [3, FALSE, "Path to the location data LOC files."], - "worldConfig" => [3, FALSE, "Path of the world configuration file 'world.inc.php' from MapUtils."], + "pathRawMaps" => [3, FALSE, "Path to the raw ASCII maps."], + "pathLocFiles" => [3, FALSE, "Path to the location data LOC files."], + "worldConfig" => [3, FALSE, "Path of the world configuration file 'world.inc.php' from MapUtils."], ];