Latest news will appear here soon.
Edit on GitHub

QGIS 3.28 の変更履歴

image1

リリース日: 2022-10-21

QGIS 3.28 Firenze introduces various feature updates, UX modifications, usability enhancements, and improved integration with various proprietary services and data backends. It is also set to introduce the long-awaited features provided by previous releases into the long-term support release, as outlined in the QGIS Roadmap.

スプラッシュ画面には、ジュゼッペ・モリーニによる1847年のイタリアのフィレンツェの貴重な地図が表示されています。この素晴らしい地図は、1731年にフィレンツェの建築家フェルディナンド・ルッジェーリによって描かれたものです。地図は南を向いており、アルノ川の両岸に広がるフィレンツェの旧城壁中心部をカバーしています。右上の四分円にはフィレンツェのシンボルである百合の花が描かれている。この地図は1847年の印刷ですが、厚手の紙に銅版画で17世紀の様式で作成されています。1847年のフィレンツェは、政治的な変革の途上にありました。この貴重な地図が作られた翌年、トスカーナ大公はフィレンツェ中の政治的デモに応えて、トスカーナで最初の憲法を認めました。

For a whirlwind tour of all the new functionalities introduced, you can view the highlight reel video on YouTube at https://youtu.be/IEkOhQezQMk

We would also like to extend a big thank you to the developers, documenters, testers, and the many folks out there who volunteer their time and effort (or fund people to do so) to make these releases possible. From the QGIS community, we hope you enjoy this release! If you wish to donate time, money, or otherwise get involved in making QGIS more awesome, please wander along to QGIS.ORG and lend a hand!

QGIS is supported by donors and sustaining members. A current list of donors who have made financial contributions large and small to the project can be seen on our list of donors. If you would like to become an official project sustaining member, please visit our sustaining member page for details. Sponsoring QGIS helps us to fund our regular developer meetings, maintain project infrastructure, and fund bug-fixing efforts. A complete list of current sponsors is provided below - our very great thank you to all of our sponsors!

Flagship

Large

Medium

Small

QGIS はフリーのソフトウェアです。利用する上で金銭を支払う義務はありません。実際、私たちは利用者の財政状況や社会的地位にかかわらず、より多くの人に QGIS を利用して欲しいと思っています。私たちは地理空間的な意思決定ツールによって人々が力を持つことが、全人類の社会をより良くすると信じています。

Breaking Changes

機能 シンボロジに関するQGIS 3.16以前とのプロジェクト下位互換性を省略

QGISの以前のリリースでは、QGIS 3.16およびそれ以前のバージョンでプロジェクトファイルを開くことができるようにするために、シンボロジの下位互換性を維持するために、プロジェクトファイルのXML構造に大量の互換性オブジェクトを書き込んでいました。この互換性は今後のリリースから削除され、プロジェクトファイル構造が大幅に最適化されます。

時系列

機能: TIMEディメンジョンを持つ WMTS レイヤの時系列マネージャサポートの追加

This enhancement exposes any WMTS "time" dimensions for use in the temporal framework, including allowing these layers to be animated and controlled via the temporal controller.

When we do detect a time dimension on a WMTS layer, we no longer expose this in the same way as other non-time dimensions. The browser panel does not show the dimension values, and adding the layer via Data Source Manager no longer prompts the user to pick from the available time values. Instead, these layers are indicated with a new "time capable raster layer" icon, and are added to a project without the user specifying a time value.

Just like a WMS(T) layer, when a time-dimension enabled WMTS layer is added to the project, it will default to the "automatic" temporal mode, meaning that the layer will follow the temporal controller's current time range by default. A user can then opt to show a specific static time value for the layer through the layer's Temporal properties page, by unchecking "Dynamic Temporal Control" and picking a specific available time range from the "Predefined date" option.

これにより、WMTS の時間対応レイヤの使い方は、WMS(T) レイヤの使い方と本質的に同じになるように、ユーザー体験が統一されるはずです。

image3

This feature was developed by Nyall Dawson

ツール

機能: ベクタタイルレイヤで地物が選択できる

ベクタタイルレイヤから地物を選択する機能が追加され、標準のマップベースの選択ツールを使用して、これらのソースから地物を対話的に選択できるようになりました。

ベクタタイルレイヤに選択されたものがあるとき、ユーザーは次ができます:

  • その地物をコピーして、他のレイヤに貼り付けます、または、スクラッチレイヤに貼り付けます
  • Use other (non-editing) tools which operate on selections, such as "zoom to selected features"/"pan to selected features"

矩形で選択、フリーハンドで選択、ポリゴンで選択、半径で選択など、対話的なマップ型の選択ツールのどれを使っても選択できます。ベクタ選択に適用される、選択範囲の追加/減算/交差のショートカットもすべて適用されます。

