Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 32 additions & 29 deletions scripts/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,22 @@ ArcMap
Android
ArcGIS
ArcSDE
aws
AWS
backend
Basemap
Basemaps
BeiDou
Benz
Bing
boolean
Boolean
CertBot
changesets
CLI
CPU
CPUs
Consulting's
CRS
crosshairs
CSRF
CSV
CharlieColleague
cybersecurity
DAF
DateTime
DOP
Expand All @@ -45,12 +39,12 @@ ExifTool
FID
FIDs
FieldMaps
frontend
FLX
FOSS
Fulcrum
FulcrumApp
Garmin
GDA
gdal
GDAL
Geodatabase
Geodiff
Expand All @@ -71,25 +65,19 @@ GNSS
GPL
HDOP
HTML
html
HTTPS
Helmert
HiDPi
IAM
interoperable
integration
integrations
Integration
Integrations
jpg
JPG
KML
Lebefure
Leica
LGPL
LGPLv
lockfile
LTR
lyr
Lutra
MAN
Mapbox
Expand All @@ -103,15 +91,11 @@ MSI
MVT
Mercedes
Mergin
merginmaps
minimalistic
Multiline
nginx
NDK
NMEA
NTRIP
OneDrive
orthometric
OSGB
OSM
OSTN
Expand All @@ -120,15 +104,13 @@ Ok
OpenMapTiles
OpenStreetMap
PDOP
png
PNG
PR
PROJ
Peatlands
Pixelated
PostGIS
PostgreSQL
prefetch
Prepopulate
Prepopulated
PyPI
Expand All @@ -147,7 +129,6 @@ Qwant
QwantResearch
Recentre
RTK
rebranding
SDK
SLA
SMTP
Expand All @@ -157,14 +138,16 @@ SVG
SVGs
SaaS
Scania
schemas
Skoda
SLYR
SSL
Survey123
TLS
Transifex
Trialing
Trimble
UUID
UUIDs
Uncheck
Valuemap
VectorTileServer
Expand All @@ -173,26 +156,31 @@ Vue
VuePress
Webmap
Webmaps
webmaps
WFS
WGS
WMS
WMTS
www
Workspaces
XYZ
api
aws
backend
barcode
barcodes
basemap
basemaps
boolean
changelog
changelogs
changesets
cheatsheet
checkbox
checkboxes
cloudmergin
conf
config
crosshairs
cybersecurity
dataset
datasets
dialogs
Expand All @@ -201,38 +189,53 @@ exif
exiv
fid
freexl
frontend
gdal
geo
geoid
gpkg
hotline
html
http
https
interoperable
integration
integrations
iOS
iPhone
iconv
jpeg
jpg
js
json
libexpat
libspatialindex
libtasn
libtiff
libzip
lockfile
lyr
macOS
mbtiles
merginmaps
minimalistic
mistyped
multiline
namespace
namespaces
nginx
openmaptiles
openssl
orthometric
orthophoto
osm
pbf
peatlands
pixelated
png
predefine
predefined
prefetch
prepended
prepopulate
prepopulated
Expand All @@ -247,11 +250,13 @@ qrcode
qtkeychain
raster
rasters
rebranding
recentre
reprojection
requester's
resampling
richtext
schemas
scrollbars
sdcard
shapefile
Expand All @@ -273,14 +278,12 @@ uncheck
undoable
url
uuid
UUIDs
xcf
xyz
yml
webmaps
webp
Workspaces
workspaces
www
zlib
zoomstack
SSL
TLS
3 changes: 2 additions & 1 deletion src/.vitepress/sidebar/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ export default {
collapsed: false,
items: [
{ text: 'Migrate from QField', link: '/migrate/qfield/' },
{ text: 'Migrate from ArcGIS', link: '/migrate/arcgis/' }
{ text: 'Migrate from ArcGIS', link: '/migrate/arcgis/' },
{ text: 'Migrate from FulcrumApp', link: '/migrate/fulcrumapp/' },
]
},
{
Expand Down
1 change: 1 addition & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ The ecosystem consist of various components:
## Migrate
- [From QField](./migrate/qfield/)
- [From ArcGIS](./migrate/arcgis/)
- [From Fulcrum](./migrate/fulcrumapp/)

## Support & Legal
- [Licensing](./misc/licensing/)
Expand Down
2 changes: 1 addition & 1 deletion src/migrate/arcgis/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To get familiar with <MainPlatformNameLink />, we recommend starting with the [*
QGIS is a powerful tool that comes with great community and resources. We recommend using <QGISHelp ver="latest" link="user_manual/index.html" text="QGIS User Guide" /> and <QGISHelp ver="latest" link="training_manual/index.html" text="QGIS Training Manual" /> to explore its functionality.
:::

## ArcGIS vs QGIS ecosystems
## ArcGIS and QGIS ecosystems

In general, ArcGIS is a proprietary software platform while <QGIS link="en/site/forusers/download.html" text="QGIS" /> is based on open-source philosophy. As such, it is usually not easy or straightforward to have a workflow that combines both environments. Nevertheless, there are, e.g., some common [data formats](#data-formats) that can be used in both of them.

Expand Down
63 changes: 63 additions & 0 deletions src/migrate/fulcrumapp/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Migrate from Fulcrum
[[toc]]

This guide is intended for current Fulcrum field data collection tool users who consider switching to <QGIS link="" text="QGIS" /> and <MainPlatformNameLink />. It might be helpful also to <MainPlatformName /> users looking to transfer their data from the FulcrumApp ecosystem.

:::tip Getting familiar with <MainPlatformName /> and QGIS
Switching to a new platform can be challenging. This documentation is here to help with the basics as well as some more advanced or specific settings.

To get familiar with <MainPlatformNameLink />, we recommend starting with the [**tutorials**](../../tutorials/capturing-first-data/). If there are specific topics that are crucial for your workflows, feel free to explore the documentation or contact our <MerginMapsEmail id="sales" desc="sales team" /> or our <MerginMapsEmail id="support" desc="support team" /> to get more details.

QGIS is a powerful tool that comes with great community and resources. We recommend using <QGISHelp ver="latest" link="user_manual/index.html" text="QGIS User Guide" /> and <QGISHelp ver="latest" link="training_manual/index.html" text="QGIS Training Manual" /> to explore its functionality.
:::

## FulcrumApp and Mergin Maps Ecosystems

<MainPlatformNameLink /> is a platform that seamlessly integrates <QGIS link="" text="QGIS" /> projects, providing a familiar workflow for GIS professionals. This strong connection ensures that <MainPlatformName /> users can benefit from the styling options, attributes form design, and data management capabilities provided by QGIS.

FulcrumApp features a drag-and-drop form builder. Users can start with a blank form or import data in CSV or Shapefile format to build their data collection forms. Field data collection then follows within the Fulcrum environment.

Key differences between the platforms include:

- **Layers, datasets, forms and widgets**
<MainPlatformName /> follows the logic of a QGIS project: you can have multiple layers with their own attributes form set up with QGIS [widgets](../../layer/form-widgets/) within a single project. All survey layers in a project can be edited in the <MobileAppNameShort /> in one session.

Fulcrum usually works best at *one app per layer*: having separate apps for different datasets and switching between the apps during the field survey.

- **Supported formats of background maps**

Fulcrum supports a selection of common formats, such as XYZ Tiles, MBTiles, WMS, GeoJSON, and ArcGIS Feature Services.

All of these and some more are supported by <MainPlatformName />, including raster formats such as GeoTIFF (for more details, see the [list of supported formats](../../gis/supported_formats/)).


## Migrating from Fulcrum to Mergin Maps

Data from Fulcrum can be exported to multiple formats that can be imported directly into QGIS, such as GeoJSON, KML or Shapefile. This enables users to display Fulcrum data in QGIS.

To migrate your data:
1. Export Data from Fulcrum as GeoJSON file (or other QGIS-supported format)
2. Open the GeoJSON file in QGIS. See <QGISHelp ver="latest" link="user_manual/managing_data_source/opening_data.html" text="QGIS User guide" /> for help.
3. Save the GeoJSON data as GeoPackage. GeoPackage is a great data format to use to visualise, edit and manage data in QGIS. It is the recommended data format for survey layers in <MainPlatformName />.
4. Now you can use your data to create a QGIS project: set the symbology for your layers, define their attributes forms using various widgets or add background maps as needed.

To use this QGIS project within the <MainPlatformNameLink /> platform:
1. [Sign up to <MainPlatformName />](../../setup/sign-up-to-mergin-maps/)
2. [Install the <QGISPluginName />](../../setup/install-mergin-maps-plugin-for-qgis/)
3. [Install the <MobileAppName />](../../setup/install-mobile-app/)
4. [Synchronise the QGIS project to the <MobileAppNameShort />](../../manage/synchronisation/) using the <QGISPluginNameShort />. See how the settings done in QGIS translate to the <MobileAppNameShort />.

## Troubleshoot
Struggling to migrate your projects? We are happy to help you!

Book a short video call with our <MerginMapsEmail id="sales" desc="sales team" /> or ask our <MerginMapsEmail id="support" desc="support team" /> your technical questions. We also have an active open-source community:

<CommunityJoin />

If you are looking for a professional partner to migrate your workflow, ask our <MainDomainNameLink id="partners" desc="partners network"/> or <LutraConsultingWeb />, the developers of <MainPlatformName />.

<PublicImage src="lutra-logo.png" title="Lutra Consulting Ltd. logo" style="width:50%" />

## Credits

Fulcrum, FulcrumApp are developed and corresponding trademarks are owned by Spatial Networks Inc.
Loading