The gui tag has no wiki summary.
18
votes
6answers
391 views
The general public and their ability to use GIS applications - do we still need paper maps?
I am endeavouring to convince others in my organisation that GIS tools, in particular digitising tools, CAN be used by the general public and we should promote their use instead of using paper maps. ...
12
votes
3answers
636 views
Open Source Map Composing Tool
Are there any open source tools which can be used for map composing, preferably GUI based. I use Quantum GIS sparingly but I am interested to know if there are others. The tool must be able to read ...
6
votes
4answers
610 views
Are there GUI resources for gdal and ogr?
For those who are new to the programming side of GIS, I feel that a lot of great tools and resources are inacessible. I am interested in GUI based wizards for handling geoprocessing with libraries ...
5
votes
1answer
312 views
Prompt for user input during ArcGIS python script execution
I want to prompt for user input after all parameters have been specified for the script tool. I've seen many forum posts and stackexchange questions about this, and they all conclude that it's ...
4
votes
1answer
481 views
Using Gui tools and arcpy.mapping
For a project I want to create a little program that does simple things like export a map from the python command line, but also users are able to edit said map (without having to open arcmap) e.g ...
4
votes
1answer
77 views
High quality public transport trip planner examples? Trip visualization examples?
Do you know high-quality online public transport route/trip planners? I'm looking for sites with recognized usability, most carrier-owned planners are bad or very bad from Human-Computer Interaction ...
3
votes
1answer
329 views
Can I change properties of several layers simultaneously?
I'm working on bulk data. I have a few hundred GeoTIFF images imported into a QGIS project, and I'd like to modify their layer properties - things like the no-data-value, transparency of certain pixel ...
3
votes
1answer
87 views
Why does the QGIS 'project properties' option disappear in Ubuntu?
For some reason my 'project properties' button has disappeared for good. I'm using Ubuntu 12.04 and QGIS 1.8.
Sometimes it would straight up disappear, to return later, but now its just 'gone'.
I'll ...
2
votes
1answer
106 views
How to move the QGIS Layerpanel/Dockwidget programmatically
i'm working on a QGIS-plugin and want to move the default LayerPanel/Dockwidget to somewhere else programmatically. More specific: i want to move it into a tab of my tabwidget.
Is this possible? How ...
1
vote
1answer
1k views
How to reference to my in QT designer created buttons in python?
I have created an own QDialog (using QT Designer) with three push buttons. The names are pButton1, pButton2 and pButton3. After saving the file I created the ui file by using:
pyuic4 ui_xy.ui > ...
1
vote
1answer
303 views
Grass GUI integration
Is it possible to embed the GRASS map display to a C# application? I know that a PNG image can suffice but to make the application more interactive it could perhaps be integrated. In essence I would ...
1
vote
1answer
90 views
QGIS and Ubuntu 'browse' dialogue causing crashing
Below is an image of 'the suspect dialogue' in Ubuntu that when you encounter it in QGIS you are most definitely going to crash the application.
http://ow.ly/i/ZGNc/original
You find this ...
1
vote
2answers
3k views
How to install PostGIS shp2pgsql-gui on CentOS 6?
I am installing PostGIS 1.5.3 on a CentOS 6.2 virtual machine to get started web mapping with Geoserver.I have successfully installed PostgreSQL 9.1, PostGIS 1.5.3 and PgAdminIII on the system. ...
0
votes
1answer
109 views
Which GUI system for my apps?
Apologies for such basic questions, but google really doesn’t seem to be my friend today.
I am a long-time programmer, new to GIS. I am trying to get a feel for various aspects of GIS. In addition to ...
0
votes
1answer
141 views
In leaflet does the addControl automatically handle events via the leaflet API?
I need to add additional overlay layers to be controlled by the controls within the leaflet map boundaries, but the code utilizes a leaflet-custom.js file. I am assuming it handles the event and ...