地物の選択はキャンバスのタイルズームレベルを使用して行われ、ユーザーがマップの縮尺を別のベクタタイルズームレベルに変更しても、このズームレベルで選択された地物は保持されます。つまり、ユーザーは拡大して小さい/詳細な地物を選択し、縮小してもマップ上で選択した地物を見ることができます。

この機能は Toitū Te Whenua Land Information New Zealand によって資金提供されました

This feature was developed by Nyall Dawson

ユーザーインタフェース

機能: データソースマネージャの専用ウィンドウ型UX

The data source manager dialog is now ALWAYS non modal, and options to set it as such have been removed. The dialog now functions just like other "manager" type windows in QGIS, such as the style manager or layout manager.

データソースマネージャは独自のウィンドウとして扱われ、「データソースマネージャ」ボタンが押されるたびにフォアグラウンドに表示されます。

image4

This feature was developed by Nyall Dawson

機能: 凡例クラスシンボルの右クリックメニューに、属性テーブルに表示アクションを追加

A new "Show in Attribute Table" action has been added to the right-click context menu of legend class symbols in the table of contents. This allows users to open the attribute table with a filter applied to match only the features relevant to a particular symbol group. This provides a significant performance improvement for certain datasets, such as large vector layers loaded from a remote source.

image5

This feature was developed by Mathieu Pellerin

機能: 地物情報のNULL値を非表示にする設定の追加

The "Identify Features" utility now provides the capability to hide NULL values from the returned results

image6

This feature was funded by Camptocamp

This feature was developed by Ismail Sunni

シンボロジ

機能: GPS位置マーカーを制御できるようにする

A new general GPS options page has been introduced which includes new settings for controlling the marker symbol used for the current GPS location, and whether this symbol should be rotated to match the GPS direction.

image7

この機能は Tiwi Resources, Bush Heritage, Australian Wildlife Conservancy によって資金提供されました

This feature was developed by Nyall Dawson

機能: 追加された新しい楕円マーカーの形状

楕円マーカータイプのシンボルスタイルに、以下の形状タイプが追加されました:

  • 五角形
  • 六角形
  • 八角形
  • 三分の一円
  • 四分の一円

image8

この機能は North Road によって資金提供されました

This feature was developed by ZayneTomlins

ラベリング

機能: ラベル付けのHTML 太字/斜体/フォントサイズ及びフォントファミリのサポートを追加

ラベリング内(およびテキストレンダラーが使用される他のあらゆる場所)で使用できるように、追加のHTMLフォーマット用タグのサポートが追加されました。

サポートされたタグには特に次が含まれます:

  • フォントファミリ
  • フォントサイズ
  • 太字
  • 斜体

image9

この機能はスイスQGISユーザーグループによって資金提供されました

This feature was developed by Nyall Dawson

機能: 行の高さに絶対単位を使用するオプションを追加

Previously, the line height was always set in multiples of the text line spacing, however, it is now possible to use absolute units for line height (useful in contexts where mixed text sizes are used within a single document).

image10

This feature was developed by Nyall Dawson

メッシュ

機能: メッシュレイヤの時間プロパティを再読み込みするオプションを追加

An "Always take reference time from data source" option has been added for mesh layers that when checked, will ensure that the reference time is reloaded from the data source, and each time the layer is reloaded or the project reopened the time properties will be updated from the file automatically.

In previous releases, when a mesh layer file had a reference time and time extent that changed, the time layer properties would not be updated when the projector layer are reloaded, and the user would be required to manually navigate to the "Reload from provider" feature in the temporal tab of the layer properties.

image11

This feature was developed by Vincent Cloarec

三次元機能

Feature: Ambient Occlusion 3D Effect

A new ambient occlusion effect is available for rendering data in 3D views that is useful for improving depth perception of the data in 3D. This is a post-processing effect and it can be even combined with eye dome lighting (EDL) for quite interesting results. An oversimplification of the effect is that features that are not visible to the camera are used to texture and darken neighboring elements, with the benefit of improving contrast, feature definition, and differentiation.

There is a new item for controlling the state of Ambient Occlusion in the configuration menu for 3D views, as well as extra parameters in the advanced section of the configuration dialog for fine-grained control over:

  • Radius: The distance threshold for calculating ambient occlusion
  • Intensity: The strength of the effect should be (higher values make things darker)
  • Occlusion threshold: Number of neighboring points that need to be occluded for the effect to appear (values lower than 50% will make the output darker, but possibly provide a greater range of occlusion)

image12

This feature was developed by Martin Dobias & Belgacem Nedjima

