[OpenLayers-Users] Vector layer performance

2010-05-17 Thread fedesan
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

[OpenLayers-Users] It is possible to give priority to controls??

2010-04-18 Thread fedesan
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

[OpenLayers-Users] Using OpenLayers.Protocol.WFS.fromWMSLayer with two or more layers

2010-03-17 Thread fedesan
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",