Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Oct 23, 2024
1 parent 01e6dda commit 0fe1d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions scripts/wordlist.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
AGPL
API
APRX
AXL
ArcGIS
ArcMap
Expand Down
4 changes: 2 additions & 2 deletions src/migrate/arcgis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <MainPlatformName />
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 <MainPlatformNameLink /> platform:
1. [Sign up to <MainPlatformName />](../../setup/sign-up-to-mergin-maps/)
Expand Down Expand Up @@ -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 <MainPlatformName />. 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 <MainPlatformName />. 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.
Expand Down

0 comments on commit 0fe1d4a

Please sign in to comment.