ubarsc / tuiview

TuiView is a lightweight raster GIS with powerful raster attribute table manipulation abilities
http://tuiview.org/
GNU General Public License v2.0
26 stars 13 forks source link

Add support for displaying labels on vector layers #49

Closed gillins closed 1 year ago

gillins commented 1 year ago

Fairly rough ATM as vector layer gets read twice. Leaning fairly heavily on Qt for drawing.

Future enhancement might be to get vectorrasterizer.c to do this work so only one pass through the features required. vectorrasterizer.c could code labels as 2 so they can be colored up differently be the LUT. Will require some work to bitmap some fonts so they can be used from the C code.