[mapserver-commits] r10558 - trunk/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Thu Sep 30 14:18:58 EDT 2010


Author: jmckenna
Date: 2010-09-30 18:18:58 +0000 (Thu, 30 Sep 2010)
New Revision: 10558

Modified:
   trunk/docs/en/ogc/wms_server.txt
Log:
add demo.mapserver.org examples, including getfeatureinfo and WMS 1.3.0 (ticket:3553)

Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt	2010-09-30 18:01:35 UTC (rev 10557)
+++ trunk/docs/en/ogc/wms_server.txt	2010-09-30 18:18:58 UTC (rev 10558)
@@ -327,7 +327,7 @@
 Here is a working GetCapabilities request (note that the SERVICE parameter is 
 required for all GetCapabilities requests):
 
-http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities
+http://demo.mapserver.org/cgi-bin/mapserv?map=/osgeo/mapserver/ogc-demos/map/wms.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities
 
 This should return a document of MIME type application/vnd.ogc.wms_xml, so your 
 browser is likely going to prompt you to save the file. Save it and open it in a 
@@ -625,10 +625,10 @@
 -------------------
 
 Users can use the CRS:84 coordinate system and order the BBOX coordinates as long/lat: 
-- ...&CRS=CRS:84&BBOX=-180.0,-90.0,180.0,90.0&...
+- ...&CRS=CRS:84&BBOX=-180.0,-90.0,180.0,90.0&... `(example request) <http://demo.mapserver.org/cgi-bin/mapserv?map=/osgeo/mapserver/ogc-demos/map/wms.map&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=-180,-90,180,90&CRS=CRS:84&WIDTH=953&HEIGHT=480&LAYERS=bluemarble,cities&STYLES=,&FORMAT=image/png&DPI=96&TRANSPARENT=true>`__
 
 Users can also use the ESPG:4326 coordinates and use the axis odering of lat/long:
-- ...&EPSG:4326&BBOX=-90.0,-180.0,90,180.0&...
+- ...&EPSG:4326&BBOX=-90.0,-180.0,90,180.0&... `(example request) <http://demo.mapserver.org/cgi-bin/mapserv?map=/osgeo/mapserver/ogc-demos/map/wms.map&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=-90,-180,90,180&CRS=EPSG:4326&WIDTH=953&HEIGHT=480&LAYERS=bluemarble,cities&STYLES=,&FORMAT=image/png&DPI=96&TRANSPARENT=true>`__
 
 
 Other notable changes
@@ -1360,9 +1360,9 @@
 .. _`owsview`: http://devgeo.cciw.ca/owsview
 .. _`uDig`: http://udig.refractions.net/
 .. _`WMS 1.1.1 section 6.2.2`: http://portal.opengeospatial.org/files/?artifact_id=1081&version=1&format=pdf
-.. _`valid request`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?SERVICE=WMS&VERSION=1.1.1&REQUEST=getmap&layers=park,popplace&STYLES=&SRS=EPSG:4326&BBOX=-173.537,35.8775,-11.9603,83.8009&WIDTH=400&HEIGHT=300&FORMAT=image/png
-.. _`text/plain`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?version=1.1.1&service=WMS&request=GetFeatureInfo&layers=popplace&query_layers=popplace&format=image/gif&info_format=text/plain&srs=EPSG:4326&transparent=TRUE&exceptions=application%2Fvnd.ogc.se_xml&bbox=-150.420842,8.928398,-14.068136,90.630720&width=500&height=300&x=290&y=163&radius=5&feature_count=10&styles=
-.. _`text/html`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?version=1.1.1&service=WMS&request=GetFeatureInfo&layers=popplace&query_layers=popplace&format=image/gif&info_format=text/html&srs=EPSG:4326&transparent=TRUE&exceptions=application%2Fvnd.ogc.se_xml&bbox=-150.420842,8.928398,-14.068136,90.630720&width=500&height=300&x=290&y=163&radius=5&feature_count=10&styles=
-.. _`gml`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?version=1.1.1&service=WMS&request=GetFeatureInfo&layers=popplace&query_layers=popplace&format=image/gif&info_format=application/vnd.ogc.gml&srs=EPSG:4326&transparent=TRUE&exceptions=application%2Fvnd.ogc.se_xml&bbox=-150.420842,8.928398,-14.068136,90.630720&width=500&height=300&x=290&y=163&radius=5&feature_count=10&styles=
+.. _`valid request`: http://demo.mapserver.org/cgi-bin/mapserv?map=/osgeo/mapserver/ogc-demos/map/wms.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-180,-90,180,90&SRS=EPSG:4326&WIDTH=953&HEIGHT=480&LAYERS=bluemarble,cities&STYLES=&FORMAT=image/png&TRANSPARENT=true
+.. _`text/plain`: http://demo.mapserver.org/cgi-bin/mapserv?map=/osgeo/mapserver/ogc-demos/map/wms.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&BBOX=-11.332970,24.121208,47.584718,57.965035&SRS=EPSG:4326&WIDTH=1001&HEIGHT=575&LAYERS=cities&STYLES=&FORMAT=image/png&TRANSPARENT=true&QUERY_LAYERS=cities&INFO_FORMAT=text/plain&X=229&Y=280
+.. _`text/html`: http://demo.mapserver.org/cgi-bin/mapserv?map=/osgeo/mapserver/ogc-demos/map/wms.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&BBOX=-11.332970,24.121208,47.584718,57.965035&SRS=EPSG:4326&WIDTH=1001&HEIGHT=575&LAYERS=cities&STYLES=&FORMAT=image/png&TRANSPARENT=true&QUERY_LAYERS=cities&INFO_FORMAT=text/html&X=229&Y=280
+.. _`gml`: http://demo.mapserver.org/cgi-bin/mapserv?map=/osgeo/mapserver/ogc-demos/map/wms.map&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&BBOX=-11.332970,24.121208,47.584718,57.965035&SRS=EPSG:4326&WIDTH=1001&HEIGHT=575&LAYERS=cities&STYLES=&FORMAT=image/png&TRANSPARENT=true&QUERY_LAYERS=cities&INFO_FORMAT=gml&X=229&Y=280
 .. _`Styled Layer Descriptor profile of the Web Map Service Implementation Specification`: http://portal.opengeospatial.org/files/index.php?artifact_id=22364
 .. _`Symbology Encoding Implementation Specification`: http://portal.opengeospatial.org/files/index.php?artifact_id=16700



More information about the mapserver-commits mailing list