Skip to content

Commit cfcf5f8

Browse files
authored
Merge pull request #229 from r-spatial/qgis4
Add providers column for QGIS 4
2 parents 392ae72 + f7410c3 commit cfcf5f8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: qgisprocess
22
Title: Use 'QGIS' Processing Algorithms
3-
Version: 0.4.1.9000
3+
Version: 0.4.1.9229
44
Authors@R: c(
55
person("Dewey", "Dunnington", , "dewey@fishandwhistle.net", role = "aut",
66
comment = c(ORCID = "0000-0002-9415-4582", affiliation = "Voltron Data")),

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# qgisprocess (development version)
22

3+
- Add support for QGIS 4.0 (#229).
4+
35
# qgisprocess 0.4.1
46

57
## Fix for non-UTF-8 locales

R/qgis-algorithms.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ qgis_query_algorithms <- function(quiet = FALSE) {
142142

143143
providers_ptype <- tibble::tibble(
144144
provider_can_be_activated = logical(),
145+
default_raster_file_format = character(),
145146
default_raster_file_extension = character(),
146147
default_vector_file_extension = character(),
147148
provider_is_active = logical(),

0 commit comments

Comments
 (0)