Message 1 of 2
QGIS and python console
Not applicable
10-15-2017
12:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I like to know if anyone out here is using QGIS and might help me with a problem I am having. I am trying to add the following python command using the python console
for f in layer.getFeatures()
print f
Per instruction I got it says to add a new line you need to hit the space bar twice but when I do it I get a bunch of syntax errors.
Any help would be appreciated.