changeset 89:eda395037855 gmap2

World data file was changed to world.inc.php in maputils repo.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 16 Oct 2011 01:37:44 +0300
parents 0aeb58e12384
children a45bf2b79256
files tools/makegmaps.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makegmaps.php	Sun Oct 16 01:29:08 2011 +0300
+++ b/tools/makegmaps.php	Sun Oct 16 01:37:44 2011 +0300
@@ -129,7 +129,7 @@
 /*
  * Include continent and tradelane configuration 
  */
-$config = $mapUtils."www/config.inc.php";
+$config = $mapUtils."www/world.inc.php";
 if (!file_exists($config))
   die("Required continent/tradelane configuration file '$config' not found.\n");