Samuel Oester
Samuel Oester
Glad you like it :-) > Where would you see the configuration pf connection parameters (host etc) in QField or the project? I think there are arguments for both: -...
that would be a very welcome addition!
@m-kuhn @nirvn if we are talking about upstream implementation in qgis https://github.com/qgis/QGIS-Enhancement-Proposals/issues/257 might be interesting? and more specifically this: https://github.com/FraunhoferIOSB/FROST-Server/issues/1297
test with @m-kuhn shows that this is related to geopackage. if qfieldsync is forced to use spatialite this does not occur. option to chose if geopackage or spatialite is used...
Retested with QGIS 3.4.6 and 3.6.1 -> Same problems But in Qfieldsync Log following warnings appear: ``` 2019-04-05T08:10:55 WARNING ERROR: layer not editable 2019-04-05T08:10:56 WARNING ERROR: layer not editable 2019-04-05T08:10:57...
Workaround to let qfieldsync prefer spatialite over gpkg when creating offline project: Change lines 137-156 in 'offline_converter.py' (/Users/sam/Library/Application Support/QGIS/QGIS3/profiles/default/python/plugins/qfieldsync/core/offline_converter.py on Mac) from: ``` try: # Run the offline plugin for...
After doing some testing on ubuntu virtual machine, finaly found the problem: This is only an issue when syncing (export) to shared folder over network. if i set the export...