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/dev/customapp/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,4 +10,3 @@ The good news is that <MobileAppName /> is licensed as open source software, whi
10
10
11
11
If you are interested in building a custom app, you can start by going to <GitHubRepoid="MerginMaps/mobile"/> repository on GitHub and building it for your platform.
12
12
13
-
The <GitHubRepoid="MerginMaps/mobile-sdk"desc="mobile app SDK repository" /> provides all the dependencies for various platforms (Android, iOS, macOS, Windows).
Copy file name to clipboardExpand all lines: src/gis/supported_formats/index.md
+7-224Lines changed: 7 additions & 224 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ For survey layers used on the field, we strongly recommend GeoPackage, to be abl
22
22
|[PostGIS](#postgresql-postgis)|:thumbsup:| requires internet connection |
23
23
| WFS |:warning:| requires internet connection |
24
24
25
-
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)
25
+
There are more formats supported, please see full list of supported [QGIS providers](#supported-qgis-providers), [OGR and GDAL drivers](#supported-gdal-and-ogr-drivers).
26
26
27
27
::: tip
28
28
Go to [Behind Data Synchronisation](../../manage/synchronisation/index.md) to read more about how synchronisation works in <MainPlatformNameLink />.
@@ -54,7 +54,7 @@ To use a *Connection Service File*, you have to:
54
54
| ECW |:no_entry_sign:| proprietary license |
55
55
| MrSID |:no_entry_sign:| proprietary license |
56
56
57
-
There are plenty of other raster formats we support through GDAL/OGR, please see [the full list](#full-list-of-supported-gdal-drivers)
57
+
There are plenty of other raster formats we support through GDAL/OGR, please see [the full list](#supported-gdal-and-ogr-drivers).
58
58
59
59
::: tip
60
60
See [our guide](../settingup_background_map/index.md) for setting up background layers.
@@ -68,9 +68,9 @@ We support vector tiles just like QGIS does - in Mapbox Vector Tiles (MVT) forma
68
68
See [our guide](../settingup_background_map/index.md) for setting up background layers.
69
69
:::
70
70
71
-
## Full list of supported QGIS providers
71
+
## Supported QGIS providers
72
72
73
-
The <MobileAppNameShort /> is based on the <GitHubRepoid="MerginMaps/mobile-sdk" /> with custom QGIS core library build. The currently supported QGIS providers are
73
+
The currently supported QGIS providers are:
74
74
75
75
```
76
76
OGC API - Features data provider
@@ -90,234 +90,17 @@ OGC Web Coverage Service version 1.0/1.1 data provider
90
90
OGC Web Map Service version 1.3 data provider
91
91
```
92
92
93
-
## Full list of supported GDAL drivers
93
+
## Supported GDAL and OGR drivers
94
94
95
-
The <MobileAppNameShort /> is based on the <GitHubRepoid="MerginMaps/mobile-sdk" /> with custom GDAL build. The currently supported formats are
Full list of supported GDAL and OGR drivers can be found in <GitHubRepoid="MerginMaps/mobile/tree/master/docs/supported_formats.txt"desc="Mergin Maps mobile" /> repository.
313
96
314
97
## How to convert between GDAL/OGR formats
315
98
316
99
To convert between various GDAL formats, you can use [gdal_translate](https://gdal.org/programs/gdal_translate.html) command-line utility.
317
100
318
101
## Support for new formats
319
102
320
-
If you find out that the <MobileAppName /> doesn't support your format, please open issue at <GitHubRepoid="MerginMaps/mobile-sdk" />.
103
+
If you find out that the <MobileAppName /> doesn't support your format, please open issue at <GitHubRepoid="MerginMaps/mobile" />.
321
104
322
105
If QGIS on desktop does not support the format of your choice, open issue at <GitHubRepoid="qgis/QGIS-Mac-Packager" /> for macOS, or <GitHubRepoid="qgis/QGIS" /> for other platforms.
Copy file name to clipboardExpand all lines: src/misc/licensing/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can find official text of licenses [on this link](https://merginmaps.com/lic
20
20
<br />
21
21
<GitHubRepoid="MerginMaps/mobile"desc="Mergin Maps mobile app" /> is licensed under GPL-v2.
22
22
23
-
The application uses many open-source libraries, please <GitHubRepoid="MerginMaps/mobile-sdk/blob/master/vcpkg.json"desc="see this list" /> for versions and licenses of projects.
23
+
The application uses many open-source libraries, please <GitHubRepoid="MerginMaps/mobile/blob/master/vcpkg.json"desc="see this list" /> for versions and licenses of projects.
0 commit comments