13 Commits

Author SHA1 Message Date
Germap
eac5f8e521 [Expressions] Add missing tag (crs ellipsoid) to layer_property function 2024-01-28 09:42:26 +01:00
Germap
7e7a8a1f57 [Expressions] Add tags to layer_property function
Fix #39828
2023-11-23 13:41:49 +10:00
Andrea Giudiceandrea
cf3814ef97 [feature][expressions] layer_property: add crs_ellipsoid property 2023-09-12 14:40:24 +10:00
roya0045
57e25ca19e proposal tags
made with https://gist.github.com/roya0045/eaa19acabe1033569f97b40604b7e6df
2022-01-07 08:33:29 -05:00
nirvn
6c6fd067b0 [ui] Move layer_property() function from General to Map Layers group for ease of discoverability 2021-03-12 12:31:19 +10:00
SrNetoChan
d097adeacd Add groups to function_help files 2020-07-02 15:03:16 +10:00
Julien Monticolo
df0f97524f
Expression builder : add layer_property(...,'distance_units')
To complete the existing function layer_property(...), this change add a new argument 'distance_units' for return a string with the layer distance units (see QgsUnitTypes::DistanceUnit)

This function can be used for display units for labels, in layouts or for access to more layer properties in the expression builder for algorithms.
2020-04-07 09:20:38 +10:00
Ivan Ivanov
bcf0ef9b3d FIX #33355 New Expression to check the edit mode / state 2020-03-28 04:45:30 +02:00
Matthias Kuhn
65e60d17aa
Add path to layer_property expression function 2018-12-18 13:47:46 +01:00
Etienne Trimaille
387057a1b8 add CRS description in the layer_property expression 2017-10-25 14:18:40 +02:00
Harrissou Sant-anna
ef85cdcf83 Replace "eg" by "e.g." or "for example" 2016-12-30 00:03:22 +01:00
Juergen E. Fischer
82b34afe03 move remaining function_help to json and update it's translation handling 2015-09-20 18:35:27 +02:00
Nyall Dawson
709c14391b Change expression help from free form html files to structured json
A new script then parses these json help files into the html help
contents, in a standardised manner. Previously, the function help
was a bunch of different formats and structures.

Now, a custom stylesheet can be applied (and later tweaked!) to
format these help. Eg, this commit colors variables and function
names in the syntax section for greater readability.
2015-09-02 14:22:50 +10:00