977 Commits

Author SHA1 Message Date
Harrissou Sant-anna
3c35b75308 Use correct arg for rotate function 2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
fc88150ffd Use correct argument name in the help file
segments and not segment
2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
d49d10bf4d Fix make_triangle parameters name 2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
e9dd082c97 Avoid same name for different parameters in a function
Fix duplicate "geometry" named parameters
2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
3846b04f0a Harmonize geometry-based parameters name in expression
using 'geometry1' instead of 'geometry_a' or 'geometry a'
2020-08-15 11:51:04 +10:00
Harrissou Sant-anna
4f3a2f1da6 Add missing quotes 2020-08-14 08:23:49 +10:00
Harrissou Sant-anna
fa1a9aca36 Fix functions declaring variable length of arguments
while it's actually a fixed number
2020-08-14 08:23:49 +10:00
Alessandro Pasotti
779d218206
Merge pull request #38189 from elpaso/server-landingpage
Server landingpage
2020-08-11 11:41:05 +02:00
Harrissou Sant-anna
1d0749d72d Extend aggregate's concatenator and order_by args description 2020-08-10 08:32:18 +10:00
Harrissou Sant-anna
57b620c92f Use 'value' parameter instead of 'val' 2020-08-10 08:32:18 +10:00
Harrissou Sant-anna
43a20fed2b Updates on expression functions help
fix examples and description
add/update examples to "cross-link" functions
2020-08-10 08:32:18 +10:00
Alessandro Pasotti
a8e033c794 Updated client after rebase 2020-08-06 15:57:38 +02:00
Alessandro Pasotti
13a5bc4459 Server landing page plugin 2020-08-06 14:52:08 +02:00
nirvn
07ab4b3255 [FEATURE][expression] Add a to_decimal() function to convert degree/minute/second strings 2020-07-31 08:06:32 +07:00
Harrissou Sant-anna
a4372d21b7 Fully explain the examples
avoiding use of $geometry function in explanation
2020-07-31 03:07:46 +10:00
Harrissou Sant-anna
490c8ff8d2 Replace geom parameter with geometry, for harmonization 2020-07-31 03:07:46 +10:00
Harrissou Sant-anna
8d4843d27b Harmonize NULL spelling in function help 2020-07-30 05:00:13 +10:00
Harrissou Sant-anna
8bf698074d Fix formatting 2020-07-21 10:16:00 +10:00
Harrissou Sant-anna
4e2cf102e0 Add precision to multipoint feature $x and $y functions
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2020-07-21 10:16:00 +10:00
Harrissou Sant-anna
5901d5dc6f Add precision and examples to x, y and z expression functions 2020-07-21 10:16:00 +10:00
Alexandre Neto
83836766be Apply suggestions from Havart
Co-authored-by: Håvard Tveite <havard.tveite@nmbu.no>
2020-07-21 10:12:13 +10:00
Alexandre Neto
fe9e14a5dd Apply suggestions from code review
Co-authored-by: Håvard Tveite <havard.tveite@nmbu.no>
2020-07-21 10:12:13 +10:00
Alexandre Neto
ea6c0446eb Apply suggestions from code review
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2020-07-21 10:12:13 +10:00
Alexandre Neto
ce5a643857 Improve CASE help 2020-07-21 10:12:13 +10:00
Alexandre Neto
c345622723 Fix some HTML syntax to play better with the QGIS-Documentation script 2020-07-21 10:12:13 +10:00
Alexandre Neto
6d2ccb4e3b Update help files 2020-07-21 10:12:13 +10:00
Alexandre Neto
9c631e7d96 Remove obsolete help files
Add missing group help files
2020-07-21 10:12:13 +10:00
Nyall Dawson
bd830ba2dd [feature][expressions] Add "main_angle" function to return the estimated
main angle of a geometry

Returns the angle of the oriented minimum bounding box which covers the
geometry value.

Useful for data defined overrides in symbology of label expressions,
e.g. to rotate labels to match the overall angle of a polygon, and
similar for line pattern fills...
2020-07-16 08:44:51 +10:00
Harrissou Sant-anna
e6f3c7fc70
Move maptip function help to variants structure 2020-07-14 01:15:21 +02:00
Harrissou Sant-anna
133f8ad0fe
Move display_expression help to variants style 2020-07-13 22:31:31 +02:00
Harrissou Sant-anna
9cf31e96ee
Swap display_expression parameters 2020-07-12 11:18:25 +02:00
Matthias Kuhn
2e2acf9170
Merge pull request #37647 from lhirlimann/svgcleaner
svg file reduced with svgcleaner
2020-07-11 13:03:42 +02:00
Harrissou Sant-anna
2004184a96
Use string representation for Color functions example output 2020-07-10 10:22:07 +10:00
Paul Blottiere
7ba050c755
Merge pull request #37622 from pblottiere/fix_ogcapif_json
Fixes OGC API Features certification
2020-07-09 22:15:29 +02:00
nirvn
167b71819d [themes] Also provide checkbox styling for list view widgets 2020-07-09 16:04:25 +07:00
Blottiere Paul
e7ea389bc7 Use query parameter instead 2020-07-09 09:53:48 +02:00
Blottiere Paul
88199ae073 Fix bool type in schema 2020-07-09 09:53:48 +02:00
Ludovic
6247cde584 svg file reduced with svgcleaner 2020-07-07 13:32:51 +02:00
Harrissou Sant-anna
ecb617cfa0 Update darker function description 2020-07-04 07:10:09 +10:00
SrNetoChan
72c0c245e2 Rename JSON help file to match function name 2020-07-02 15:03:16 +10:00
SrNetoChan
d097adeacd Add groups to function_help files 2020-07-02 15:03:16 +10:00
Alessandro Pasotti
ed8695657e Fix json schema case for sortBy/sortDesc 2020-06-26 12:06:35 +02:00
Alessandro Pasotti
a4b8f72da2 Server WFS3 API: implement sorting
Also revert 2e57d114257ecbc09d44abeee5f7460c20b7b785
because it broke landing page HTML link to OPENAPI
overriding content negotiation.
2020-06-26 11:57:28 +02:00
vcloarec
2264fefdd2 new contributor (me) 2020-06-17 06:23:30 +10:00
uclaros
b32bdb2d1d add myself to the contributors 2020-06-15 11:17:13 +10:00
nirvn
332f16a74d [themes] Fix tab widget's panel missing border for non selected tabs 2020-06-11 13:31:15 +07:00
nirvn
11f6ed772a [themes] Improve hover styling for tree widget and option lists 2020-06-11 13:31:04 +07:00
ghtmtt
3eb4f8c49f add missing country attributes 2020-06-10 11:49:13 +10:00
Richard Duivenvoorde
d1d4824d58
Fix #36983 arguments of is_selected are flipped
Improve documentation of is_selected function to describe all available variants
2020-06-09 19:57:59 +10:00
nirvn
cbd3068443 [expression] Add optional language parameter to format_number() to control locale across different systems 2020-06-05 16:25:49 +07:00