Choose map projection in settings

This commit is contained in:
fgerber
2024-04-09 22:29:26 +02:00
parent e87f2fac28
commit 494d58034d
8 changed files with 80 additions and 6 deletions

View File

@ -13,6 +13,16 @@
app:title="@string/key_theme"
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="@string/webmercator"
app:enabled="true"
app:entries="@array/map_projection"
app:entryValues="@array/map_projection"
app:icon="@drawable/map"
app:key="@string/key_projection"
app:title="@string/key_projection"
app:useSimpleSummaryProvider="true" />
<ListPreference
app:defaultValue="@string/counters"
app:enabled="true"