[mapserver-commits] r10557 - branches/branch-5-6/docs/en/ogc
svn at osgeo.org
svn at osgeo.org
Thu Sep 30 14:01:36 EDT 2010
Author: jmckenna
Date: 2010-09-30 18:01:35 +0000 (Thu, 30 Sep 2010)
New Revision: 10557
Modified:
branches/branch-5-6/docs/en/ogc/wms_server.txt
Log:
add demo.mapserver.org examples, including getfeatureinfo and WMS 1.3.0
Modified: branches/branch-5-6/docs/en/ogc/wms_server.txt
===================================================================
--- branches/branch-5-6/docs/en/ogc/wms_server.txt 2010-09-30 17:14:14 UTC (rev 10556)
+++ branches/branch-5-6/docs/en/ogc/wms_server.txt 2010-09-30 18:01:35 UTC (rev 10557)
@@ -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
@@ -1344,9 +1344,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?&SERVICE=wms&VERSION=1.1.1&REQUEST=getfeatureinfo&LAYERS=popplace&QUERY_LAYERS=popplace&x=305&y=200&INFO_FORMAT=text/plain
-.. _`text/html`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?&SERVICE=wms&VERSION=1.1.1&REQUEST=getfeatureinfo&LAYERS=popplace&QUERY_LAYERS=popplace&x=305&y=200&INFO_FORMAT=text/html
-.. _`gml`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?&SERVICE=wms&VERSION=1.1.1&REQUEST=getfeatureinfo&LAYERS=popplace&QUERY_LAYERS=popplace&x=305&y=200&INFO_FORMAT=gml
+.. _`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