ismailsunni / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
http://qgis.org
GNU General Public License v2.0
1 stars 0 forks source link

3D Rendering Point Feature as A Billboard #3

Closed ismailsunni closed 5 years ago

ismailsunni commented 5 years ago

This improvement will enable QGIS to render a point feature as a billboard. Billboard means that the object will always face to the camera. The use case would be showing icon in a location (e.g. showing the name of a place with an icon) In this feature, user will need to specify how the billboard will be seen. Basic use case will be:

Choose the point layer that needs to be styled/rendered as billboard Set the style of the point, some options would be Style with icon or default shape (e.g. rectangle) Set the size, color, and opacity of the icon or shape Set text or label Allow leader lines between point feature and billboard, with a configurable vertical offset (best also data-defined). It would help better locate the position of the actual feature.

Mockup for the billboard option: Billboard_Options

It will use the symbol chooser (which has the option to set the size, opacity, or even use SVG file, etc).

Steps:

Additional features (wishlist):

ismailsunni commented 5 years ago

Updated mock up after disccsion with mentors: Billboard_Options

Notes:

Steps:

ismailsunni commented 5 years ago

Billboard is shown, but not the QgsSymbolButton Selection_186

ismailsunni commented 5 years ago

Sample from Google maps

Selection_187

ismailsunni commented 5 years ago

image

ismailsunni commented 5 years ago

Work is merged :)