A small software application that extends the functionality of a Web browser.

learn more… | top users | synonyms

6
votes
0answers
177 views

Recommended Eclipse Plugins for development with OpenLayers and GeoExt?

we plan to create an map oriented online application and muse about the 'best' / helpful plugins for Eclipse. The used technology is OpenLayers and GeoExt. For example is the Javascript development ...
2
votes
0answers
116 views

How to change the QGIS help dialog?

I am working with python plugins for QGIS. I am done with my one of my .py file using python 2.5 and pyqt4. It is just help file for QGIS, which i changed. I wanted to incorporate the same in QGIS. I ...
1
vote
0answers
44 views

mapCanvas.saveAsImage not functioning as expected in QGIS 1.8

I have a plugin for exporting maps as PNG images. I believe this code was working correctly within 1.6 (but I cannot guarantee I haven't made another change that would have broken it there, too). ...
1
vote
0answers
29 views

How do I prevent Arcmap from verifying SQL expressions when using a plugin dataset?

I've written a plugin workspace for ArcGIS. I'm able to compose a where clause containing syntax that my implementation of IPluginDatasetHelper understands, assign it to IQueryFilter.Whereclause, and ...
1
vote
0answers
41 views

QGIS Loaded Plugin Access

Fellow Users, Can you plz tell me how I can programmatically (or from the console) access the loaded plugin list? I tried: QgsProviderRegistry.pluginList() but got: TypeError: ...
1
vote
0answers
110 views

Trying to use OS Translator plugin and cant find ogr2ogr.exe

I have installed the OS Translator plugin from the Faunalia Repository but when I try to use the plugin I get a "Can't find ogr2ogr[.exe], can't continue" error message. I have tried reinstalling the ...
1
vote
0answers
70 views

Is there a plugin that collects and allows you to just “turn on” open layers?

I'm thinking on a similar approach as gapminder.org, only that this plugin would contain GIS-data, not only statistics. I'm specifically interested in if there is a plugin like this for QGIS. If ...
0
votes
0answers
26 views

basic statistics in qgis lisboa doesn't work under shapefile

When I add csv file and the basic statistics works well, after I save it as shapefile, and the basic statistics doesn't work properly under shapefile, why?
0
votes
0answers
16 views

how to reinstall QGIS contour plugin via OSGEO4W

recently reinstalled qGIS 1.8 and Grass 7 via OSGEO4W to fix problems with spaces in command modules for other features i want to use - recc'd on here and all went great. amidst the final steps of ...
0
votes
0answers
30 views

How do I get XYtools to work in OS X 10.8

This is the first question I have asked here so I hope I am not asking in the wrong place. I have an installation of qgis (1.8 lisboa) and I want to use the XYTools python plugin. I have installed ...
0
votes
0answers
34 views

Plugin “QSpatialLite”

I often have the problem that I can’t install the plugin "QSpatialLite" or after an update it simply does’nt work ... Does anyone have an idea how I bring it to work or alternatively someone knows a ...
0
votes
0answers
123 views

GeoExt 2 /PrintExtent

I would like to add an extent polygon here in this example:http://geoext.github.com/geoext2/examples/printextent/print-extent.html to may panel, not generating a new one. here is my map initialization ...
0
votes
0answers
189 views

Missing QGIS python plugin database connectors

I am working with python plugins for QGIS.I developed my plugin and inorder to incooperate the same into QGIS i copied the folder in C:\Documents and Settings\comp90\.qgis\python\plugins I opened ...