-
Added Pull To Refresh functionality to PWA on GPS Data page
Now you can natively pull to refresh the page on GPS Data page in PWA mode. See #550
-
Raw GPS points map layer now respects GPS accuracy settings
See #546
-
Added separate transaction timeout for Import process, so very long import sessions will not fail due to timeout
Mainly to support #332
It is configured with env variable GEOPULSE_IMPORT_TRANSACTION_TIMEOUT_MINUTES, default value 1440 (24 hours). So even large imports (mainly due to reverse geocoding process) should not fail with timeouts.
-
Various UI fixes on GPS Data page