Ticket #775: itasca.diff

File itasca.diff, 955 bytes (added by olt, 13 years ago)
  • itasca.map

    old new  
    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"
     
    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)
     
    7474      WMS_TITLE "UMN MapServer Itasca Demo"
    7575      WMS_ABSTRACT "This is a UMN MapServer application for Itasca County located in north central Minnesota."
    7676      WMS_ACCESSCONSTRAINTS "none"
     77      OWS_ENABLE_REQUEST "*"
    7778
    7879      # change this value to match your setup
    7980      WMS_ONLINERESOURCE "http://localhost.localdomain/mapserver_demos/itasca/index.html"
    8081
    81       WMS_SRS "EPSG:26915"
     82      WMS_SRS "EPSG:26915 EPSG:4326 EPSG:3857"
    8283    END
    8384  END
    8485