Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Added project properties: vertical CRS #9247

Merged
merged 4 commits into from
Sep 16, 2024
Merged
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
6 changes: 5 additions & 1 deletion docs/user_manual/introduction/qgis_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,9 @@ by the :ref:`elevation profile <label_elevation_profile_view>` tool.

Project Elevation tab

* :guilabel:`Vertical Reference System`
* :guilabel:`Vertical Reference System`: If the CRS of your project is compound one (including a Z dimension),
then the vertical CRS used for the project will be the vertical component of the project CRS.
If your project CRS is horizontal, then you can select a specific vertical CRS by clicking on the |setProjection| :sup:`Select CRS`.
* :guilabel:`Elevation Range`: helps you define the :guilabel:`Lower` and :guilabel:`Upper` limits
for the elevation controller in the project.

Expand Down Expand Up @@ -2803,6 +2805,8 @@ in the QGIS user profile.
:width: 2.5em
.. |sensor| image:: /static/common/sensor.png
:width: 1.5em
.. |setProjection| image:: /static/common/mActionSetProjection.png
:width: 1.5em
.. |settings| image:: /static/common/settings.png
:width: 1.5em
.. |start| image:: /static/common/mActionStart.png
Expand Down
Loading