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

Maps in dashboard (map overviews, webmap) #502

Merged
merged 8 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
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
1 change: 1 addition & 0 deletions src/.vuepress/sidebar/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = {
'/manage/plugin-multi-server-use/',
'/manage/plugin/',
'/manage/dashboard/',
'/manage/dashboard-maps/',
'/manage/project-details',
'/manage/selective_sync/'
]
Expand Down
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ The ecosystem consist of various components:
- [How to <MainPlatformName /> with a Custom Server](./manage/plugin-multi-server-use/)
- [<QGISPluginName /> Overview](./manage/plugin/)
- [Home Page and Dashboard](./manage/dashboard/)
- [Maps in Dashboard](./manage/dashboard-maps/)
- [Project History and Versions](./manage/project-details/)
- [Selective Synchronisation](./manage/selective_sync/)

Expand Down
Binary file added src/manage/dashboard-maps/dashboard-webmap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions src/manage/dashboard-maps/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Maps in Dashboard
[[toc]]

The spatial data of your project can be displayed in the **Map** tab of the project on the <DashboardShortLink />. You need to be logged in to see the maps.

![Mergin Maps dashboard map](./dashboard-webmap.gif "Mergin Maps dashboard map")

:::tip Usage details
Maps can be used with *Team*, *Academia* and *Non-profit* <MainDomainNameLink id="pricing" desc="subscription plans"/>.

They are not available for *Individual* or *Professional* subscriptions, <CommunityPlatformName /> and <EnterprisePlatformName />.

You can try this feature for free during the trial period.
:::

## Maps content

In the maps, you will see your survey layers or raster layers that are [packaged](../project/#packaging-qgis-project) with the project. Other layers, such as online [background maps](../../gis/settingup_background_map/#background-maps) or PostgreSQL layers are not displayed. The extent of maps is defined by the [extent set in the QGIS project](../../gis/features/#project-extent).

All maps in the <DashboardShortLink /> use [<MainPlatformName /> vector tile service](../../gis/settingup_background_map/#mergin-maps-vector-tile-service) as a background map.

The content of the maps and of the **Layers** panel is refreshed after every synchronisation of the project. This means you should always see your current spatial data here.

The **Layers** panel lists all layers displayed on the map. The check button :white_check_mark: controls the visibility of layers.

![Mergin Maps dashboard maps](../dashboard/mergin-maps-web-map.jpg "Mergin Maps dashboard maps")

## Troubleshooting

### Map config does not exist
The **Map** tab of a project on the <DashboardShortLink /> may display this error message:
`Map config does not exist, please try update the project`

![Mergin Maps webmap Map config does not exist](./webmap-map-config-issue.jpg "Mergin Maps webmap Map config does not exist")

This usually happens when the map was not initiated. All you need to do is to update the project: the map is refreshed after every synchronisation, so your update will activate the map content.
tomasMizera marked this conversation as resolved.
Show resolved Hide resolved

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
8 changes: 4 additions & 4 deletions src/manage/dashboard/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ In **Files**, you can see the list of all files associated with the project.
Click on a file to see when it was modified, its size, to download or delete it.
![Detail of a file in Mergin Maps project](./mergin-maps-dashboard-file-detail.jpg "Detail of a file in Mergin Maps project")

### Webmap
The **Webmap** feature is available for [Team subscription](https://merginmaps.com/pricing).
### Maps
The **Maps** feature is available for [Team subscription](https://merginmaps.com/pricing). It displays your project directly on the <DashboardShortLink /> without the need to open QGIS or the <MobileAppNameShort />.

It displays your <MainPlatformName /> project directly in the <DashboardShortLink />. Here, you can see your spatial data without the need to open QGIS or the <MobileAppNameShort />.
More details about this functionality can be found in the [Maps in Dashboard](../dashboard-maps/) section.

![Mergin Maps webmap displays the project content](./mergin-maps-web-map.jpg "Mergin Maps webmap displays the project content")
![Mergin Maps dashboard maps](./mergin-maps-web-map.jpg "Mergin Maps dashboard maps")

### History
The **History** tab contains an overview of available project versions that can be also downloaded to your computer.
Expand Down
Loading