1316 Commits

Author SHA1 Message Date
Nyall Dawson
c8004cb3c6 [browser] Add global option to disable monitoring of directories
Allows users to manually opt-out of monitoring directories in
the browser by default, and also provides a mechanism for
enterprise installs to disable this potentially unwanted behavior.
2021-06-02 07:13:14 +10:00
Nyall Dawson
bff6d5ffc3 Manually set the RendererShouldUseSymbolLevels flag on the
out-of-the-box "topo road" and "topo main road" symbols, so that
these render beautifully for users with no extra work
2021-05-26 18:26:44 +10:00
Alessandro Pasotti
679d689e6a Fix WFS3 overlapping text template
Fixes: #42269
2021-05-24 13:35:19 +02:00
Alessandro Pasotti
7ae1b31873
Merge pull request #43104 from elpaso/server-landingpage-custom-prefix
Server landingpage custom prefix
2021-05-17 18:35:00 +02:00
Harrissou Sant-anna
1fea062b9c Add precision on default locale of format_number function
and display places parameter default value
2021-05-17 10:41:04 +10:00
Harrissou Sant-anna
783f502a19 Tweak the notes on NULL use 2021-05-17 09:47:08 +10:00
Harrissou Sant-anna
468b059eff Add groups property to NULL value 2021-05-17 09:47:08 +10:00
Harrissou Sant-anna
a75402bddd Add a "groups" property to expression operators 2021-05-17 09:47:08 +10:00
Nyall Dawson
0270a1532b Default to a much nicer font
Ship the style database with a "Default" text format, so that users
get a nicer appearance when they first set labels on layers.

Fixes #16911, fixes #18804, fixes #32798
2021-05-14 13:49:51 +10:00
Nyall Dawson
eb5fd484ff [feature] Add optional (not on by default) layer tree warning icon
for layers with CRS inaccuracies

If the new "Show CRS accuracy warnings for layers in project legend"
is checked by a user, then any layers with a CRS with accuracy
issues (i.e. a dynamic crs with no coordinate epoch available,
or a crs based on a datum ensemble with accuracy exceeding the
user-set limit) will have a new warning icon reflecting that
the layer is a low-accuracy layer.

This is entirely opt-in, and designed for use in engineering/BIM/...
industries where inaccuracies of meter/submeter level are very
dangerous.
2021-05-14 07:24:53 +10:00
Nyall Dawson
26a09f6764 Add global setting to control the display of CRS inaccuracy warnings
This new setting in the Options -> CRS tab specifies a threshold
in meters, where CRS accuracy warnings will only be shown for
inaccuracies which exceed this distance.

This allows users who work in fields where lower accuracies are
acceptable to hide the CRS inaccuracy warnings when an ensemble datum
based CRS (such as 4326, 3857) is selected.
2021-05-12 06:09:48 +10:00
Alessandro Pasotti
d8a155b846 Add relative WMS to sources 2021-05-10 12:56:00 +02:00
Harrissou Sant-anna
15d4e877b1 Default the ascending parameter of order_parts function to true 2021-05-10 09:19:05 +10:00
Alessandro Pasotti
91c83b3de9 Fix relative WMS urls in catalog view 2021-05-07 09:09:30 +02:00
Alessandro Pasotti
27bfb09fb8 Support for custom URL prefix for landing page
Add a QGIS_SERVER_LANDING_PAGE_PREFIX server
setting:

Prefix of the path component of the landing page base URL, default is empty (since QGIS 3.20).
2021-05-06 18:15:04 +02:00
Alessandro Pasotti
497197e316 Updated js 2021-05-06 14:55:30 +02:00
Martin Pergler
2fed93cdfd
Better help for format function
Added description of what syntax/parsing engine is used for the formatting. Motivated by https://github.com/qgis/QGIS/issues/42806, but in general a good idea so users can look up more in detail what is possible. Also uniformized spelling (placeholder vs placeholder).
2021-05-05 09:04:36 +10:00
Nyall Dawson
e99ac61394 Add default label style for waterbodies to symbology database 2021-05-04 12:18:38 +10:00
Stefanos Natsis
9a42f23491
Order map keys by length before using in replace function
Fix #42940
2021-04-27 14:05:23 +10:00
Nyall Dawson
6f8af4da1b Rename to just 'Watercouses' 2021-04-27 11:14:01 +10:00
Nyall Dawson
6ae3160536 Add the first "out of the box" label style to the default style database
Adds a new label style for watercourses
2021-04-27 11:14:01 +10:00
Nyall Dawson
668d8d9185 Add new viridis color ramps (rocket, cividis, mako, turbo) to default
style

