Skip to content

Commit 039e616

Browse files
committed
misc follow-up cleanups
1 parent 83c86e0 commit 039e616

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

docs/user_manual/introduction/qgis_gui.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1005,16 +1005,16 @@ copy or paste layer properties (style, scale, CRS...).
10051005
-
10061006
- :guilabel:`Manage Layers`
10071007
- :ref:`db_tools`
1008-
* - :menuselection:`-->` |addVirtualLayer|
1009-
:guilabel:`Add/Edit Virtual Layer...`
1010-
-
1011-
- :guilabel:`Manage Layers`
1012-
- :ref:`vector_virtual_layers`
10131008
* - :menuselection:`-->` |addHanaLayer|
10141009
:guilabel:`Add SAP HANA Spatial Layer...`
10151010
-
10161011
- :guilabel:`Manage Layers`
10171012
- :ref:`db_tools`
1013+
* - :menuselection:`-->` |addVirtualLayer|
1014+
:guilabel:`Add/Edit Virtual Layer...`
1015+
-
1016+
- :guilabel:`Manage Layers`
1017+
- :ref:`vector_virtual_layers`
10181018
* - :menuselection:`-->` |addWmsLayer|
10191019
:guilabel:`Add WMS/WMTS Layer...`
10201020
- :kbd:`Ctrl+Shift+W`

docs/user_manual/managing_data_source/opening_data.rst

+4-6
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,13 @@ More than 80 vector and 140 raster formats are supported by
4343

4444
.. note::
4545

46-
Not all of the listed formats may work in QGIS for various reasons. For
47-
example, some require external proprietary libraries, or the GDAL/OGR
46+
Not all of the listed formats may work in QGIS for various reasons.
47+
For example, some require external proprietary libraries, or the GDAL/OGR
4848
installation of your OS may not have been built to support the format you
4949
want to use. To see the list of available formats, run the command line
5050
``ogrinfo --formats`` (for vector) and ``gdalinfo --formats`` (for raster),
5151
or check the :menuselection:`Settings --> Options --> GDAL` menu in QGIS.
5252

53-
.. let's use ogrinfo until a list of vector formats is provided in a (GDAL/)OGR tab
54-
5553
.. _datasourcemanager:
5654

5755
In QGIS, depending on the data format, there are different tools to open a
@@ -148,10 +146,10 @@ hierarchically, and there are several top level entries:
148146

149147
* |geoPackage| :guilabel:`GeoPackage`
150148
* |spatialite| :guilabel:`SpatiaLite`
151-
* |postgis| :guilabel:`PostGIS`
149+
* |postgis| :guilabel:`PostgreSQL`
150+
* |hana| :guilabel:`SAP HANA`
152151
* |mssql| :guilabel:`MS SQL Server`
153152
* |oracle| :guilabel:`Oracle`
154-
* |hana| :guilabel:`SAP HANA`
155153
* |wms| :guilabel:`WMS/WMTS`
156154
* |vectorTileLayer| :guilabel:`Vector Tiles`
157155
* |xyz| :guilabel:`XYZ Tiles`

docs/user_manual/working_with_projections/working_with_projections.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ to the current project only.
428428
429429
.. |checkbox| image:: /static/common/checkbox.png
430430
:width: 1.3em
431+
.. |clearConsole| image:: /static/common/iconClearConsole.png
432+
:width: 1.5em
433+
.. |clearItem| image:: /static/common/mIconClearItem.png
434+
:width: 1.5em
431435
.. |customProjection| image:: /static/common/mActionCustomProjection.png
432436
:width: 1.5em
433437
.. |indicatorNoCRS| image:: /static/common/mIndicatorNoCRS.png
@@ -448,7 +452,3 @@ to the current project only.
448452
:width: 1.5em
449453
.. |unchecked| image:: /static/common/unchecked.png
450454
:width: 1.3em
451-
.. |clearItem| image:: /static/common/mIconClearItem.png
452-
:width: 1.5em
453-
.. |clearConsole| image:: /static/common/iconClearConsole.png
454-
:width: 1.5em

0 commit comments

Comments
 (0)