summaryrefslogtreecommitdiff
path: root/navit/maptool/maptool.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/maptool/maptool.c')
-rw-r--r--navit/maptool/maptool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/maptool/maptool.c b/navit/maptool/maptool.c
index 56e9cc09..0efcf881 100644
--- a/navit/maptool/maptool.c
+++ b/navit/maptool/maptool.c
@@ -57,7 +57,7 @@ int slices;
int unknown_country;
char ch_suffix[] ="r"; /* Used to make compiler happy due to Bug 35903 in gcc */
/** Textual description of available experimental features, or NULL (=none available). */
-char* experimental_feature_description = NULL; /* add description here */
+char* experimental_feature_description = "Move coastline data to order 6 tiles. Makes map look more smooth, but may affect drawing/searching performance."; /* add description here */
/** Indicates if experimental features (if available) were enabled. */
int experimental;