Add ability to use custom basemap for geo widgets
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 I'd like to try my hand at this one
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,