enketo-express icon indicating copy to clipboard operation
enketo-express copied to clipboard

Add ability to use custom basemap for geo widgets

Open MartijnR opened this issue 5 years ago • 2 comments

Goal is to match ODK Collect behavior.

Should work offline as well, which should be feasible now that we've switched to Service Workers.

The work will probably need to be done in both enketo-express and enketo-core.

I'd recommend getting it working in online-only views first and offline-capable views after.

Request here: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/enketo-users/1rA8IvlC4LM/4rNO4Qa6BAAJ

MartijnR avatar May 26 '20 19:05 MartijnR

@MartijnR I'd like to try my hand at this one

FrankApiyo avatar Aug 27 '20 09:08 FrankApiyo

Hi @MartijnR

We develop a widget which will allow users to load mbtiles on a map. Mbtiles are saved on the indexedDB for offline mode. If you think it can correspond to your needs, our widget is available here : https://github.com/geohyd/enketo-mbtiles-widget

You will find some improvements in the code for next features.

Regards,

mgogh avatar Sep 02 '21 15:09 mgogh