[fusion-commits] r1344 - trunk

svn_fusion at osgeo.org svn_fusion at osgeo.org
Thu Mar 27 11:58:43 EDT 2008


Author: wbronsema
Date: 2008-03-27 11:58:43 -0400 (Thu, 27 Mar 2008)
New Revision: 1344

Modified:
   trunk/config.json
Log:
fixes #41.  Added the "legendIconCacheDir" to the mapserver section

Modified: trunk/config.json
===================================================================
--- trunk/config.json	2008-03-27 13:38:40 UTC (rev 1343)
+++ trunk/config.json	2008-03-27 15:58:43 UTC (rev 1344)
@@ -1,21 +1,21 @@
 /* This is the fusion configuration file.  Adjust as necessary. */
-{ 
-    /* The general section contains settings that are general to 
+{
+    /* The general section contains settings that are general to
        fusion as a whole. */
     "general": {
-	    /* PHP is the default and only script language supported.  
+	    /* PHP is the default and only script language supported.
 	       Don"t change this. */
 	    "scriptLanguage": "php",
-	    
+
 	    /* A directory on this system that fusion can use for
 	       temporary files. */
 	    "temporaryDirectory": "/tmp"
     },
-    /* The MapGuide section is required if you are installing 
+    /* The MapGuide section is required if you are installing
        fusion for MapGuide. */
     "mapguide": {
-	    /* The WebTierURL is the url to mapguide, it should start 
-	       with http and end with /mapguide.  If you have installed 
+	    /* The WebTierURL is the url to mapguide, it should start
+	       with http and end with /mapguide.  If you have installed
 	       fusion inside the www directory of MapGuide, then you can
 	       leave this empty as it will be automatically calculated. */
            "webTierUrl": ""
@@ -30,5 +30,8 @@
 	    "imagePath": "/tmp/ms_tmp",
 	    /* The URL to the image path configured above. */
 	    "imageUrl": "http://localhost/tmp/ms_tmp"
+	    /* The file system path to where mapserver should put
+	        web-accessible temporary legend images. */
+	    "legendIconCacheDir":"/tmp/ms_tmp"
     }
 }
\ No newline at end of file



More information about the fusion-commits mailing list