You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/gis/supported_formats/index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ For survey layers used on the field, we strongly recommend GeoPackage, to be abl
21
21
There are more formats supported, please see full list of supported [QGIS providers](#full-list-of-supported-qgis-providers) and [OGR drivers](#full-list-of-supported-ogr-drivers)
22
22
23
23
::: tip
24
-
Go to [Behind Data Synchronisation](../manage/synchronisation.md) to read more about how synchronisation works in <MainPlatformNameLink />.
24
+
Go to [Behind Data Synchronisation](../../manage/synchronisation/index.md) to read more about how synchronisation works in <MainPlatformNameLink />.
25
25
:::
26
26
27
27
### PostgreSQL/PostGIS
@@ -31,8 +31,8 @@ PostgreSQL connection (username, password, host, port, etc.) can be set up:
31
31
32
32
To use a *Connection Service File*, you have to:
33
33
- create a `pg_service.conf` file as described in <QGISHelpver="latest"link="user_manual/managing_data_source/opening_data.html#postgresql-service-connection-file"text="QGIS User Manual" /> and test it in QGIS Desktop
34
-
-[manually transfer](../manage/missing-data/index.md) the `pg_service.conf` file to <MobileAppName /> data folder. The data folder is shown in the [Diagnostic Log](../misc/troubleshoot/#diagnostic-log-on-mergin-maps-mobile-app)
35
-
- restart the <MobileAppNameShort />. Check the [Diagnostic Log](../misc/troubleshoot/#diagnostic-log-on-mergin-maps-mobile-app) to see if the file is found and used after restart.
34
+
-[manually transfer](../../manage/missing-data/index.md) the `pg_service.conf` file to <MobileAppName /> data folder. The data folder is shown in the [Diagnostic Log](../../misc/troubleshoot/#diagnostic-log-on-mergin-maps-mobile-app)
35
+
- restart the <MobileAppNameShort />. Check the [Diagnostic Log](../../misc/troubleshoot/#diagnostic-log-on-mergin-maps-mobile-app) to see if the file is found and used after restart.
36
36
37
37
## Raster data on Mergin Maps mobile app
38
38
@@ -53,15 +53,15 @@ To use a *Connection Service File*, you have to:
53
53
There are plenty of other raster formats we support through GDAL/OGR, please see [the full list](#full-list-of-supported-gdal-drivers)
54
54
55
55
::: tip
56
-
See [our guide](./settingup_background_map.md) for setting up background layers.
56
+
See [our guide](../settingup_background_map/index.md) for setting up background layers.
57
57
:::
58
58
59
59
## Vector tiles on Mergin Maps mobile app
60
60
61
61
We support vector tiles just like QGIS does - in Mapbox Vector Tiles (MVT) format - and stored either in a MBTiles file (for offline use) or through a template URL (for online service) such as `http://example.com/{z}/{x}/{y}.pbf`.
62
62
63
63
::: tip
64
-
See [our guide](./settingup_background_map.md) for setting up background layers.
64
+
See [our guide](../settingup_background_map/index.md) for setting up background layers.
0 commit comments