2006-04-10 06:19:27 +00:00
|
|
|
# $Id$
|
|
|
|
|
2006-04-11 03:00:39 +00:00
|
|
|
# server: This section contains software related configuration parameters.
|
|
|
|
|
2006-04-10 06:19:27 +00:00
|
|
|
[server]
|
2006-04-11 03:00:39 +00:00
|
|
|
|
|
|
|
# module: The module containing the MapFactory class. See the readme for
|
|
|
|
# details.
|
2009-06-23 01:14:49 +00:00
|
|
|
# This would be the name of the map_factory file (without extension .py)
|
2006-04-11 03:00:39 +00:00
|
|
|
|
|
|
|
module=CHANGEME
|
|
|
|
|
|
|
|
# service: This section contains service level metadata.
|
2006-04-10 06:19:27 +00:00
|
|
|
|
|
|
|
[service]
|
2006-04-11 03:00:39 +00:00
|
|
|
|
|
|
|
# title: The title of the server.
|
|
|
|
|
|
|
|
title=Mapnik OGC Server
|
|
|
|
|
|
|
|
# abstract: An abstract describing the server.
|
|
|
|
|
|
|
|
abstract=This abstract describes the server and its contents.
|
|
|
|
|
|
|
|
# maxwidth, maxheight: The maximum size that a map will be supplied at.
|
|
|
|
# Exceeding it will raise an error in the client.
|
|
|
|
|
2006-04-10 06:19:27 +00:00
|
|
|
maxheight=1024
|
|
|
|
maxwidth=1024
|
2006-04-11 03:00:39 +00:00
|
|
|
|
2006-11-01 02:04:01 +00:00
|
|
|
# allowedepsgcodes: The comma seperated list of epsg codes we want the server
|
|
|
|
# to support and advertise as supported in GetCapabilities.
|
2006-04-11 03:00:39 +00:00
|
|
|
|
2006-11-01 02:04:01 +00:00
|
|
|
allowedepsgcodes=4326
|
2006-04-11 03:00:39 +00:00
|
|
|
|
|
|
|
# onlineresource: A service level URL most likely pointing to the web site
|
|
|
|
# supporting the service for example. This is NOT the online
|
|
|
|
# resource pointing to the CGI.
|
|
|
|
|
2006-04-22 19:37:59 +00:00
|
|
|
onlineresource=http://www.mapnik.org/
|
2006-07-22 18:54:53 +00:00
|
|
|
|
|
|
|
# fees: An explanation of the fee structure for the usage of your service,
|
|
|
|
# if any. Use the reserved keyword "none" if not applicable.
|
|
|
|
|
|
|
|
fees=
|
|
|
|
|
|
|
|
# keywords: A comma seperated list of key words.
|
|
|
|
|
|
|
|
keywordlist=
|
|
|
|
|
|
|
|
# accessconstraints: Plain language description of any constraints that might
|
|
|
|
# apply to the usage of your service, such as hours of
|
|
|
|
# operation.
|
|
|
|
|
|
|
|
accessconstraints=
|
|
|
|
|
2009-03-03 19:29:51 +00:00
|
|
|
# maxage: The content of the HTTP Cache-Control header -
|
|
|
|
# the maximum age of the content in a cache, measured
|
|
|
|
# in seconds. One week is 604800 seconds, the default is
|
|
|
|
# 1 day.
|
|
|
|
|
|
|
|
maxage=86400
|
|
|
|
|
2006-11-01 02:04:01 +00:00
|
|
|
# contact: Contact information. Provides information to service users on who
|
2006-07-22 18:54:53 +00:00
|
|
|
# to contact for help on or details about the service.
|
|
|
|
|
|
|
|
[contact]
|
|
|
|
|
|
|
|
contactperson=
|
|
|
|
contactorganization=
|
|
|
|
contactposition=
|
|
|
|
|
|
|
|
addresstype=
|
|
|
|
address=
|
|
|
|
city=
|
|
|
|
stateorprovince=
|
|
|
|
postcode=
|
|
|
|
country=
|
|
|
|
|
|
|
|
contactvoicetelephone=
|
|
|
|
contactelectronicmailaddress=
|