dependabot[bot]
ca405dac81
Bump async from 2.6.3 to 2.6.4 in /resources/server/src/landingpage
...
Bumps [async](https://github.com/caolan/async ) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases )
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md )
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4 )
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 11:24:45 +10:00
dependabot[bot]
73d5db63dd
Bump ejs from 3.1.6 to 3.1.7 in /resources/server/src/landingpage
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases )
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-02 12:28:53 +10:00
Jürgen Fischer
6bfc29603e
Document SQL to reassign Crimea to the Ukraine
2022-04-29 17:01:35 +02:00
Juergen E. Fischer
1c7d903c8c
world_map.gpkg fix ( fixes #46810 )
...
update states_provinces set iso_a2='UA',sov_a3='UA',adm0_a3='UA',admin='Ukraine',gu_a3='UKR' where name IN ('Crimea','Sevastopol');
update countries set geom=st_union(geom, (select st_union(geom) from states_provinces where name IN ('Crimea','Sevastopol'))) where name='Ukraine';
update countries set geom=st_difference(geom, (select st_union(geom) from states_provinces where name IN ('Crimea','Sevastopol'))) where name='Russia';
2022-04-29 17:01:35 +02:00
Nyall Dawson
9d6a6a2233
Update resources/function_help/json/LIKE
...
Co-authored-by: Andrea Giudiceandrea <andreaerdna@libero.it>
2022-04-22 15:49:26 +10:00
Etienne Trimaille
a43cb5ea33
Expressions - Add some tags for search with "start", "begin", "end"
2022-04-22 15:49:26 +10:00
Andrea Giudiceandrea
d34d1cee73
Add myself (Andrea Giudiceandrea) to contributors.json
2022-04-08 14:23:59 +02:00
Harrissou Sant-anna
269b895aa3
Update AND
2022-04-08 08:56:23 +10:00
Nyall Dawson
0aad51c6d4
Base default image cache size on system memory
...
Instead of always defaulting to 100mb, then base the cache size
on the system memory:
- > 32gb, use 500mb
- 16-32gb, use 250mb
- else 100mb
The larger sizes can make a big difference to rendering speed for
complex projects, so let's let powerful systems utilise all that
memory!
(Only supported on linux for now)
2022-04-04 19:12:11 +10:00
Harrissou Sant-anna
b45ebcc0ce
Add missing quotes
2022-04-04 09:47:19 +10:00
Harrissou Sant-anna
87147e14cb
Also fix TRUE in sentences outputs
2022-04-04 09:47:19 +10:00
Harrissou Sant-anna
1b38619279
More harmonization of expression output TRUE
2022-04-04 09:47:19 +10:00
dependabot[bot]
ebf7c1f1ae
Bump ansi-regex from 3.0.0 to 3.0.1 in /resources/server/src/landingpage
...
Bumps [ansi-regex](https://github.com/chalk/ansi-regex ) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases )
- [Commits](https://github.com/chalk/ansi-regex/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: ansi-regex
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-03 08:12:22 +10:00
Alessandro Pasotti
995c2905ca
Merge pull request #47866 from elpaso/true-false-function-docs
...
Replace 1/0 with TRUE/FALSE in function help
2022-03-31 10:31:21 +02:00
Alessandro Pasotti
b82e83624d
Update array_intersect
2022-03-30 19:31:12 +02:00
Alessandro Pasotti
612e8fa1fd
Update resources/function_help/json/within
2022-03-30 18:48:02 +02:00
Alessandro Pasotti
f1ae82c7f7
Apply suggestions from code review
2022-03-30 14:49:30 +02:00
dependabot[bot]
8a77c5ce49
Bump minimist from 1.2.5 to 1.2.6 in /resources/server/src/landingpage
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 08:28:02 +10:00
Mathieu Pellerin
37abd1b5c4
Improve description of num_geometries() expression function to explicitly state support for multi-part geometries
2022-03-23 14:05:33 +10:00
Alessandro Pasotti
1201690790
Some more TRUE/FALSE homogenization
2022-03-21 09:20:52 +01:00
Alessandro Pasotti
db37ec5530
Apply suggestions from code review
...
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-03-21 09:17:02 +01:00
Alessandro Pasotti
14fdc19e88
Replace 1/0 with TRUE/FALSE in function help
2022-03-19 09:00:56 +01:00
Alessandro Pasotti
34f0e59735
Address PR review comments and handle NULLS
...
Refactor the evaluation code, handle NULLs to
return a boolean when it is possible.
2022-03-15 12:13:42 +01:00
Alessandro Pasotti
0f6d38b186
Fix function help
2022-03-14 14:19:53 +01:00
Alessandro Pasotti
abb99faa36
NOT BETWEEN help
2022-03-14 14:19:53 +01:00
Alessandro Pasotti
7601250a54
SQL expression compiler and more tests for BETWEEN
2022-03-14 14:19:52 +01:00
pathmapper
6885fd1639
Update webpack-license-plugin
2022-03-11 06:09:55 +01:00
dependabot[bot]
821837928c
Bump prismjs from 1.26.0 to 1.27.0 in /resources/server/src/landingpage
...
Bumps [prismjs](https://github.com/PrismJS/prism ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/PrismJS/prism/releases )
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md )
- [Commits](https://github.com/PrismJS/prism/compare/v1.26.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: prismjs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-27 07:51:10 +10:00
Nyall Dawson
d9ea5d5d3d
Drop unused context_help files
2022-02-23 15:15:07 +10:00
Nyall Dawson
555d966ebf
Fix attribute name in get_feature docs
2022-02-23 11:17:41 +10:00
Harrissou Sant-anna
2a4c2bdf3c
Attempt to aerate overlay_intersects help and shorten sentences
2022-02-16 17:34:32 +01:00
dependabot[bot]
6154178ec5
Bump follow-redirects in /resources/server/src/landingpage
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 06:23:42 +10:00
sumandari
d1c558f2d7
Adding myself @sumandari and @dimasciput to the contributors map ( #47252 )
2022-02-10 21:51:54 +00:00
Juergen E. Fischer
15a77662d4
fix expression translation string
2022-02-09 20:47:27 +01:00
Nyall Dawson
2bd18332aa
[expressions] Make file function (such as base_file_name) gracefully
...
handle map layer values
These are treated as the file path to the layer.
E.g.
base_file_name(@some_variable_which_is_a_layer)
will return the base file name of the layer's source
2022-02-07 16:02:37 +10:00
Matthias Kuhn
8563a5eb43
Merge pull request #47209 from qgis/dependabot/npm_and_yarn/resources/server/src/landingpage/node-fetch-2.6.7
2022-02-05 17:37:33 +01:00
dependabot[bot]
ecd91b19ef
Bump node-fetch from 2.6.6 to 2.6.7 in /resources/server/src/landingpage
...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch ) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases )
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7 )
---
updated-dependencies:
- dependency-name: node-fetch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-05 14:24:26 +00:00
dependabot[bot]
875d026829
Bump follow-redirects in /resources/server/src/landingpage
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-05 14:24:26 +00:00
nirvn
8a0661e58e
[themes] Fix hard to read tooltips with Night Mapping
2022-02-04 14:14:11 +07:00
Alex
d0f2cd0ec9
Merge branch 'master' into exp_tagger
2022-01-31 07:46:22 -05:00
Alex
2175337568
Update resources/function_help/json/array_remove_at
...
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2022-01-31 13:31:02 +10:00
roya0045
6b6427069e
address comments
2022-01-31 13:31:02 +10:00
roya0045
3105c5e01d
improvement & bugfix
2022-01-31 13:31:02 +10:00
Nyall Dawson
02a911f772
Tag all symbols in default library with addedVersion
...
Avoids an ambiguity in the style database update logic which forced
us to always attempt to reimport these ambiguous symbols, resulting
in sqlite errors due to violated name constraints
2022-01-31 13:16:54 +10:00
Nyall Dawson
f2caa2e0ae
Add a wavy line symbol to default style
2022-01-31 13:16:54 +10:00
nirvn
80f2443f76
[themes] Fix push button flat property not taken into account
2022-01-27 04:32:40 +07:00
Frank
6c1fa054c2
here Topographie not Topology
...
Topographic Maps and Topography is meant
2022-01-18 10:20:47 +10:00
Alex
68a7f46c1b
Merge branch 'master' into exp_tagger
2022-01-13 18:49:53 -05:00
Alessandro Pasotti
18979e579c
Merge pull request #46683 from elpaso/overlay_intersects_sort_by_intersection_size
...
Overlay intersects sort by intersection size
2022-01-13 23:51:50 +01:00
roya0045
13502bc613
add missing functs
2022-01-13 08:56:17 -05:00