changeset 313:372ae2fd1db0 gmap2

Indentation cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Apr 2020 05:11:53 +0300
parents b0decfe4d3e4
children 068ea2f447cc
files tools/makegmaps.php
diffstat 1 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- 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."],
 ];