On Mon, Feb 28, 2011 at 8:39 PM, Manoj Bist <[email protected]> wrote: > Hi Martin, > I will open a ticket. > I can volunteer to fix this myself. I would really appreciate if someone > could point me to OSM plugin code/any other document to get started.
Hi you are welcome to fix the problem. You will need some Python and Qt knowledge and learn a bit of QGIS API. The recommended starting points are: PyQGIS developer cookbook: http://www.qgis.org/pyqgis-cookbook/ QGIS API documentation: http://doc.qgis.org/head/ And there are various other tutorials and blog posts floating on the web... I would suggest you to first check out qgis source code from SVN repository. The code of OSM plugin is in python/plugins/osm directory. This might be useful, too: http://www.qgis.org/wiki/Building_QGIS_from_Source Martin _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
