changeset 247:51921cbc3c4f gmap2

Add clarifying information.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 17 Mar 2014 20:04:13 +0200
parents a0a788e1b82e
children a59e1a7f71f8
files tools/makegmaps.php
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/makegmaps.php	Mon Mar 17 03:11:25 2014 +0200
+++ b/tools/makegmaps.php	Mon Mar 17 20:04:13 2014 +0200
@@ -265,7 +265,9 @@
   $sdone = FALSE;
   while (!$sdone)
   {
-    $cfg["urlTilePrefix"] = stInputPrompt("Enter URL prefix for tiles:\n", FALSE, "stValidateURLPrefix");
+    $cfg["urlTilePrefix"] = stInputPrompt(
+      "Enter URL prefix for tiles. For example: http://foobar.com/map/tiles/\n",
+      FALSE, "stValidateURLPrefix");
     $sdone = stYesNoPrompt("The URL prefix to be used is \"".$cfg["urlTilePrefix"]."\", e.g.\n".
       "htaccess to be created would be: \"".$cfg["urlTilePrefix"]."sea.png\"\n".
       "Is this correct?");