# Opening a project

To open a JMap Cloud project in QGIS:

1. Click on Web → JMap Cloud → Open proj**ect** to open the load project dialog.
2. Select a JMap Cloud project to open. You will see all the projects you can access in your organization.

<figure><img src="/files/Nbpzqgdw9CEyp6oe3qKb" alt=""><figcaption></figcaption></figure>

When opening JMap Cloud projects, the plugin gets all information about the project: layer data, styles, layer order, layer groups, etc. The resulting project in QGIS is identical to the project in JMap Cloud.

When opening a project, you can select one of these 3 options:&#x20;

* **Default**: The project layer data will be loaded in vector tiles and/or GeoJSON, as defined in the JMap Cloud project.
* **All in GeoJSON**: The project layer data will be loaded only as GeoJSON.
* **All in Vector Tiles**: The project layer data will be loaded only as vector tiles.

## Notes

* WMS/WMTS layers can have sublayers. QGIS can’t get all the sublayers in one raster file layer. For this reason, the plugin creates a group of layers that contains all sublayers of a WMS/WMTS layer.
* QGIS vector tile layers don't support rule-based styles. For this reason, the plugin creates a group of layers that contain one vector tile layer for each style rule of this layer.
* If a vector layer data can be modified according to your permissions, this layer will be served as GeoJSON vector layer by default, otherwise, it will be served as MVT. The reason is that vector layers can be modified in QGIS while MVT cannot, but are faster for rendering.
* All layers are dependent on the JMap Cloud API endpoints. This means that the layer won’t work if the user is not logged in or there is no internet connection.

## Icons in the legend

The plugin can use the plugin *Layer tree icon* for improving the icons of the legend.

Some icons have been changed to make the legend more readable:

<table data-header-hidden><thead><tr><th width="192"></th><th width="227" align="center"></th><th width="233" align="center"></th></tr></thead><tbody><tr><td> </td><td align="center"><strong>Created by the plugin</strong></td><td align="center"><strong>Replaced by</strong> </td></tr><tr><td>Raster layer groups</td><td align="center"><img src="/files/BGxJE4HhPoaAzrrfpBpE" alt="image_2025-02-24_092055973.png"></td><td align="center"><img src="/files/cdJaKBu4NXfvL2MU3mcO" alt="image-20250224-142213.png"></td></tr><tr><td>MVT layer groups</td><td align="center"><img src="/files/BGxJE4HhPoaAzrrfpBpE" alt="image_2025-02-24_092055973.png"></td><td align="center"><img src="/files/jyBEYP53vz9QAwHR4REb" alt="image-20250224-142433.png"></td></tr><tr><td>MVT layer</td><td align="center"><img src="/files/8bRfelBcB9kX3sA6C3OT" alt="image-20250224-142810.png"></td><td align="center"><img src="/files/WpK7tMccPOIWcOc9FkDk" alt="image-20250224-142849.png"></td></tr><tr><td>Legend folder</td><td align="center"><img src="/files/BGxJE4HhPoaAzrrfpBpE" alt="image_2025-02-24_092055973.png"></td><td align="center"><img src="/files/4ezrXoRW8BLxhu2BcvRY" alt="image-20250224-142538.png"></td></tr></tbody></table>

Icons are set to default icons if the *Layer tree icon* plugin is not installed.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.jmapcloud.io/en/jmap-cloud-plugin-for-qgis/jmap-cloud-plugin-user-guide/opening-a-project.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
