Skip to content

Commit

Permalink
Document Quantized Mesh support (fix #9275)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdkon committed Oct 6, 2024
1 parent 15eb0a8 commit e6162d6
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 42 additions & 4 deletions docs/user_manual/managing_data_source/opening_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1601,11 +1601,11 @@ Once a connection to an ArcGIS REST Server is set, it's possible to:
.. index:: 3D Tiles services
.. _3d_tiles:

Using 3D tiles services
-----------------------
Using Cesium 3D tiles services
------------------------------

To load a 3D tiles into QGIS, use the |addTiledSceneLayer| :guilabel:`Scene` tab
in the :guilabel:`Data Source Manager` dialog.
To load a Cesium 3D tiles dataset into QGIS, use the |addTiledSceneLayer|
:guilabel:`Scene` tab in the :guilabel:`Data Source Manager` dialog.

.. _figure_scene:

Expand Down Expand Up @@ -1642,6 +1642,44 @@ to your map.

3D Tiles Layer - Textured

Using Quantized Mesh services
-----------------------------

To add a Quantized Mesh layer into QGIS, use the |addTiledSceneLayer|
:guilabel:`Scene` tab in the :guilabel:`Data Source Manager` dialog.

.. _figure_scene_new_quantized_mesh:

.. figure:: img/scene_new_quantized_mesh.png
:align: center

Data Source Manager - Adding Quantized Mesh connection

Create a :guilabel:`New Quantized Mesh Connection` by clicking on
:guilabel:`New`. Choose a :guilabel:`Name` and set the :guilabel:`URL` to the
URL of a layer description JSON file.

You may also set various authentication options, if the service you are adding
requires them.

.. _figure_quantized_mesh_connection:

.. figure:: img/quantized_mesh_connection.png
:align: center

Quantized Mesh Connection

You can also add the service from :guilabel:`Browser Panel`.

After creating new connection you are able to :guilabel:`Add` the new layer
to your map.

.. _figure_quantized_mesh_layer:

.. figure:: img/quantized_mesh_layer.png
:align: center

Quantized Mesh layer

.. Substitutions definitions - AVOID EDITING PAST THIS LINE
This will be automatically updated by the find_set_subst.py script.
Expand Down
1 change: 1 addition & 0 deletions docs/user_manual/map_views/3d_map_view.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Terrain
<http://s3.amazonaws.com/elevation-tiles-prod/>`_
produced by Mapzen tools -- more details at https://registry.opendata.aws/terrain-tiles/
* a loaded :guilabel:`Mesh` dataset
* a :guilabel:`Quantized Mesh` layer from the project
* :guilabel:`Elevation`: Raster or mesh layer to be used for generation of
the terrain.
The raster layer must contain a band that represents elevation.
Expand Down

0 comments on commit e6162d6

Please sign in to comment.