1134 Commits

Author SHA1 Message Date
Harrissou Sant-anna
3bc3a116c4 Extrude function input geometry is of line type
not polygon
2021-08-22 08:20:31 +10:00
Nyall Dawson
3c9651d845 Fix incorrect '#proxyExcludedUrls' setting shows in gps group in advanced settings 2021-08-03 09:22:31 +10:00
Nyall Dawson
5ecd73d34f Add a core settings registry value for GPSBabel path 2021-08-03 09:22:31 +10:00
Jochen Topf
8cd8b9372a
Fix typo (#44459) 2021-07-30 10:22:15 +02:00
Martin Pergler
d9fd2a98be Simplify per review
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2021-07-30 11:49:07 +10:00
Martin Pergler
1d845c8a6c Improve sinuosity help
Added explanation what this new expression actually calculates, based on help coded in /src/core/geometry/qgscurve.h
Also streamlined noted requirement that needs to be applied to a curve.
2021-07-30 11:49:07 +10:00
Loïc Bartoletti
3e430232f2 Update resources/function_help/json/sinuosity
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2021-07-29 07:26:08 +10:00
Loïc Bartoletti
638e9a2ac0 add sinuosity help 2021-07-29 07:26:08 +10:00
Salvatore Fiandaca
2c9a97dff1
Merge pull request #44380 from pigreco/toto
correction examples expr: make_rectangle_3points
2021-07-27 08:18:06 +10:00
Mathieu Pellerin
754328cbd0
[feature][expression] Add exif() and exif_geotag() functions to the QGIS expression engine (#44081) 2021-07-08 17:36:12 +07:00
Nyall Dawson
791f64d232 Fix buffer definition for default text format 2021-06-30 14:48:25 +10:00
Alessandro Pasotti
2745732288
Merge pull request #43960 from elpaso/server-landingpage-bugfix-relative-metadata-links
Server landing page: fix relative service links
2021-06-29 17:12:23 +02:00
Harrissou Sant-anna
23048dd813 Missing colon 2021-06-29 06:45:36 +10:00
Harrissou Sant-anna
fc3f8a124d Missing colon 2021-06-29 06:45:36 +10:00
Harrissou Sant-anna
a87b2ecf62 Fix function examples 2021-06-29 06:45:36 +10:00
Alessandro Pasotti
58b35b749d Server landing page: fix relative service links
For metadata when using QGIS_SERVER_LANDING_PAGE_PREFIX
2021-06-28 16:20:29 +02:00
Sandro Mani
a8c1be697d Allow specifying default WMS image format in settings 2021-06-22 08:32:19 +10:00
Marco Hugentobler
f3c217cbe0 Add entry to qgis_global_settings.ini 2021-06-22 08:25:56 +10:00
Nyall Dawson
dfe9820589 Update internal srsdb and legacy mappings 2021-06-16 12:03:20 +10:00
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
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