changeset 125:0f8075eee7fe gmap2

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Mar 2014 12:20:58 +0200
parents 105c5bc0a1c3
children b54b1c29b3f5
files tools/makegmaps.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makegmaps.php	Sun Mar 09 09:50:37 2014 +0200
+++ b/tools/makegmaps.php	Sun Mar 09 12:20:58 2014 +0200
@@ -137,7 +137,7 @@
 
 
 /*
- * Generate continents JavasScript file
+ * Generate continents JavasScript data file
  */
 echo "* Generating $continentJS ...\n";
 $str = "var continents = [\n";
@@ -390,7 +390,7 @@
 $doc->save($tradelaneOut);
 
 
-/* Export tradelane line data
+/* Export tradelane polyline data
  */
 echo "\nCreating tradelane line data '".$tradelaneOver."' ...\n";
 if (!isset($tradelaneDefs))