Web Map Service
From Wikiteer
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 15: | Line 15: | ||
*TIME=time | *TIME=time | ||
*ELEVATION=elevation | *ELEVATION=elevation | ||
+ | |||
+ | ==Examples== | ||
+ | *http://ims.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Urban?SERVICE=WMS&VERSION=1.1.1&REQUEST=GETMAP&LAYERS=Mar_2002_0.75m_Color_NewYork&Format=JPEG&SRS=EPSG:4326&BBOX=-74.014,40.710,-74.010,40.714&WIDTH=512&HEIGHT=512 | ||
+ | *http://maps.dnr.state.mn.us/cgi-bin/wms?map=/usr/local/www/docs_tiloesch/img_fsa01bim4.map&Service=WMS&Version=1.1.1&Format=JPEG&Request=GetMap&Layers=fsa_2003_doq&SRS=epsg:26915&BBox=71401,4711270,867275,5539977&Width=606&Height=625 | ||
+ | |||
+ | [[category:standards]] |
Current revision as of 18:28, 29 October 2006
http://en.wikipedia.org/wiki/Web_Map_Service
- VERSION=version
- REQUEST=GetMap
- LAYERS=layer_list
- STYLES=style_list
- SRS=namespace:identifier (spatial reference system)
- BBOX=xmin,ymin,xmax,ymax
- WIDTH=output_width
- HEIGHT=output_height
- FORMAT=output_format
- TRANSPARENT=TRUE|FALSE
- BGCOLOR=color_value (default 0xFFFFFF)
- EXCEPTIONS=exception_format
- TIME=time
- ELEVATION=elevation
Examples
- http://ims.cr.usgs.gov/wmsconnector/com.esri.wms.Esrimap/USGS_EDC_Ortho_Urban?SERVICE=WMS&VERSION=1.1.1&REQUEST=GETMAP&LAYERS=Mar_2002_0.75m_Color_NewYork&Format=JPEG&SRS=EPSG:4326&BBOX=-74.014,40.710,-74.010,40.714&WIDTH=512&HEIGHT=512
- http://maps.dnr.state.mn.us/cgi-bin/wms?map=/usr/local/www/docs_tiloesch/img_fsa01bim4.map&Service=WMS&Version=1.1.1&Format=JPEG&Request=GetMap&Layers=fsa_2003_doq&SRS=epsg:26915&BBox=71401,4711270,867275,5539977&Width=606&Height=625