diff --git a/src/.vuepress/sidebar/en.js b/src/.vuepress/sidebar/en.js index 0c5a2639..9f76743a 100644 --- a/src/.vuepress/sidebar/en.js +++ b/src/.vuepress/sidebar/en.js @@ -44,6 +44,7 @@ module.exports = { '/manage/plugin-multi-server-use/', '/manage/plugin/', '/manage/dashboard/', + '/manage/dashboard-maps/', '/manage/project-details', '/manage/selective_sync/' ] diff --git a/src/index.md b/src/index.md index 06c6d5d4..3d4480eb 100644 --- a/src/index.md +++ b/src/index.md @@ -51,6 +51,7 @@ The ecosystem consist of various components: - [How to with a Custom Server](./manage/plugin-multi-server-use/) - [ 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/) diff --git a/src/manage/dashboard-maps/dashboard-webmap.gif b/src/manage/dashboard-maps/dashboard-webmap.gif new file mode 100644 index 00000000..4384dcb2 Binary files /dev/null and b/src/manage/dashboard-maps/dashboard-webmap.gif differ diff --git a/src/manage/dashboard-maps/index.md b/src/manage/dashboard-maps/index.md new file mode 100644 index 00000000..f02f9bba --- /dev/null +++ b/src/manage/dashboard-maps/index.md @@ -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 . 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* . + +They are not available for *Individual* or *Professional* subscriptions, and . + +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 use [ 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 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 create a new version of the project: synchronisation of the project will activate the map content. + diff --git a/src/manage/dashboard-maps/webmap-map-config-issue.jpg b/src/manage/dashboard-maps/webmap-map-config-issue.jpg new file mode 100644 index 00000000..b08b5af5 Binary files /dev/null and b/src/manage/dashboard-maps/webmap-map-config-issue.jpg differ diff --git a/src/manage/dashboard-maps/webmap-map-config-issue.xcf b/src/manage/dashboard-maps/webmap-map-config-issue.xcf new file mode 100644 index 00000000..2013964b Binary files /dev/null and b/src/manage/dashboard-maps/webmap-map-config-issue.xcf differ diff --git a/src/manage/dashboard/index.md b/src/manage/dashboard/index.md index db8ba1e1..66af9805 100644 --- a/src/manage/dashboard/index.md +++ b/src/manage/dashboard/index.md @@ -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 without the need to open QGIS or the . -It displays your project directly in the . Here, you can see your spatial data without the need to open QGIS or the . +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.