Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Misc changes #60621

Merged
merged 2 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions resources/function_help/json/bearing
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@
"arg": "source_crs",
"optional": true,
"description": "an optional string or CRS object representing the source CRS of the points. By default the current layer's CRS is used."

}, {
"arg": "ellipsoid",
"optional": true,
"description": "an optional string representing the acronym or the authority:ID (eg 'EPSG:7030') of the ellipsoid on which the bearing should be measured. By default the current project's ellipsoid setting is used."

"description": "an optional string representing the acronym or the authority ID (e.g., 'EPSG:7030') of the ellipsoid on which the bearing should be measured. By default the current project's ellipsoid setting is used."
}],
"examples": [{
"expression": "degrees( bearing( make_point(16198544, -4534850), make_point(18736872, -1877769), 'EPSG:3857', 'EPSG:7030') )",
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/json/crs_from_text
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crs_from_text",
"type": "function",
"groups": ["CRS"],
"description": "Creates a coordinate reference system from a string definition. The string can represent an auth:id code, a WKT definition, or a PROJ string definition of the CRS.",
"description": "Creates a coordinate reference system from a string definition. The string can represent an authority ID, a WKT definition, or a PROJ string definition of the CRS.",
"arguments": [{
"arg": "definition",
"description": "CRS definition"
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/json/crs_to_authid
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crs_to_authid",
"type": "function",
"groups": ["CRS"],
"description": "Returns the authority:id identifier string for a coordinate reference system.",
"description": "Returns the authority ID string for a coordinate reference system.",
"arguments": [{
"arg": "crs",
"description": "crs value"
Expand Down
20 changes: 1 addition & 19 deletions src/ui/qgswmssourceselectbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Re&amp;quest step size</string>
<string>Request step size</string>
</property>
<property name="buddy">
<cstring>mTileWidth</cstring>
Expand Down Expand Up @@ -509,23 +509,6 @@
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>QGIS layer name</string>
</property>
<property name="buddy">
<cstring>leLayerName</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="leLayerName"/>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="mLoadLayersIndividuallyCheckBox">
<property name="toolTip">
Expand Down Expand Up @@ -606,7 +589,6 @@
<tabstop>mFeatureCount</tabstop>
<tabstop>mCrsSelector</tabstop>
<tabstop>mContextualLegendCheckbox</tabstop>
<tabstop>leLayerName</tabstop>
<tabstop>mLayerUpButton</tabstop>
<tabstop>mLayerDownButton</tabstop>
<tabstop>mLayerOrderTreeWidget</tabstop>
Expand Down
Loading