From ed7daa46fc50e13481bd75ac88240d53a81bd4a6 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 7 Sep 2007 15:25:55 +0000 Subject: [PATCH] Example of how to open a popup when selecting a feature. git-svn-id: http://svn.openlayers.org/trunk/openlayers@4194 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/select-feature-openpopup.html | 97 ++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 examples/select-feature-openpopup.html diff --git a/examples/select-feature-openpopup.html b/examples/select-feature-openpopup.html new file mode 100644 index 0000000000..8da9a9c19d --- /dev/null +++ b/examples/select-feature-openpopup.html @@ -0,0 +1,97 @@ + + + + + + + +

OpenLayers Draw Feature Example

+
+ +

It is possible to use the onSelect/onUnselect hooks on the SelectFeature + to do fun things -- like open a popup. +

+ +