点群

機能: 点群レイヤのエクスポート

Point Cloud layers now support being exported to vector or point cloud data formats, with optional filtering.

サポートする形式には次があります:

  • 一時スクラッチレイヤ(メモリレイヤ)
  • GeoPackage
  • シェープファイル
  • DXF
  • LAZ (requires build WITH_PDAL)
  • 非圧縮のLASファイル

エクスポート操作は次によるフィルタリングをサポートします:

  • 領域
  • Zレンジによるフィルタリング
  • エクスポートするポイントの数の限定
  • ポリゴンレイヤによる空間フィルタリング

更に、CRS定義の出力と再投影もサポートされます

image13

この機能は State of Vorarlberg and Swiss QGIS user group によって資金提供されました

This feature was developed by Stefanos Natsis

地物: 2Dマップキャンバス内の点群のアイドーム照明

点群の2Dレンダラで、アイドーム照明効果が利用可能になりました

image14

This feature was developed by Nedjima Belgacem

印刷レイアウト

Feature: Add FORCE_RASTER and IMAGE_COMPRESSION parameters to PDF algorithms

The FORCE_RASTER and IMAGE_COMPRESSION parameters have been added to the various "Export print layout as PDF" algorithms, including support for Atlas and multifile exports.

FORCE_RASTER is mutually exclusive with and takes precedence over the FORCE_VECTOR parameter.

image15

This feature was developed by Andrea Giudiceandrea

計算式

機能: 現在の地物表現関数に新しい変数の形式を追加

式の中で現在の地物とその属性を参照する、新しいスタイルの変数の形式が追加されました。

新しく導入された変数は:

  • @feature: a replacement for $currentfeature, contains the current feature
  • @id: a replacement for $id, contains the current feature id
  • @geometry: a replacement for $geometry, contains the current feature geometry

This is a step towards eventually deprecating the older $ style functions, and providing a more consistent approach to expressions instead of an unpredictable mix of @/$.

古い関数や変数参照は引き続き動作します(古いプロジェクトとの互換性のため、おそらく無期限に動作し続けるでしょう)。また、ユーザーの混乱を避けるため、それらは(当分の間)UIで公開され続けます。

image16

This feature was developed by Nyall Dawson

Feature: Add new shared_paths function

A new shared_paths function has been added which returns a collection containing paths shared by the two input geometries. Those going in the same direction are in the first element of the collection, and those going in the opposite direction are in the second element. The paths themselves are given in the direction of the first geometry.

image17

This feature was developed by Nyall Dawson

Feature: Make_valid and geom_to_array functions

Additional functions have been added for:

  • make_valid: Repair broken input geometries and returns the corrected geometries
  • geometries_to_array: This converts a geometry collection into an array for easier handling and iteration

image18

This feature was developed by Alex

機能: concave hull 関数

A new concave_hull function is now available in QGIS expressions (GEOS 3.11+)

image19

This feature was developed by Loïc Bartoletti

機能: 式の変更を破棄する際に確認を求める

A new confirmation dialog is now safeguarding users against accidentally discarding their unapplied changes in expression editor dialogs. This safeguard is used in the Expression String Builder, the Expression Dialog (Epsilon icon, e. g. for Geometry Generators or for Pre-calculated Values in the model builder) and the Expression Based Filter (Attribute Table -> Advanced filter expression).

image36

This feature was funded by WhereGroup GmbH

This feature was developed by Johannes Kröger

データ管理

機能: 地物を削除するときに確認を求める

A new confirmation dialog appears by default when users perform an action that would delete records, such as using the DEL key or toolbar actions, to further reduce the risks of accidental feature deletion. Additionally, the feature count is now included in the dialog message itself (and is also still displayed in the title bar), making the total number of features deleted more clear to users.

In previous releases, similar confirmation prompts would only be displayed when some features fell out of the extent of the map canvas, or the deletion triggered the removal of child relation features. The new behavior is for the prompt to be enabled by default and disabled by using the "Don't show this message again" checkbox.

image20

This feature was funded by QGIS user group Switzerland

This feature was developed by Mathieu Pellerin

メタデータとメタサーチ

機能: レイヤメタデータのデータプロバイダの検索と保存

Implementation of elements from the QEP #250 "Database metadata storage" initiative have been completed and this functionality includes the creation of a new layer metadata API and GUI components.

次のデータプロバイダ/形式は、QGISでレイヤのメタデータを保存および管理するためにサポートされています:

  • GPKG (it was implemented already, I just wrapped it into the new API)
  • Postgres
  • Postgresラスタ

In addition, a new layer metadata search tab is available from the data source manager, and an interactive layer metadata search is available using the QGIS locator.