Credit to https://github.com/sjmgarnier/viridis

Note -- unless you bypass the version check on line 3271 of qgsstyle.cpp
you won't automatically see these appear in your existing style files
until the 3.20 final release!
2021-04-22 13:42:04 +10:00
Alex
869fdc866d doc improvement 2021-04-19 12:24:18 -04:00
Alessandro Pasotti
497cd1bb10
Merge pull request #42748 from gacarrillor/add_4_new_user_groups
Update user groups data
2021-04-10 10:56:43 +02:00
Germán Carrillo
23d8c7ab58 Update user groups data (new: SK, EC, AT, GH) 2021-04-09 21:48:40 -05:00
pathmapper
9dd5ad1a2b Update sources url 2021-04-09 14:30:52 +02:00
pathmapper
2ae8c4506c Server landingpage sources updates 2021-04-09 14:21:26 +02:00
pathmapper
fc29304bde Update minified version (follow-up on #42697) 2021-04-08 11:03:27 +02:00
pathmapper
7bede8cfeb
Use recommended osm tile url for server API - Features and landingpage (#42697)
* Use recommended osm tile url
2021-04-08 08:22:20 +10:00
Hannes
5e0d409b3e Update help for date handling expression functions, remove "variable" 2021-03-31 09:00:13 +10:00
Hannes
000f8ee410 Improve docs about locales for date handling expression functions 2021-03-31 09:00:13 +10: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
Harrissou Sant-anna
ffbedde2cf Delete json_to_map function 2021-03-11 07:38:00 +10:00
Harrissou Sant-anna
4037a76c4c Delete map_to_json function 2021-03-11 07:38:00 +10:00
Nyall Dawson
fbf46350d1
Merge pull request #42096 from DelazJ/mapsFunctions
improvements fixes to Maps functions
2021-03-09 08:44:44 +10:00
Harrissou Sant-anna
c91043aee8 Remove trailing comma 2021-03-09 06:15:41 +10:00
Harrissou Sant-anna
4e89d1aef6 format_date function does not only take and output date
datetime or time can be used to output something else
2021-03-09 06:15:41 +10:00
Harrissou Sant-anna
ed6a85894c
Fix json_to_map example output 2021-03-08 12:56:22 +01:00
Harrissou Sant-anna
a216ffc5fa
Fix from_json output 2021-03-08 12:49:44 +01:00
Harrissou Sant-anna
210a69e2c9
map_insert overrides existing key 2021-03-08 12:43:17 +01:00
Harrissou Sant-anna
a9e05dca15
Fix typo and more details to map_get function 2021-03-08 12:33:14 +01:00
Harrissou Sant-anna
c3e31b0495
Add missing quote 2021-03-08 12:24:54 +01:00
Harrissou Sant-anna
0aecc06c56
Fix map_to_hstore example, output a string 2021-03-08 12:22:55 +01:00
Harrissou Sant-anna
34357c1b0b
Update hstore_to_map example output 2021-03-08 12:20:18 +01:00
Harrissou Sant-anna
eaacde8eff Fix array_replace group name 2021-02-25 11:28:03 +10:00
Damiano
0707d6f54c
array_count, array_prioritize, array_replace added to expressions (#41338) 2021-02-24 15:14:10 +10:00
Andrea Giudiceandrea
d7167e48d0 [feature][expressions] Add "length3D" function to return the 3D length
of a LineGeometry type geometry using QgsLineString::length3D(). If the geometry is not a 3D line string, it returns its 2D length.
2021-02-24 12:59:28 +10:00
Mathieu Pellerin
b04fe1fac1 [themes] Fix combo box and menu items left spacing/padding issue 2021-02-23 12:56:02 +07:00
Nyall Dawson
e11801d34e Require Proj version 6 or later, drop old proj 4 compatibility code 2021-02-23 12:47:04 +10:00
Matthias Kuhn
14e5c6094d
Merge pull request #41364 from domi4484/modeMajorityConfusion
Fix array mode/majority confusion
2021-02-20 10:09:52 +01:00