# NOTES: # 1. There are some restricted strings for special purposes: # YES | NO ON | OFF AUTO # Please note, that these strings are case-sensitive! (auto != AUTO) # 2. To disable optional specifications, you may either use NO or OFF. # (foo=NO | foo=OFF) [grass] # (all MANDATORY) # base directory of GRASS GIS: gisbase=/usr/lib/grass/ # path to your GRASS database: grassdb= # name of the location, that should be published via WMS: location= # to enable auto-detecting, use: staticEPSGcode=NO # (optional) staticEPSGcode [valid EPSG code] staticEPSGcode=NO # path to epsg file (includes information about conversion between PROJ.4 and # EPSG projection definition); should be part of the "proj" package: EPSGfile=/usr/share/proj/epsg # to enable auto-detecting, use: staticAxisOrder=NO # (optional) staticAxisOrder [latlon|lonlat|ne|en|sw|ws] staticAxisOrder=NO [server] # # the debug mode enables the "debug information request" (not implemented yet) # and prints # additional information on InternalError exception in order to help the coder # to debug this program. NOTE: NEVER USE THIS MODE FOR A PUBLIC WMS SERVER !! # [ON|OFF] debugMode=ON # +++ the following parameters are currently not implemented yet: +++ # in byte [positive integer] maxGetStringLength=1024 # in megabyte [positive integer] maxPostFileSize=5 tempPath=/tmp # +++ end +++ [wms_server] # # location (url) of this webservice # to enable auto-detecting (via ServerName variable in apache config files), # use: webserviceUrl=AUTO # (MANDATORY) webserviceUrl webserviceUrl=http://localhost/ # maximal width and height of the GetMap response (in pixels), that a client is # permitted to request via WIDTH and HEIGHT parameters # enable: maxHeight= / no limits: maxHeight=NO # (optional) maxWidth maxHeight [positive Integer] maxWidth=3000 maxHeight=3000 # How many layers a client is permitted to include in a single GetMapRequest? # enable Limit: layerLimit= / no limit: layerLimit=NO # (optional) layerLimit [positive Integer] layerLimit=10 # +++ the following parameter is currently not implemented yet: +++ # To accelerate server response you can define a static GetCapabilities # document. # enable: staticCapabilities= # disable: staticCapabilities=NO staticCapabilities=NO # +++ end +++ [doc_metadata] # language/country code (defined in ISO 639 and ISO 3166), used for xml:lang # attribute in GetCapabilities response document: # (MANDATORY) lang lang=en # (MANDATORY) serverTitle serverTitle=PyWMS server # (optional) serverAbstract=PyWMS server # keyword list format: {keyword1,keyword2,keywordX} # (optional) keywordlist={GRASS,GIS,WMS} # fees/terms format specified in ISO4217; using "None" for no fees: # (optional) fees=None # using "None" for no access constraints: # (optional) accessConstraints=None # should refer to the web site of the service provider # (MANDATORY) onlineResource onlineResource=http://foo.bar # contact information: # enable : serviceContact=YES / disable: serviceContact=NO serviceContact=YES # if you enable serviceContact, you have to fill in at least one of the # following statements: # >>>> primaryPersonName=your name primaryPersonOrganization=your organization positionName=your position # enable : address=YES / disable: address=NO address=YES # if you enable address, you have to fill in at least one of the following # statements: #>> deliveryPoint=street+number city=city postalCode=000 00 stateOrProvince=state country=eu #<< electronicMailAddress=admin@foo.bar phoneVoice=000 # <<<<