- Release plans recap for the road to QGIS 1.0
- New version of eVis
- Contour Lines in Qgis
- QGIS and Google Summer of Code
- Quantum GIS Graduates OSGeo Incubation
- Paolo Cavallini Named to QGIS Project Steering Committee
- Nominations for QGIS PSC Open
- Capturing map coordinates in a stand alone app...
- Tutorial 7 - Creating spatial datasets with the QGIS API
- Html Image Plugin 0.2
Nice example
Submitted by Martin Dobias on Thu, 2006-09-07 01:00.
I like this tutorial, many thanks to Francis for creating it and also to Tim for adding more comments.
I just miss some cleanup here - before exiting you should remove layers from registry (AFAIK it's not done automatically):
QgsMapLayerRegistry::instance()->removeAllMapLayers();
Also QgsMapCanvas doesn't get deleted, probably easier way is to use it as a local variable, e.g.
QgsMapCanvas myMapCanvas(0, 0);
»

Recent comments
8 hours 56 min ago
1 day 4 hours ago
1 day 5 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 18 hours ago
1 day 20 hours ago
1 day 20 hours ago