Skip to content

Commit

Permalink
map overviews > maps
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-cit committed Sep 27, 2024
1 parent 02ffff9 commit 6cf25b7
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 42 deletions.
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
'/manage/plugin-multi-server-use/',
'/manage/plugin/',
'/manage/dashboard/',
'/manage/map-overviews/',
'/manage/dashboard-maps/',
'/manage/project-details',
'/manage/selective_sync/'
]
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +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/)
- [Map Overviews](./manage/map-overviews/)
- [Maps in Dashboard](./manage/dashboard-maps/)
- [Project History and Versions](./manage/project-details/)
- [Selective Synchronisation](./manage/selective_sync/)

Expand Down
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.

40 changes: 0 additions & 40 deletions src/manage/map-overviews/index.md

This file was deleted.

0 comments on commit 6cf25b7

Please sign in to comment.