[QGIS-trac] [Quantum GIS] #3150: OpenStreetMap plugin - error downloading .osm data

Quantum GIS qgis at qgis.org
Sun Oct 24 06:56:42 EDT 2010


#3150: OpenStreetMap plugin - error downloading .osm data
------------------------------------------------+---------------------------
   Reporter:  ricardogsilva                     |              Owner:  borysiasty   
       Type:  bug                               |             Status:  new          
   Priority:  major: does not work as expected  |          Milestone:  Version 1.6.0
  Component:  Python plugins and bindings       |            Version:               
   Keywords:                                    |   Platform_version:               
   Platform:  Debian                            |           Must_fix:  No           
Status_info:  0                                 |  
------------------------------------------------+---------------------------
 When trying to download .osm data into Qgis a python error is thrown and
 nothing gets added to the canvas, even though all the GUI parameters seem
 to be OK.

 I am attaching a screenshot of the GUI's state just before I press the
 'Download' button. In it you can also see the extent I am using, so it can
 be used as a test case.

 The error thrown is:

 An error has occured while executing Python code:

 Traceback (most recent call last):
   File
 "/home/ricardo/Programas/qgis_trunk/share/qgis/python/plugins/osm/OsmPlugin.py",
 line 261, in downloadOsmData
     self.dlgLoad=OsmLoadDlg(self)
   File
 "/home/ricardo/Programas/qgis_trunk/share/qgis/python/plugins/osm/OsmLoadDlg.py",
 line 57, in __init__
     item.setFlags( Qt.ItemIsSelectable | Qt.ItemIsUserCheckable |
 Qt.ItemIsEnabled)
 AttributeError: 'module' object has no attribute 'ItemIsSelectable'

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/3150>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list