Tagged Questions
0
votes
1answer
62 views
How can i select many rows from a table?
I want to create an action that select many rows from PostGIS table to show many lines in QGIS.
How can i select many rows from table with python to add these rows in a layer?
Thank you
1
vote
1answer
149 views
How to select features from different WFS layers?
I'm trying to select features from different WFS layers but unfortunatelly it doesn't works in my code.
This is my code:
var select = new OpenLayers.Layer.Vector("Selection", {styleMap: new ...
3
votes
2answers
310 views
Unable to select Vector Layer
I am using the following example, to select a vector layer feature on click. The example demonstrates Highlighting and selecting the layer. I was able to successfully implement the Highlighting of the ...

