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

Open with DSM - Source select configure from uri #9091

Merged
merged 2 commits into from
May 19, 2024
Merged
Changes from 1 commit
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
8 changes: 8 additions & 0 deletions docs/user_manual/managing_data_source/opening_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ mesh data sources:
* :menuselection:`Export Layer --> To File...`
* :guilabel:`Add Layer to Project`
* :guilabel:`Layer Properties`
* :guilabel:`Open with Data Source Manager...`
* :menuselection:`Manage --> Rename "<name of file>"...` or
:guilabel:`Delete "<name of file>"...`
* :guilabel:`Show in Files`
Expand All @@ -222,6 +223,13 @@ the layers have been added to the project):
* The attribute table for vector sources (in the :guilabel:`Attributes`
panel).

Use :guilabel:`Open with Data Source Manager...` to directly open and configure the
data source in the :guilabel:`Data Source Manager` using the URI of your data source.
This will simplify the process of adding a layer from the :guilabel:`Browser`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This will simplify the process of adding a layer from the :guilabel:`Browser`
This simplifies the process of adding a layer from the :guilabel:`Browser`

by allowing you to set specific opening options for the data source.
It is currently available for OGR (including the dedicated GPKG source select), GDAL,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that it is about the leaves of the browser tree, let's hide unavailable the OGR and GDAL entries and maybe should we replace this with

Suggested change
It is currently available for OGR (including the dedicated GPKG source select), GDAL,
It is currently available for vector (including the dedicated GeoPackage entry), raster,

and Spatialite data sources.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
and Spatialite data sources.
and SpatiaLite data sources.

Also we might update the table at https://docs.qgis.org/testing/en/docs/user_manual/introduction/browser.html#database-entries (and definitely consider moving this browser section to that dedicated page, as was the initial intention when we created that page).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will move the browser section to the Browser chapter in another PR.


To add a layer to the project using the :guilabel:`Browser`:

#. Enable the :guilabel:`Browser` as described above.
Expand Down
Loading