- Change default ogcserver.conf to reflect new projection support.
This commit is contained in:
parent
77e502c86e
commit
51906ed2f8
1 changed files with 4 additions and 4 deletions
|
@ -27,10 +27,10 @@ abstract=This abstract describes the server and its contents.
|
|||
maxheight=1024
|
||||
maxwidth=1024
|
||||
|
||||
# epsg: The epsg code defining the projection of the source data used in the
|
||||
# map.
|
||||
# allowedepsgcodes: The comma seperated list of epsg codes we want the server
|
||||
# to support and advertise as supported in GetCapabilities.
|
||||
|
||||
epsg=4326
|
||||
allowedepsgcodes=4326
|
||||
|
||||
# onlineresource: A service level URL most likely pointing to the web site
|
||||
# supporting the service for example. This is NOT the online
|
||||
|
@ -53,7 +53,7 @@ keywordlist=
|
|||
|
||||
accessconstraints=
|
||||
|
||||
# contact: Contact information. Provides niformation to service users on who
|
||||
# contact: Contact information. Provides information to service users on who
|
||||
# to contact for help on or details about the service.
|
||||
|
||||
[contact]
|
||||
|
|
Loading…
Reference in a new issue