Web map services: Web Map Service is one of the OGC (Open Geospatial Consortium, Inc) standards. WMS is a web-based tool that produces and serves digital maps. In the past, analyzing and creating maps was a slow and labor-intensive process. Now with Global Positioning Systems and other digital methods of gathering geographical data, digital mapping has become an important component in several fields. The WMS specification is a web-based protocol that allows communication of map-style data between a server and a client.
WMS Implementation Specification provides three operations (GetCapabilities, GetMap, and GetFeatureInfo) in support of the creation and display of registered and superimposed map-like views of information that come simultaneously from multiple remote and heterogeneous sources.
Users of ESRI products such as ArcExplorer or ArcMap or ArcCatalog can view base layers via the Internet without having to download the mapping files. The general routine to use ArcGIS ArcCatalog to set up a WMS (and WFS) serve. The steps are the followings (using www.mapwv.gov as example).
In ArcMap, the service can be added using the menu sequence “Add Data>GIS Servers”, double click on www.mapwv.gov. A list of services will be available under www.mapwv.gov tree. Select one service to view the data. In general, WMS services are with icon
.
For example, selecting the Map Service name “WV_SAMB_Orthophotos_2003_UTM83” from the www.mapwv.gov Map Server will add the statewide, 2-foot color aerial photos flown in spring 2003 into ArcMap. The following is the screen shot of WV_Elevation_30m_UTM83 in ArcMap.
The WMS image service can be viewed in ArcCatalog as well. After you add a WMS server, you can view the service image by using preview tab in Arccatalog. See the right image for reference. The image service is from WV DEP.
For developers to access WMS services with Internet application, the LAYER ID will be used. The syntax of calling a WMS service is like this:
FILE FORMAT | ||||||||||||||||||||||||||||||||||
| Definition: | ||||||||||||||||||||||||||||||||||
Notes on Use:
| ||||||||||||||||||||||||||||||||||
The Geodetic Control / Surveying Task Force recommended to the WV GIS Steering Committee that all agencies mapping geographic data within West Virginia utilize one of the following three coordinate systems: Geographic Coordinate System, Universal Transverse Mercator, or State Plane Coordinate System, all referenced to the North American Datum of 1983. Only these coordinate systems and datum will serve as the official data exchange standard for GIS data sets that make up the West Virginia Spatial Data Infrastructure. In August 2002, the new standard was approved by the WV GIS Steering Committee.
| Coordinate System | Projection | WV Zones | Map Units | File Extensions |
|---|---|---|---|---|
| Geographic (Latitude/Longitude) | None | None | Decimal Degrees | LL83 (NAD 83) LL27 (NAD27) |
| Universal Transverse Mercator (UTM) |
Universal Transverse Mercator (UTM) |
17N and 18N | Meters | UTM83 (NAD83) UTM27 (NAD27) |
| State Plane Coordinate System (SPCS) |
Lambert Conformal Conic |
North and South | Feet | SPN83 (North Zone, NAD83) SPS27 (South Zone, NAD27) |