image21

この機能は ARPA Piemonte によって資金提供されました

This feature was developed by Alessandro Pasotti

プロセシング

機能: 選択したプロセシングツールに対する固定精度サポートが修正されました

A new advanced parameter is available for some processing tools which allows the use of the fixed precision parameter provided by GEOS >= 3.9.0. This parameter is listed under advanced parameters as "Grid Size" and is currently supported in the following tools:

  • 重なる (Overlap)
  • 交差(intersect)
  • 差分(Difference)
  • 対称差分(symmetrical difference)
  • 和集合(union)

image22

この機能は Orange Telecom FR によって資金提供されました

This feature was developed by Loïc Bartoletti

Feature: Improved "Make Valid" Algorithms

QGIS can now use the newer refined GEOS 3.10+ methods for validating and repairing geometry features.

image23

This feature was developed by Nyall Dawson

機能:プロセシングからのベクタ出力の地物の数を表示するデフォルトオプション

A new Show feature count for output vector layers setting is available (but disabled by default for performance reasons), which will automatically enable the "show feature count" option on output layers loaded from QGIS processing. This is able to give users a first glimpse of what to expect as an output from a Processing algorithm.

image24

This feature was developed by Germap

機能: レイヤをGeoPackage化アルゴリズムにリレーションをエクスポートするオプションを追加

The "Package Layers" processing tool now supports optionally following project relations and exporting related tables following the hierarchy both upstream and downstream, whilst also taking selected features into account.

image25

この機能は ARPA Piemonte によって資金提供されました

This feature was developed by Alessandro Pasotti

Feature: Add "Offset" parameter to "Drape" algorithms

Adds the "Offset" parameter to the "Drape (set Z value from raster)" and "Set M value from raster" algorithms. The "Offset" value is algebraically added to the band values after applying the "Scale factor".

image26

This feature was developed by Andrea Giudiceandrea

アプリケーションとプロジェクトのオプション

機能: プロジェクトの座標と方位の表示設定を変更

The Coordinate and Bearing Display options in the project settings have been updated in line with the following:

  • Map Units (behavior is the same as previous releases)
  • Map Geographic (modified behavior)
  • Custom Projection Units (new type)

The legacy Geographic (Latitude/ Longitude) option would display values in the map CRS coordinates if the CRS was geographic, otherwise, it would transform coordinates to a hard-coded WGS84 CRS value.

The updated Map Geographic (degrees) option, which supersedes the legacy approach, will display values in the map CRS coordinates if the CRS is geographic, however in instances where it is not, the internal QgsCoordinateReferenceSystem::toGeographicCrs() API will be used to transform the coordinates into the map CRS' associated geographic CRS. This is helpful in various contexts, such as when analyzing non-earth celestial bodies.

The Custom Projection Units type is a new addition that defaults to WGS84 and allows users to set any CRS they desire as display coordinates.

image27

This feature was developed by Mathieu Pellerin

Feature: Add support for "user" fonts, and automatic downloading of freely licensed fonts

A new "Fonts" panel has been added to the settings dialog, which provides support for the following functionalities:

  • The ability for users to populate a list of automatic font replacements to apply when loading projects or styles, allowing better support for projects and styles to be used across different operating systems (e.g. replace "Arial" with "Helvetica").
  • Users can now place TTF or OTF fonts in the "fonts" subfolder of their user profile. These fonts will automatically be loaded at QGIS startup time. This provides a way for users to use fonts without requiring them to be installed on an operating system level, which is often blocked in enterprise environments. The Fonts setting panel lists all installed user fonts and allows users to manage (i.e. remove) previously installed user fonts
  • An API is provided for other tools, such as plugins and other clients, to specify additional user font folders which should be scanned during QGIS startup
  • Automatic downloading of missing fonts is now supported in certain circumstances. If a user opens a project or style, or they try to load a vector tile layer that references fonts that aren't currently available, then a hard-coded list of freely licensed fonts to download via URL is consulted to determine whether it's possible to automatically download the font to the user font directory (and notify the user of the font license). A setting to opt out of this behavior is provided in the Fonts panel if so desired.

image28

この機能は Toitū Te Whenua Land Information New Zealand によって資金提供されました

This feature was developed by Nyall Dawson

ブラウザ

機能: OGRレイヤのリレーションシップ検索を実装し、ブラウザでリレーションシップを表示する

The Project Properties → Relations → Discover Relations feature is now able to support OGR layers that support relationships, such GeoPackage (via the related tables extension) and ESRI FileGeodatabases.

The QGIS Browser Panel now includes the ability to show detailed relationship information for these data sources.

image29

This feature was developed by Nyall Dawson

