From 0fe1d4a944f9dd92ec39f178ffd125a1aa9370cf Mon Sep 17 00:00:00 2001 From: PeterPetrik Date: Wed, 23 Oct 2024 09:21:21 +0200 Subject: [PATCH] spellcheck --- scripts/wordlist.txt | 1 + src/migrate/arcgis/index.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/wordlist.txt b/scripts/wordlist.txt index ed681fc9..0c6e7aeb 100644 --- a/scripts/wordlist.txt +++ b/scripts/wordlist.txt @@ -1,5 +1,6 @@ AGPL API +APRX AXL ArcGIS ArcMap diff --git a/src/migrate/arcgis/index.md b/src/migrate/arcgis/index.md index c35a1898..48f08bed 100644 --- a/src/migrate/arcgis/index.md +++ b/src/migrate/arcgis/index.md @@ -38,7 +38,7 @@ To migrate the project, we recommend to: 3. Optionally, convert the rest of the data sources to formats [supported](../../gis/supported_formats.md) by 4. Fine-tune the styling and settings of the layers and QGIS project -If you consider one-time convertion to open source ecosystem, we recommend to convert all data files you use in the project to formats with open standards. Read more about [**data formats**](#data-formats). +If you consider one-time conversion to open source ecosystem, we recommend to convert all data files you use in the project to formats with open standards. Read more about [**data formats**](#data-formats). To use your QGIS project with the platform: 1. [Sign up to ](../../setup/sign-up-to-mergin-maps/) @@ -71,7 +71,7 @@ We again recommend using QGIS, GDAL algorithms or [SLYR](#slyr) to facilitate th ### Data Formats -**Always use GeoPackage for survey layers** in . If you use other formats it is not possible to detect changes from other users and they may be overwritten. This is one of the [best practice](../../layer/best-practice). The downside is the GeoPackage will have limited support in Esri software, e.g. some GeoPackages just cannot be opened within ArcGIS Pro. Specifically we do not recommened to keep using [Shapefile](http://switchfromshapefile.org) format. +**Always use GeoPackage for survey layers** in . If you use other formats it is not possible to detect changes from other users and they may be overwritten. This is one of the [best practice](../../layer/best-practice). The downside is the GeoPackage will have limited support in Esri software, e.g. some GeoPackages just cannot be opened within ArcGIS Pro. Specifically we do not recommended to keep using [Shapefile](http://switchfromshapefile.org) format. For rest of the layers, both ArcGIS and QGIS can also handle Shapefile, GeoTIFF, GeoJSON, WMS, WFS, and PostGIS layers. See all the [supported](../../gis/supported_formats.md) formats.