mapnik/utils/ogcserver/ogcserver.conf

74 lines
1.7 KiB
Text
Raw Normal View History

# $Id$
2006-04-11 05:00:39 +02:00
# server: This section contains software related configuration parameters.
[server]
2006-04-11 05:00:39 +02:00
# module: The module containing the MapFactory class. See the readme for
# details.
module=CHANGEME
# service: This section contains service level metadata.
[service]
2006-04-11 05:00:39 +02: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.
maxheight=1024
maxwidth=1024
2006-04-11 05:00:39 +02:00
# epsg: The epsg code defining the projection of the source data used in the
# map.
epsg=4326
# 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 21:37:59 +02:00
onlineresource=http://www.mapnik.org/
# 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=
# contact: Contact information. Provides niformation to service users on who
# to contact for help on or details about the service.
[contact]
contactperson=
contactorganization=
contactposition=
addresstype=
address=
city=
stateorprovince=
postcode=
country=
contactvoicetelephone=
contactelectronicmailaddress=