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

svn at osgeo.org svn at osgeo.org
Sun Feb 21 01:20:35 EST 2010


Author: tomkralidis
Date: 2010-02-21 01:20:34 -0500 (Sun, 21 Feb 2010)
New Revision: 9832

Modified:
   trunk/docs/en/ogc/wms_server.txt
Log:
fix GetFeatureInfo requests (#3206)


Modified: trunk/docs/en/ogc/wms_server.txt
===================================================================
--- trunk/docs/en/ogc/wms_server.txt	2010-02-21 03:31:42 UTC (rev 9831)
+++ trunk/docs/en/ogc/wms_server.txt	2010-02-21 06:20:34 UTC (rev 9832)
@@ -1353,8 +1353,8 @@
 .. _`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
+.. _`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=
 .. _`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