changeset 127:324a169ee8b6 gmap2

Rename a variable.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Mar 2014 12:21:55 +0200
parents b54b1c29b3f5
children 37c4d1f16258
files tools/makegmaps.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makegmaps.php	Sun Mar 09 12:21:24 2014 +0200
+++ b/tools/makegmaps.php	Sun Mar 09 12:21:55 2014 +0200
@@ -24,7 +24,7 @@
 $locPath = $mapUtils."maps/";
 $continentJS = $markerPath."continents.js";
 $tradelaneOut = $markerPath."tradelane.xml";
-$tradelaneOver = $markerPath."troverlay.xml";
+$tradelaneOverlay = $markerPath."troverlay.xml";
 $mkloc = $mapUtils."mkloc";
 
 $modes = array(
@@ -392,7 +392,7 @@
 
 /* Export tradelane polyline data
  */
-echo "\nCreating tradelane line data '".$tradelaneOver."' ...\n";
+echo "\nCreating tradelane polyline data '".$tradelaneOverlay."' ...\n";
 if (!isset($tradelaneDefs))
   die("PHP array \$tradelaneDefs not set, '$config' is old or incompatible.\n");
 
@@ -416,7 +416,7 @@
     $point->setAttribute("y", $yc);
   }
 }
-$doc->save($tradelaneOver);
+$doc->save($tradelaneOverlay);
 
 
 /*