| bio | website | nathanw.net |
|---|---|---|
| location | Upper Coomera, Australia | |
| age | 25 | |
| visits | member for | 2 years, 10 months |
| seen | 7 hours ago | |
| stats | profile views | 1,272 |
Technical Consultant/QGIS Specialist at Digital Mapping Solutions. Passionate and enjoy spreading "the good news" about using open source GIS :)
QGIS, PostGIS and Python are my current weapons of choice.
Current Projects:
- QGIS : Contributor
- My GitHub repo (QGIS and other things) : Owner
|
May 11 |
answered | Data-defined Styles in QGIS |
|
May 10 |
comment |
How to compute a point trend line? Are the points ordered somehow? |
|
May 10 |
comment |
Display colour coded road traffic data in QGIS Do you want to colour the points or the lines? |
|
May 10 |
revised |
Display colour coded road traffic data in QGIS edited tags |
|
May 10 |
answered | Understanding the QGIS API documentation to write python code |
|
May 9 |
answered | Check if layer is a QGSVectorLayer from Python Plugin within QGIS |
|
May 9 |
comment |
How to address the new “Task-Completed” QgsMessageBar in Python? @venkat answered over there for you |
|
May 8 |
comment |
“Map 1” vs “Map 0” You can run 1.8 and the nighly side by side (on windows anyway). So you can always install it just to test if a bug has been fixed |
|
May 8 |
comment |
“Map 1” vs “Map 0” I think this was a bug and has been fixed. Could you try a nightly build? |
|
May 8 |
answered | Running a script with QgsFeature from within the console |
|
May 8 |
comment |
How to address the new “Task-Completed” QgsMessageBar in Python? @venkat that is the style of the progress bar. Have a look at Qt stylesheets on how to change that, or there might be a label property. |
|
May 7 |
comment |
repost: how to show context menu in Leaflet What is wrong with the answer on the other question? |
|
May 7 |
comment |
In QGIS, layers properties dialog box is active but not visible. How do I get it back? Uninstalling unnecessary |
|
May 6 |
comment |
Looking for open source GIS that doesn't use Google Maps or Bing Map map viewers Open Street Map + Open Layers would do the job. All open source. |
|
May 6 |
comment |
What's the relation between QGIS and GRASS? Unmaintained. It should still work in 1.8 but in 2.0 it is better to use SEXTANTE. |
|
May 6 |
comment |
What's the relation between QGIS and GRASS? SEXTANTE is an interface to GRASS hence why the GRASS plugin is dead. |
|
May 5 |
comment |
Trying to map numerous attributes on a map in MapInfo IMO it would just be better to have many maps showing one bit of information rather then cramming it all on one. |
|
May 5 |
comment |
Trying to map numerous attributes on a map in MapInfo I would be careful trying to show that much information in one map. Things could get pretty ugly and hard to read |
|
Apr 29 |
comment |
How to use more than one QT form in Qgis Python? have you created a globalerrormarkerdialog module with a GlobalErrorMarkerDialog class. |
|
Apr 29 |
comment |
How to use more than one QT form in Qgis Python? Have you tried the code you have, it would work fine. self.errMarkerDlg.show() is correct. |