Same error. I'm not a python expert :-( but I think there are extra brackets after QgsMapLayerRegistry:
File ...plugins/dimensioning/tools/utils.py, line 35: QgsMapLayerRegistry().instance().addMapLayer(vl, True) Should be: QgsMapLayerRegistry.instance().addMapLayer(vl, True) I think there are some issues with the reference system of the dimension lines, but I haven't investigated yet... Enrique. 2015-08-18 9:57 GMT+02:00 Paolo Cavallini <[email protected]>: > Il 18/08/2015 09:23, Franco Cazzola ha scritto: > > Iam looking forwardto the problem to add *dimension feature* to Qgis > “Wien” > > > - Using dimension plugin in Qgis; > > I am not able to insert “selected two vertex points” (first icon of > > plugin); are there any setting or prerequisites to use it ? I tried also > > creating a SpatiaLite database …. resultles > > Hi Franco, > I'm able to select the two points from a shapefile, but then I get an > error: > https://github.com/kalxas/dimensioning/issues/1 > Anyone confirms? > All the best. > -- > Paolo Cavallini - www.faunalia.eu > QGIS & PostGIS courses: http://www.faunalia.eu/training.html > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user >
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
