Skip to content

Commit 20b8e66

Browse files
committed
Merge pull request #1 from kalxas/master
Enabled WMS and added projection information needed by WMS
2 parents 8c05627 + db2e408 commit 20b8e66

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

itasca.map

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MAP
1616
#
1717
# Projection definition, consult the PROJ.4 documentation for parameter discussion
1818
#
19-
# PROJECTION
19+
PROJECTION
2020
# "proj=utm"
2121
# "ellps=GRS80"
2222
# "zone=15"
@@ -25,8 +25,8 @@ MAP
2525
#
2626
# OR:
2727
#
28-
# "init=epsg:26915"
29-
# END
28+
"init=epsg:26915"
29+
END
3030

3131
#
3232
# Start of symbol definitions (we're only using a few)
@@ -74,6 +74,7 @@ MAP
7474
WMS_TITLE "MapServer Itasca Demo"
7575
WMS_ABSTRACT "This is a MapServer demo application for Itasca County located in north central Minnesota."
7676
WMS_ACCESSCONSTRAINTS "none"
77+
WMS_ENABLE_REQUEST "*"
7778

7879
# change this value to match your setup
7980
WMS_ONLINERESOURCE "http://localhost.localdomain/mapserver_demos/itasca/index.html"

0 commit comments

Comments
 (0)