add filter by countrycodes, and allow to change geolocation providers

This commit is contained in:
sedum
2022-12-02 11:25:43 +01:00
parent 4d9030e8fb
commit c096a616ba
10 changed files with 1210 additions and 16 deletions

View File

@@ -9,8 +9,10 @@ export const state = () => ({
allow_recurrent_event: true,
recurrent_event_visible: false,
allow_geolocation: false,
// geocoding_provider: '',
// tilelayer_provider: '',
geocoding_provider: '',
geocoding_countrycodes: [],
tilelayer_provider: '',
tilelayer_provider_attribution: '',
enable_federation: false,
enable_resources: false,
hide_boosts: true,