minor on geocoding_provider default settings

This commit is contained in:
sedum
2022-12-06 00:20:42 +01:00
parent 96694d3d58
commit 9682b3e957
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ const defaultSettings = {
recurrent_event_visible: false,
allow_geolocation: true,
geocoding_provider_type: 'Nominatim',
geocoding_provider: 'https://nominatim.openstreetmap.org/',
geocoding_provider: 'https://nominatim.openstreetmap.org/search',
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",