Skip to content

Read additional files from QGIS project file #48

@fgravin

Description

@fgravin

This is a proposal to slightly improve the developer experience while using the qgis-js API.

At the moment, we have to list all the files that are used within the QGIS project, beside the QGIS project file itself.
eg.

const source =
  "/Glacier_3857";
const files = ["glaciers.qgs","glaciers.gpkg", "glaciers_attachments.zip"];

It would be great if the additional files could be guessed by the API by reading the QGIS project file.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions