-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard concept #6
Comments
Version 2 with nicer implementation |
improved solution, use this expression:
|
Joining all ideas!
|
To have the dashboard in the mouse pointer: |
Here is an update that uses a better positioning schema and increases the number of elements to cover a secondary layer for building. |
This update adds a new font column to the dashboard table and adds column icons. You need to first install the UN-OCHA glyph font icons for it to work. These are a free font available here: https://unhcr.github.io/Humanitarian-Font/ Latest GeoPackage containing all the logic for the above image is available here: |
Another update using @nyalldawson 's tip to use layer dependencies to automatically update the dashboard labels |
Here is the GeoPackage we created while recording this YouTube video walkthrough: |
Is it possible to publish these dashboards online using qgis2web plugin or any other web service with all the features (i.e. automatic dashboard update features) available online? |
I've been trying to get something like this to work for my project. The problem is that the project CRS is not 4326, I need to use a projected CRS. The coordinates returned by point_n( @map_extent, 4 ) are those of the top left corner of the visible extent, in my projected CRS, but the label does not appear. Changing the project CRS to 4326 makes them appear, but shouldn't they also work in a projected CRS? |
For anyone else having this issues: Projected CRSs work fine, what you need to make sure is that the layer your creating the labels on has the same CRS as your project CRS, then this works. This QGIS issue seems related: qgis#26660 |
GeoPackage if you want to try:
CasteloBranco.zip
The text was updated successfully, but these errors were encountered: