# HG changeset patch # User Matti Hamalainen # Date 1395079453 -7200 # Node ID 51921cbc3c4fb84a1fdd4076647d1bc56a6770dc # Parent a0a788e1b82ed2e7f5feaa5476f5a625a7995e51 Add clarifying information. diff -r a0a788e1b82e -r 51921cbc3c4f tools/makegmaps.php --- 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?");