From f7deb5738408f5a9e635bdd615377111899eb786 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 1 Mar 2009 00:16:17 +0000 Subject: [PATCH] Added WMS GetFeatureInfo format. This new format can read GML, Mapserver and Arc* style feature info results. Thanks crschmidt and tschaub for testing and improvements. p=bartvde, r=tschaub,me (closes #1812) r=tschaub,me. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8919 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers.js | 1 + tests/list-tests.html | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/OpenLayers.js b/lib/OpenLayers.js index c83dbde8ef..aa34fc5604 100644 --- a/lib/OpenLayers.js +++ b/lib/OpenLayers.js @@ -240,6 +240,7 @@ "OpenLayers/Format/WMC/v1.js", "OpenLayers/Format/WMC/v1_0_0.js", "OpenLayers/Format/WMC/v1_1_0.js", + "OpenLayers/Format/WMSGetFeatureInfo.js", "OpenLayers/Layer/WFS.js", "OpenLayers/Control/MouseToolbar.js", "OpenLayers/Control/NavToolbar.js", diff --git a/tests/list-tests.html b/tests/list-tests.html index f3e88142c2..9ef7db977f 100644 --- a/tests/list-tests.html +++ b/tests/list-tests.html @@ -63,6 +63,7 @@
  • Format/WMC.html
  • Format/WMC/v1_1_0.html
  • Format/WMC/v1.html
  • +
  • Format/WMSGetFeatureInfo.html
  • Format/XML.html
  • Geometry.html
  • Geometry/Collection.html