Hi list,
I have a vector layer that is generated after a search, like this: the
search returns a list of numbers and those numbers are the id's from schools
in my country, so i do a query to the database and i get the coordinates and
features from those schools,
The layer is created properly but
e)
{createPopup(e.feature)});
hover.events.register("featureunhighlighted", this, function(e) {
popup.close();
});
Thanks!!
FEDESAN
--
View this message in context:
http://n2.nabble.com/It-is-possible-to-give-priority-to-controls-t
Hi,
Im using "WFS GetFeature Example" to select features from a layer ,
control = new OpenLayers.Control.GetFeature({
protocol: OpenLayers.Protocol.WFS.fromWMSLayer(layer),
box: true,
hover: true,
multipleKey: "shiftKey",