From ca23e49707e3764126174e8aeac3a28a1af2a853 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 10 Jul 2009 17:43:37 +0000 Subject: [PATCH] Add an example that demonstrates the use of a popup with the WMSGetFeatureInfo control. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9549 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/getfeatureinfo-popup.html | 90 ++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 examples/getfeatureinfo-popup.html diff --git a/examples/getfeatureinfo-popup.html b/examples/getfeatureinfo-popup.html new file mode 100644 index 0000000000..16476b76e3 --- /dev/null +++ b/examples/getfeatureinfo-popup.html @@ -0,0 +1,90 @@ + + + GetFeatureInfo Popup + + + + + + +

Feature Info in Popup

+ +
+ +

+ Demonstrates the WMSGetFeatureInfo control for fetching information + about a position from WMS (via GetFeatureInfo request). Results + are displayed in a popup. +

+ +
+ +
+ +