Ticket #775: itasca.diff
File itasca.diff, 955 bytes (added by , 13 years ago) |
---|
-
itasca.map
old new 16 16 # 17 17 # Projection definition, consult the PROJ.4 documentation for parameter discussion 18 18 # 19 #PROJECTION19 PROJECTION 20 20 # "proj=utm" 21 21 # "ellps=GRS80" 22 22 # "zone=15" … … 25 25 # 26 26 # OR: 27 27 # 28 #"init=epsg:26915"29 #END28 "init=epsg:26915" 29 END 30 30 31 31 # 32 32 # Start of symbol definitions (we're only using a few) … … 74 74 WMS_TITLE "UMN MapServer Itasca Demo" 75 75 WMS_ABSTRACT "This is a UMN MapServer application for Itasca County located in north central Minnesota." 76 76 WMS_ACCESSCONSTRAINTS "none" 77 OWS_ENABLE_REQUEST "*" 77 78 78 79 # change this value to match your setup 79 80 WMS_ONLINERESOURCE "http://localhost.localdomain/mapserver_demos/itasca/index.html" 80 81 81 WMS_SRS "EPSG:26915 "82 WMS_SRS "EPSG:26915 EPSG:4326 EPSG:3857" 82 83 END 83 84 END 84 85