QField and Postgres #38
-
After several failed attempts, I finally got Postgres data offline editing in QField and then synchronising afterwards. It's fiddly and ugly. QField crashed a few times. And there's a magic step required, whereby you have to store the Postgres connection credentials as plain text in the QGIS project. So it's important we always use very limited database roles for field data entry. Although QField feels like version 1 of a product that will be decent by version 5... this is the way forward. No more GeoPackages and ShapeFiles. Instead we get back from field work and sync directly to postgres. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
PostGIS was tested and experimented with. It was abandoned in favor of local geopackages, with an assumption that we will do something like the following for cloud/warehouse based sharing:
We assume that users can share a zip file of the local project. @philipbaileynar please update if I have misrepresented. |
Beta Was this translation helpful? Give feedback.
PostGIS was tested and experimented with. It was abandoned in favor of local geopackages, with an assumption that we will do something like the following for cloud/warehouse based sharing:
We assume that users can share a zip file of the…