changeset 97:0b5fc283ed0c gmap2

Comments.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 16 Oct 2011 03:29:55 +0300
parents 1b637dd0b944
children 94b573fd7c8c
files tools/makegmaps.php
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makegmaps.php	Sun Oct 16 03:27:49 2011 +0300
+++ b/tools/makegmaps.php	Sun Oct 16 03:29:55 2011 +0300
@@ -356,8 +356,7 @@
 }
 
 
-/*
- * Export tradelane data
+/* Export tradelane waypoint data
  */
 if (!isset($tradelanePoints))
   die("PHP array \$tradelanePoints not set, '$config' is old or incompatible.\n");
@@ -387,6 +386,8 @@
 $doc->save($tradelaneOut);
 
 
+/* Export tradelane line data
+ */
 echo "\nCreating tradelane line data '".$tradelaneOver."' ...\n";
 $doc = new DOMDocument("1.0", "UTF-8");
 $node = $doc->createElement("tradelanes");