WMS covering MN in 4326?

Fischer, Brian bfischer at HOUSTONENGINEERINGINC.COM
Tue Jul 10 16:38:04 EDT 2007


David,

It doesn't cover much of MN, but you may be able to use it for testing.
It is the WMS from the State of ND. I use it quite often and know it
goes a little bit into MN around Moorhead.
http://www.nd.gov/gis/mapsdata/web/
LAYER
      NAME "ortho"  #ND HUB
      TYPE RASTER
      STATUS OFF
      CONNECTION
"http://web.apps.state.nd.us/wmsconnector/com.esri.wms.Esrimap/NDWMS_aer
ialimages?"
      CONNECTIONTYPE WMS
      METADATA
          "wms_srs" "EPSG:26914"
          "wms_name" "ND03"
          "wms_server_version" "1.1.1"
          "wms_format" "image/jpeg"
      END
      		PROJECTION
      			##"init=epsg:26914"
      			"proj=utm"
      			"zone=14"
      			"ellps=GRS80"
      			"datum=NAD83"
      			"units=m"
      			"no_defs"
  		END
   MAXSCALE 80000
   #   MINSCALE 500
End #layer WMS 2003 FSA photos


There's also terraserver which now I believe supports EPSG:4326, but I
haven't tried that projection only UTM.
http://terraserver.microsoft.com/webservices.aspx
LAYER
     NAME aerialphoto
     METADATA
       "wms_title" "USGS Digital Ortho-Quadrangles"
       "wms_srs"   "EPSG:26912" #NAD83 UTM zone 13N
       LYRNAME "DOQs (orthophotos)"
       LINK
"http://terraserver.microsoft.com/about.aspx?n=AboutTerraServiceOverview
"
     END
     STATUS OFF
     TYPE RASTER
     MINSCALE 1500
     MAXSCALE 100000
     CONNECTIONTYPE WMS
     CONNECTION
"http://terraservice.net/ogcmap.ashx?VERSION=1.1.1&SERVICE=wms&LAYERS=DO
Q&FORMAT=png&styles="
     PROJECTION
        "proj=utm"
        "ellps=GRS80"
        "zone=12"
        "north"
        "no_defs"
       END
END

Brian Fischer
Houston Engineering, Inc.
Maple Grove, MN
(763) 493-4522

-----Original Message-----
From: Twin Cities MapServer Users Group [mailto:TCMUG at LISTS.UMN.EDU] On
Behalf Of Fawcett, David
Sent: Tuesday, July 10, 2007 2:29 PM
To: TCMUG at LISTS.UMN.EDU
Subject: WMS covering MN in 4326?

Is anyone aware of any WMS's that serve up imagery data for MN in
EPSG:4326?  

I want to test something out.  I guess that I can easily build one with
MapServer, but it would be even easier to hit an existing one.

David.



More information about the Tcmug mailing list