0
votes
1answer
70 views

Using the API of QSpatiaLite plugin

I am using the popular QSpatiaLite plugin for QGIS. Since I am creating and modifying SpatiaLite tables directly with Python (using pyspatialite), I wonder whether I can automate tasks such as ...
1
vote
0answers
67 views

intersect two shape files using QGIS API

I am trying to automate a process of a shape file. We are using google maps engine and we have limitation on number vertices in a shape file. so I am using a grid to split the shape files. In GUI , I ...
-3
votes
1answer
71 views

Where to find QGIS API documentation?

Where to find QGIS API documentation? Can someone please share a QGIS API documentation link, i couldn't find it anywhere on the site. please help thanks
2
votes
1answer
75 views

Is the QGIS blog broken?

I would like to use the QGIS API in my own program to display maps .... So I thought I would find some tutorial here : http://hub.qgis.org/wiki/quantum-gis/Writing_custom_Applications_with_QGIS_API ...
0
votes
0answers
55 views

Link problem building windows application using QGIS library routines

This is not a plug-in that I am trying to build, but a direct usage of analysis functions within a microsoft dll I am writing. I have sucessfully linked all but one catagory of functions into my ...
1
vote
1answer
861 views

How can I fix “ImportError: No module named qgis.core”?

First of all, I'm using Python 2.7.3, QGIS 1.8 (Lisboa) on Windows 7 pro 64 bits. Now let's go to the actual question: I have written some code (Python) that works well within the QGIS built in ...
2
votes
1answer
317 views

How to draw lines, dashed lines, routes and add images to the QGIS mapcanvas?

I need to draw a rectangle in a map canvas and inside it draw routed dashed lines and add small images to it. These actions are to be performed using the QGIS API. Is there any place with examples ...