feat: offline maps #41

Merged
acute merged 2 commits from maps into main 2026-08-20 12:17:23 +00:00
Owner

Resolves #18

Resolves #18
@ -33,1 +33,4 @@
</div>
<div class="field checkbox">
{{ wtf.form_bool_field(form.enable_offline_maps) }}
<p class="help butter-form-margin">{{ _("Whether files services via USB are enabled.")}}</p>
Owner

s/files services/offline maps services/

s/files services/offline maps services/
@ -23,1 +23,4 @@
</div>
<div class="field checkbox">
{{ wtf.form_bool_field(form.enable_offline_maps) }}
<p class="help butter-form-margin">{{ _("Whether files services via USB are enabled.")}}</p>
Owner

s/files services/offline maps services/

s/files services/offline maps services/
@ -0,0 +1,64 @@
{% extends "base.html" %}
Owner

can we have:

Download the OsmAnd App
and
Download and Import the Map Files You Want

as translatable strings also

can we have: Download the OsmAnd App and Download and Import the Map Files You Want as translatable strings also
acute merged commit 9a8cfb411b into main 2026-08-20 12:17:23 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
butter/butter-portal!41
No description provided.