機能: GeopackageとESRIファイルGeodatabase生成のUXを変更

A "New ESRI File Geodatabase" action has been added to the QGIS Browser right-click context menu on directories, and a new "vacuum" action is available for GDB files. (requires GDAL 3.6+)

Additionally, creating a new Geopackage from the same menu will now immediately create an empty GPKG, rather than the legacy behavior of opening a table creation dialog by default (and requiring table creation or users to input dummy data).

https://user-images.githubusercontent.com/1829991/178902332-0e112e73-0140-45b9-84bf-fc7875cb7b98.gif

image30

This feature was developed by Nyall Dawson

機能: GPKGでないOGRデータベースデータセットにベクタレイヤをドラッグ&ドロップできるようにした

QGIS now allows drag and drop of vector layers between OGR database datasets that are not stored in GPKG format, for instance, the dragging of a layer onto a GDB to import that dataset into the geodatabase

image31

This feature was developed by Nyall Dawson

機能: 非gpkg OGR ソースのフィールドドメイン管理を見えるようにする

The QGIS browser now supports more advanced functionalities for OGR databases that are not in GPKG format, including Field domain management capabilities (creation and listing domains) and table creation. This means that users can manage field domains and create new tables in an existing ESRI FileGeodatabase database from the QGIS Browser interface.

image32

この機能は Provincie Gelderland によって資金提供されました

This feature was developed by Nyall Dawson

データプロバイダ

機能: PostgreSQL接続のセッションロールを定義する

A session_role setting can now be specified for PostgreSQL connections to set the user identifier of the active SQL session. Permissions checking for SQL commands are then carried out with the associated named role.

This is highly useful in instances where it is desirable to automatically give ownership of new objects (Tables/ Views/ Functions etc.) to the session_role group, and share ownership and the associated rights with all members of the session_role group.

The specified session_role must be a role that the current session user is a member of, or if the session user is a superuser, any role can be selected.

This feature was funded by 3liz

This feature was developed by rldhont

機能: GDALデータセットからリレーション情報を埋め込まれたレイヤを追加する際に、関連するテーブルを自動的に追加する

