The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
70 views

Can I open a form in layer action?

I want to open a form (made in QTDesign) in the layer action. It is possible?
0
votes
0answers
19 views

How to add clickable action to each feature from a featurecollection geojson object rendered using OpenLayers?

I have geojson object which is a featurecollection object. I need to render this geojson object as a vector layer on openlayers map. I have successfully rendered the layer. Now i want to add clickable ...
1
vote
0answers
21 views

Displaying PDF files associated to feature objects location. [duplicate]

Are there any other methods allowing user to display PDF files associated to points feature object other than using Actions function available to QGIS Layer Properties? I have more than one thousand ...
1
vote
1answer
62 views

How can I change SQL query through a layer of an action (python)?

I have three layers from three diferent database tables. When I click in other layer I want to change (with an action) the query of that three layers. How can I do that? Thank you
1
vote
1answer
77 views

View HTML field data with QT4 browers as a QGIS Run Feature Action Tool

I've successfully populated a sqlite table with an HTML-encoded-table as a field attribute, and so there is literally a Table within a single field value in sqlite, for each record. This is going to ...
1
vote
2answers
130 views

Has Action behaviour changed between 1.7.4 and 1.8.0?

I have an Action that loads raster layers (.jp2) into the current QGIS window. This action has been working great in version 1.7.4. I have now upgraded to 1.8.0 for many reasons, but the same Action ...