Opened 15 years ago

Last modified 14 years ago

#1386 new enhancement

Enhanced Map Tips through Macro Language/Operators

Reported by: neumann Owned by: nobody
Priority: minor: annoyance Milestone: Version 1.7.0
Component: GUI Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

Description

Map Tips are a useful feature to display attribute data on mouse-over as tooltips. However, they can only display a single data column. It would be very useful to enhance this feature with a simple macro language or operators, which would allow simple calculations and concatenations of multiple data columns.

Applications would be the concatenation of several columns towards an address: concatenate street, house-nr, zip-code, city, etc. into a single address string. Another application would be to calculate a new value based on 2 or more other data-columns.

Operators would include simple math operators and at least concatenation. Since QGIS already supports python, it could be useful to use python compatible syntax for this macro-language/operators.

It would also be useful to display multi-line tooltips. "\n" could trigger a new-line. At most, tooltips could also display image data, such as a small photo thumbnail.

Change History (2)

comment:1 by pcav, 14 years ago

Component: Build/InstallGUI

comment:2 by pcav, 14 years ago

Milestone: Version 1.0.3Version 1.6.0
Note: See TracTickets for help on using tickets.