For GDAL data formats with embedded relationship information, whenever a table is added QGIS is now able to discover relationships and immediately add all the related tables to the current project (if they don't already exist). Additionally, when adding these related layers QGIS will automatically configure the corresponding QGIS relationships.

This works for all formats which support the GDAL relationship API, which include:

  • Geopackage (via the related tables extension)
  • ESRI FileGDB/ OpenFileGDB
  • ESRI Personal Geodatabase
  • SQLite/ Spatialite formats.

この機能は University of Uppsala によって資金提供されました

This feature was developed by Nyall Dawson

機能: arcgis REST レイヤにサブセット文字列(フィルタ)サポートを追加

This can greatly improve the performance on large layers!

This feature was funded by Naturstyrelsen and Miljøstyrelsen, Danish Ministry of Environment

This feature was developed by Nyall Dawson

機能: フィールド名を変更するための抽象データベースプロバイダ

A QgsAbstractDatabaseProviderConnection interface has been added for supporting renaming fields, and implemented for OGR connections along with the ability to rename existing fields for supported database connections via the QGIS Browser interface.

This feature was developed by Nyall Dawson

Feature: WFS performing binary spatial operations in expressions on server

QGIS used to be able to perform the expression filters of binary spatial operations on the server when the geometry was provided as WKT or in the GML format. This change converts the geometry from being a static variable in the expression to an OGC filter. The WFS URL is then created by combining a bounding box rectangle, layer filter, and the filtering expression.

A feature request computes the expression in advance to find out if it can be performed on the server, then it's stored in QgsBackgroundCachedSharedData where a new download is triggered.

When a filter request is not a pure binary spatial operation, it will not be evaluated on the server.

この機能は Kanton Schaffhausen によって資金提供されました

This feature was developed by signedav

Feature: Editing ArcGIS REST Layers

QGIS now supports the editing of ArcGIS feature server layers, such as those hosted on ArcGIS online. Assuming the user has appropriate permissions granted for editing a layer, it will unlock the ability to use the native QGIS tools to edit that layer. These changes include support for the following operations:

  • Deleting features
  • Adding new features
  • Curved geometries (only supported for enterprise ArcGIS server, as ArcGIS online currently has no support for curves)
  • Modifying existing features
  • Modifying attributes (creating fields, deleting fields, creating attribute indexes)

This feature was funded by Naturstyrelsen and Miljøstyrelsen, Danish Ministry of Environment

This feature was developed by Nyall Dawson

Feature: Load raster sublayers from vector tile styles automatically

When loading a new vector tile source into a project, if the associated MapBox GL style includes any raster sublayers, then also load those into the project with converted styles.

Fixes https://github.com/qgis/QGIS/issues/46593

Peek 2022-06-20 12-31

この機能は Toitū Te Whenua Land Information New Zealand によって資金提供されました

This feature was developed by Nyall Dawson

Feature: Add WMS layers individually

In previous releases, the selection of layers from WMS Servers would be loaded into QGIS as a single project layer. This new functionality provides an optional checkbox to load each of the selected WMS layers into QGIS as distinct project layers.

image34

This feature was funded by Camptocamp

This feature was developed by Ismail Sunni

Feature: Save projects to Oracle Database Provider

QGIS now supports saving projects to Oracle databases.

image35

This feature was developed by Julien Cabieces

QGISサーバー

Feature: QGIS_SERVER_ALLOWED_EXTRA_SQL_TOKENS settings variable

This new feature allows specifying extra tokens which may be used for a WMS FILTER definition. The current list of accepted tokens is rather small and this setting will allow system administrators to easily enlarge the list of allowed tokens.

この機能は Zweckverband Grevesmühlen によって資金提供されました

This feature was developed by Alessandro Pasotti

Feature: Open layers in a read only mode with QGIS Server

A new QGIS_SERVER_FORCE_READONLY_LAYERS environment variable to force QGIS Server to open layers in read-only mode.

This includes various underlying API changes to support read-only configuration for data provider construction, project structure, and layer properties.

This feature was funded by Ifremer

This feature was developed by rldhont

プラグイン

機能: プラグインの自動アップデート動作の変更

This change moves the old app/plugin_installer/checkOnStart setting key to a new plugins/automatically-check-for-updates key, and switches the default value to enable automatic checks.

This is designed to switch all existing QGIS users to the new default behavior of checking for plugin updates at startup (at a maximum of once every 3 days).

It is intended to offer a better QGIS experience to our users, by proactively informing all users when plugins should be updated, ensuring that ALL users are more likely to upgrade plugins and get the bug fixes for plugins promptly.

Enterprise users who have customised this setting in their deployments will need to adapt their scripts for the new setting key.

Additionally, the option to control the number of days between plugin startup checks has been removed and is hardcoded at 3 days.

This feature was developed by Nyall Dawson

プログラム可能

Feature: Add temporal handling to maps in QGIS Quick

A new implementation has been added to allow the Canvas and Map Settings in QGIS Quick to handle temporal functionality.

This feature was developed by Mathieu Pellerin

機能: py-argsコマンドラインパラメータの追加

When running QGIS from the command line with the --code parameter, a new --py-args utility allows the passing of arguments to the python interpreter.

Arguments between --py-args and -- are passed to the python interpreter and ignored by QGIS, so for example, when using the following command:

qgis --code /home/user/example.py --py-args --specialScriptArguments "arg1" 'arg2' -- layer1 layer2

The example.py script will have --specialScriptArguments, arg1, and arg2 passed as system arguments to the python interpreter, whilst layer1 and layer2 will be handled by QGIS normally and loaded as map layers

この機能は Landesamt für Vermessung und Geoinformation Vorarlberg によって資金提供されました

This feature was developed by Damiano Lombardi

注目すべき修正

機能: Alessandro Pasotti によるバグ修正

バグの表題URL issues.qgis.org (報告された場合)URL Commit (Github)3.22 backport commit (GitHub)
GetPrint request of Atlas Template doesn't respect Project scales#49900PR #50199PR #50214
Attribute Table Integer entries not showing due to window size#50181PR #50201Not recommended
WFS3 collections field name/displayName mix in request/response#49399PR #50203Not recommended
QGIS Server WMS GetFeatureInfo does not evaluate represent_value expression in maptip#30719PR #50216PR #50223
"evaluate default value on providers side" block insert on table in the schema with autoincrement#50168PR #50230PR #50333
QGIS not responding when entering page size using custom width or height fields#50104再現できません
"Add Directory..." inputs files from previous selected directory at first instance, then the corret.#50055PR #50232PR #50241
Layer style panel and Layer panel do not show same visibility settings for layer style#49998再現できません
Crash while opening Options dialog after switching locale#502399PR #50263必要なし
未報告のMSSQL接続APIのエラー未報告PR #50194PR #50454
Identify and select tools don't work with geometry-based query layers#50242再現できません
Problem with Reloading SLD file in QGIS#50152PR #50266queued
Unreported endless alg splitwithlines未報告PR #50279Not recommended
Processing algorithm "Split with lines" does not split polygon#50227バグではない
式が複数行の文字列を分割しない#49666PR #50295PR #50455
Problem with exportation of complex SLD#42348PR #50342PR #50354
Wrong interpretation of SLD color opacity#44657バグではない
SLDエクスポート/インポートのラベルサイズ誤り#35561PR #50347必要なし
Exporting SLD doesnt include fill-opacity#33376PR #50349PR #50436
SpatiaLite - Added feature vanishes, attribute dialog does not show required fields#50523PR #50573queued

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Alessandro Pasotti

機能: Even Rouault によるバグ修正

バグの表題URL issues.qgis.org (報告された場合)URL Commit (Github)3.22 backport commit (GitHub)
GML import is missing one feature without geometry#50215PR #50231Not appropriate
WFS/QgsOapifProvider does not take the pageSize from the dialog into account#49404PR #50236必要なし
[WFS] Layer is added incorrectly as mixed geometry collection#49335PR #50237PR #50353
WFS: missing namespace prefix on geometry and attribute elements in FILTER for WFS GetFeature reques#49121PR #50249PR #50351
[Processing] Fix typo in smoothing parameter name of gdal_grid algorithms未報告PR #50261PR #50331
WFS client shows wrong CRS#42627PR #50272PR #50328
QGIS doesn't work properly with WFS 2.0.0 combined with OGC HTTP URI srsName style (e.g. http://www.opengis.net/def/crs/EPSG/0/xxxx)#29391PR #50281PR #50386
QGIS ignores field inherited from parent feature type in WFS 2.0 services#42660PR #50300Not appropriate
Loading and displaying CADRG/NITF data is slower than it used to be#49439PR #50302PR #50352
world_map.gpkg: little fix to avoid warning with recent GDAL versions未報告PR #50304必要なし
QGIS 3.24.1 (Windows) destroys my VRT raster mosaic#48052https://github.com/OSGeo/gdal/pull/6426PR #50328Bug Title
--------
GML import is missing one feature without geometry#50215PR #50231Not appropriate
WFS/QgsOapifProvider does not take the pageSize from the dialog into account#49404PR #50236必要なし
[WFS] Layer is added incorrectly as mixed geometry collection#49335PR #50237PR #50353
WFS: missing namespace prefix on geometry and attribute elements in FILTER for WFS GetFeature reques#49121PR #50249PR #50351
[Processing] Fix typo in smoothing parameter name of gdal_grid algorithms未報告PR #50261PR #50331
WFS client shows wrong CRS#42627PR #50272PR #50328
QGIS doesn't work properly with WFS 2.0.0 combined with OGC HTTP URI srsName style (e.g. http://www.opengis.net/def/crs/EPSG/0/xxxx)#29391PR #50281PR #50386
QGIS ignores field inherited from parent feature type in WFS 2.0 services#42660PR #50300Not appropriate
Loading and displaying CADRG/NITF data is slower than it used to be#49439PR #50302PR #50352
world_map.gpkg: little fix to avoid warning with recent GDAL versions未報告PR #50304必要なし
QGIS 3.24.1 (Windows) destroys my VRT raster mosaic#48052https://github.com/OSGeo/gdal/pull/6426PR #50328

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Even Rouault

機能: Julien Cabiecesによるバグ修正

バグの表題URL issues.qgis.org (報告された場合)URL Commit (Github)3.22 backport commit (GitHub)
QGIS not retrieving sequence from postgis in 3.26#49463PR #50247no need to bp
SVG is not rendered for SVG Marker symbol#50208Cannot fix, Qt issue
If "estimated metadata" option is checked, feature count for tables/postgis do not work#46790PR #50256PR #50425
Variable raster image source in composer not working#47981PR #50277PR #50332
Print Layout Picture Box reverting to SVG#38031PR #50277PR #50332
Layout picture can not change SVG image to Raster image#37804PR #50277PR #50332
QgsOptionsPageWidget - helpKey and helpSearchPath are not working#49421PR #50282PR #50330
Freeze when opening WFS attribute table from HTTPS server with SSL exception#42615PR #50443no bp
News feed not loading when using MSI installer#49097PR #50443no bp
.ci/run_tests.sh: test_core_networkaccessmanager (Timeout)#50234PR #50443
SVG Symbol on newer version of QGIS (3.22.7/8/10 tested) make the software lag a lot (and not on 3.4 version).#49818Feedback, not sure it’s a bug
Empty Options drop-down menu in Query Logger tab#50403PR #50527no bp
Build fails with WITH_POSTGRESQL=OFF#50075フィードバック
Build fails with WITH_GSL=OFF#50076PR #50555
QGIS master exports out of bounds in layout#48624Cannot fix, Qt issue
Layout bleeding to edge outside map window#49638Cannot fix, Qt issue
Freeze with virtual field on $area used as parameter in sum#49589PR #50533PR #50565

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Julien Cabieces

機能: Paul Blottiereによるバグ修正

バグの表題URL issues.qgis.org (報告された場合)URL Commit (Github)3.22 backport commit (GitHub)
QGIS Server WFS 1.1.0 GetFeature response - properties with xsi:nil="true"#45243PR #50495
Cannot move labels#47542再現できません
Auxiliary storage and removed layers#44667PR #50479Not recommended
OPACITIES parameter not handled with Vector Tile layer in GetMap/GetPrint#50364PR #50374PR #50539
Fixes log messages when a job error is not related to a specific layer未報告PR #50372必要なし
Labels: Data defined override of "Show Label" always wants the auxiliary storage option#47993PR #50496PR #50538
Auxiliary storage rotation or offset fields for symbols are visible by default while labels are not#28548PR #50498
Improve selection of PostGIS raster overviews未報告PR #50554PR #50575

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Paul Blottiere

機能: Sandro Santilliによるバグ修正

バグの表題URL issues.qgis.org (報告された場合)URL Commit (Github)3.22 backport commit (GitHub)
Crash with offline-editing-core-plugin converting to offline project layer with empty polygon#50466PR #50577
Cleanup temporary python test config path when requested#48884PR #50608
Include type name in message about unsupported qfield validations未報告PR #50589

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Sandro Santilli (strk)

機能: Nyall Dawsonによるバグ修正

バグの表題URL issues.qgis.org (報告された場合)URL Commit (Github)3.22 backport commit (GitHub)
Fix regression in column break calculations in legends#42672PR #50597Not suitable -- too risky
Fix tracing fails when layer crs differs from map crs#49247PR #50612Not required
Show only available CRS in WMS layer selection widget#45918PR #50572Not required
Fix some overlay algorithms output multipoint geometries but output layer is single point, causing insertion errors#49456PR #50567PR #50641
Fix missing information in crash reports on Windows#50472PR #50595Not required
Fix regression where attribute table dialogs do not open as proper top level windows with their own taskbar entries#49286PR #50594Not required
[georeferencer] Fix options ignored when "create world file only" is active#49331PR #50566Not required
Ensure identify tool uses correct labels for x/y values when coordinate axis order for project is y/x#50540PR #50548Not required
Ensure coordinate display in status bar updates immediately when related settings change, and update the tooltip to match the actual values displayed in the widget#50540PR #50548Not required
Fix rendering of linestrings with nan z values#50510PR #50549Not required
Fix broken logic in clearing python console history未報告PR #50504PR #50515
Fix QgsFileWidget does not reactivate widget's window after selecting a file/folder via the browse button on mac未報告PR #50501PR #50502
Fix code folding not shown for non-python code editor classes未報告PR #50492
Fix leak in GEOS geometry library use未報告PR #50379
Fix raster contour renderer ignores opacity setting#41663PR #50382Not suitable -- too risky
Fix truncation of recent project list removes too many items, raises a warning未報告PR #50394PR #50397
Fix dizzy easter egg#50345PR #50380Not required
Fix point pattern fill sometimes ignores symbol opacity setting#48031PR #50384Not suitable -- too risky
Fix broken path in svg raises Qt warnings while rendering未報告PR #50383
Ensure correct expression context is used when generating symbol preview icons#49106PR #50393Not suitable -- too risky
[spatialite] Fix corrupted default attribute values when fields are loaded using gaiaVectorLayer個人的な報告PR #50360PR #50361
Fix handling of vector tiles when zoom level 0 is not available#47934PR #50337Not required
ジオリファレンサウィンドウへのファイルのドラッグ&ドロップを修正#49175PR #50338Not required
Never try to handle base parameter type values as map layers in QgsProcessingParameterDefinition::valueAs* methods#48598PR #50327Not required
Avoid a redundant calculation of visible layer extent in overview canvas未報告PR #50329PR #50336
Show standard Rendering tab in point cloud layer properties, add missing scale range widget to mesh layer properties#50268PR #50326Not suitable
Show standard Rendering tab in point cloud layer properties, add missing scale range widget to mesh layer properties#50268PR #50326Not suitable

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Nyall Dawson

機能: Loïc Bartoletti によるバグ修正

バグの表題URL issues.qgis.org (報告された場合)URL Commit (Github)3.22 backport commit (GitHub)
Fix "Add Ring" tool doesn't consider all the overlapping features#23113#50447Not suitable - add new methods
Fix wkbType cast from OGR 25D Type#50218#50233#50251

This feature was funded by QGIS.ORG (through donations and sustaining memberships)

This feature was developed by Loïc Bartoletti