We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c05627 + db2e408 commit 20b8e66Copy full SHA for 20b8e66
itasca.map
@@ -16,7 +16,7 @@ MAP
16
#
17
# Projection definition, consult the PROJ.4 documentation for parameter discussion
18
19
- # PROJECTION
+ PROJECTION
20
# "proj=utm"
21
# "ellps=GRS80"
22
# "zone=15"
@@ -25,8 +25,8 @@ MAP
25
26
# OR:
27
28
- # "init=epsg:26915"
29
- # END
+ "init=epsg:26915"
+ END
30
31
32
# Start of symbol definitions (we're only using a few)
@@ -74,6 +74,7 @@ MAP
74
WMS_TITLE "MapServer Itasca Demo"
75
WMS_ABSTRACT "This is a MapServer demo application for Itasca County located in north central Minnesota."
76
WMS_ACCESSCONSTRAINTS "none"
77
+ WMS_ENABLE_REQUEST "*"
78
79
# change this value to match your setup
80
WMS_ONLINERESOURCE "http://localhost.localdomain/mapserver_demos/itasca/index.html"
0 commit comments