The settings.ini file found in the conf folder is a text document used as the general configuration file for a GeoMOOSE application. It configures things such as projection, paths, mailing labels. For an example of a settings.ini file, please refer to the GeoMOOSE demo and the file in the conf folder. This reference guide explains the optional settings.
This is very important. settings.ini is managed by GeoMOOSE. If you upgrade the application in the same tree as your current application you will lose all of your changes. This can get annoying because replacing the new setttings.ini with your old one could substantially break the application because some of its defaults will be missing. GeoMOOSE is configured to override settings.ini with local_settings.ini. There are two example files that you might want to use for local_settings.ini`; either ms4w_local_settings.ini or unix_local_settings.ini. If you want to change these settings, leave settings.ini alone and change them in local_settings.ini. Think of local_settings.ini as an override to the defaults in settings.ini. Anything that is in settings.ini can go into local_settings.ini.
This setting specifies which metadata parameters in the mapfiles are used for the identify service output templates.
This setting specifies which metadata parameters in the mapfiles are used for the itemquery service output templates.
This setting specifies the output of a query with no results returned.
These setting specify formatting options for the labels generated from the mailing labels service. Specifies how many rows/columns to print per page:
Specifies page layout information (only applies to PDF Format):
Specifies Font for the label output (only applies to PDF Format):
Specifies the settings for the actual lines of the label. The items in parentheses relate to the data source in the mailing labels service. Items must be enter with parentheses and case sensitive field name.
If this is set to “true” then any blank lines in the labels will be “collapsed” in the PDF output.
Sets if print format will appear in the print formats tab. The format will appear if “1” and will not appear if “0”
Sets the template to use, image width and height for map when selecting the html format for printing output.
The default location of local_settings.ini is ‘../../conf/local_settings.ini’. The location of local_settings.ini can be changed with Apache environment variables. For instance, in Apache httpd.conf like: SetEnv GEOMOOSE_LOCAL_SETTINGS '/new/path/to/local_settings.ini'