Hi Otto, Such leader lines are not yet a core feature of QGIS. It would be very cool if someone could invest to make this a core feature. The infrastructure with all the data-defined properties is there already. So it should not be too hard to add the leader lines.
As Paolo said, there are probably plugins that do this, or python code. You can also create such leader lines in the database with views, if you store your data in a database. You could then have the table with the features you want to label your table (or x/y columns) with the label positions and you could have a third table (or geometry column) with the leader lines, that are auto-generated by the database between the features to label and the labels (minus some offset along the lines to make the leader lines more pleasing). This is just a workaround though. It would be much nicer if leader lines would be a core QGIS feature ... Andreas Am 11.08.2014 10:59, schrieb Otto Dassau: > Hi, > > is there a plugin or feature in QGIS that allows to connect a point label > with the point by a line? Should look like this: > > Label > \ > \ > \ > \_ > |_| Point > > > Thanks a lot > Otto > _______________________________________________ > 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
