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

@@ -30,8 +30,10 @@ const defaultSettings = {
allow_recurrent_event: false,
recurrent_event_visible: false,
allow_geolocation: true,
// geocoding_provider: '',
// tilelayer_provider: '',
geocoding_provider: 'https://nominatim.openstreetmap.org/',
geocoding_countrycodes: [],
tilelayer_provider: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
tilelayer_provider_attribution: "<a target=\"_blank\" href=\"http://osm.org/copyright\">OpenStreetMap</a> contributors",
enable_federation: true,
enable_resources: false,
hide_boosts: true,